pom.xml 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614
  1. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  3. <modelVersion>4.0.0</modelVersion>
  4. <groupId>org.springframework.security</groupId>
  5. <artifactId>spring-security-parent</artifactId>
  6. <version>2.0-SNAPSHOT</version>
  7. <name>Spring Security</name>
  8. <packaging>pom</packaging>
  9. <modules>
  10. <module>core</module>
  11. <module>core-tiger</module>
  12. <module>adapters</module>
  13. <module>portlet</module>
  14. <module>ntlm</module>
  15. <module>samples</module>
  16. </modules>
  17. <description>Spring Security</description>
  18. <organization>
  19. <name>Interface21, Inc</name>
  20. <url>http://sourceforge.net/projects/acegisecurity</url>
  21. <!--<logo>http://sourceforge.net/sflogo.php?group_id=104215&amp;type=5</logo>-->
  22. </organization>
  23. <inceptionYear>2004</inceptionYear>
  24. <!--<logo>http://acegisecurity.org/logo.gif</logo>-->
  25. <url>http://acegisecurity.org/</url>
  26. <licenses>
  27. <license>
  28. <name>The Apache Software License, Version 2.0</name>
  29. <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
  30. <distribution>repo</distribution>
  31. </license>
  32. </licenses>
  33. <!-- Note when doing releases: tagBase is set in release plugin configuration below -->
  34. <scm>
  35. <connection>scm:svn:https://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/spring-security/trunk
  36. </connection>
  37. <developerConnection>
  38. scm:svn:https://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/spring-security/trunk
  39. </developerConnection>
  40. <url>http://acegisecurity.svn.sourceforge.net/viewcvs.cgi/acegisecurity/spring-security/trunk/</url>
  41. </scm>
  42. <issueManagement>
  43. <system>jira</system>
  44. <url>http://opensource.atlassian.com/projects/spring/browse/SEC</url>
  45. </issueManagement>
  46. <distributionManagement>
  47. <repository>
  48. <id>spring-milestone</id>
  49. <name>Spring Milestone Repository</name>
  50. <url>s3://maven.springframework.org/milestone</url>
  51. </repository>
  52. <snapshotRepository>
  53. <id>spring-snapshot</id>
  54. <name>Spring Snapshot Repository</name>
  55. <url>s3://maven.springframework.org/snapshot</url>
  56. </snapshotRepository>
  57. <site>
  58. <id>local</id>
  59. <name>Local Site Directory</name>
  60. <!--
  61. This variable is set by the build release script. You can also set it on the command line if
  62. you are running maven directly. e.g. mvn site -DsiteDirectory=file:///home/joe/mysite
  63. -->
  64. <url>${siteDirectory}</url>
  65. </site>
  66. </distributionManagement>
  67. <!--
  68. <repositories>
  69. <repository>
  70. <id>acegisnapshots</id>
  71. <name>Acegi snapshot repository</name>
  72. <url>http://acegisecurity.sourceforge.net/repository/snapshots</url>
  73. <releases>
  74. <enabled>false</enabled>
  75. </releases>
  76. </repository>
  77. <repository>
  78. <id>spring-milestone</id>
  79. <name>Springframework Maven Milestone Repository</name>
  80. <url>http://s3.amazonaws.com/maven.springframework.org/milestone</url>
  81. </repository>
  82. </repositories>
  83. -->
  84. <mailingLists>
  85. <mailingList>
  86. <name>Acegi Developer List</name>
  87. <subscribe>
  88. https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer
  89. </subscribe>
  90. <!--
  91. <unsubscribe>https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer</unsubscribe>
  92. <post>acegisecurity-developer@lists.sourceforge.net</post>
  93. -->
  94. <archive>
  95. http://sourceforge.net/mailarchive/forum.php?forum_id=40659
  96. </archive>
  97. <otherArchives>
  98. <otherArchive>
  99. http://news.gmane.org/gmane.comp.java.springframework.acegisecurity.devel/
  100. </otherArchive>
  101. <otherArchive>
  102. http://www.mail-archive.com/acegisecurity-developer@lists.sourceforge.net/
  103. </otherArchive>
  104. </otherArchives>
  105. </mailingList>
  106. </mailingLists>
  107. <developers>
  108. <developer>
  109. <name>Ben Alex</name>
  110. <id>benalex</id>
  111. <email>benalex at users.sourceforge.net</email>
  112. <organization>
  113. Acegi Technology Pty Limited (http://www.acegi.com.au)
  114. </organization>
  115. <timezone>+10</timezone>
  116. </developer>
  117. <developer>
  118. <name>Colin Sampaleanu</name>
  119. <id>colins</id>
  120. <email>colinml1 at exis.com</email>
  121. </developer>
  122. <developer>
  123. <name>Carlos Sanchez</name>
  124. <id>carlossg</id>
  125. <email>carlossg at users.sourceforge.net</email>
  126. <timezone>+1</timezone>
  127. </developer>
  128. <developer>
  129. <name>Luke Taylor</name>
  130. <id>luke_t</id>
  131. <email>luke_t at users.sourceforge.net</email>
  132. <organization>
  133. Monkey Machine Ltd. (http://monkeymachine.ltd.uk)
  134. </organization>
  135. <timezone>0</timezone>
  136. </developer>
  137. <developer>
  138. <name>Ray Krueger</name>
  139. <id>raykrueger</id>
  140. <email>raykrueger at users.sourceforge.net</email>
  141. </developer>
  142. <developer>
  143. <name>Robert Sanders</name>
  144. <id>robertsanders</id>
  145. <email>robertsanders at users.sourceforge.net</email>
  146. </developer>
  147. <developer>
  148. <name>Mark St.Godard</name>
  149. <id>markstg</id>
  150. <email>markstg at users.sourceforge.net</email>
  151. </developer>
  152. <developer>
  153. <name>John A. Lewis</name>
  154. <id>johnalewis</id>
  155. <email>johnalewis at users.sourceforge.net</email>
  156. </developer>
  157. </developers>
  158. <contributors>
  159. <contributor>
  160. <name>Alan Stewart</name>
  161. </contributor>
  162. <contributor>
  163. <name>Cameron Braid</name>
  164. </contributor>
  165. <contributor>
  166. <name>Patrick Burleson</name>
  167. </contributor>
  168. <contributor>
  169. <name>Francois Beausoleil</name>
  170. </contributor>
  171. <contributor>
  172. <name>Wesley Hall</name>
  173. </contributor>
  174. <contributor>
  175. <name>Scott Evans</name>
  176. </contributor>
  177. <contributor>
  178. <name>Travis Gregg</name>
  179. </contributor>
  180. <contributor>
  181. <name>Karel Miarka</name>
  182. </contributor>
  183. <contributor>
  184. <name>James Monaghan</name>
  185. </contributor>
  186. <contributor>
  187. <name>Andrew Petro</name>
  188. </contributor>
  189. <contributor>
  190. <name>Aaron Tang</name>
  191. </contributor>
  192. <contributor>
  193. <name>Orlando Garcia Carmona</name>
  194. </contributor>
  195. <contributor>
  196. <name>Joni Suominen</name>
  197. </contributor>
  198. <contributor>
  199. <name>Sergio Berna</name>
  200. </contributor>
  201. <contributor>
  202. <name>Paulo Neves</name>
  203. </contributor>
  204. <contributor>
  205. <name>Mike Perham</name>
  206. </contributor>
  207. <contributor>
  208. <name>Robin Bramley</name>
  209. </contributor>
  210. <contributor>
  211. <name>Robert Sanders</name>
  212. </contributor>
  213. <contributor>
  214. <name>Vishal Puri</name>
  215. </contributor>
  216. <contributor>
  217. <name>Martin Algesten</name>
  218. </contributor>
  219. </contributors>
  220. <dependencies>
  221. <dependency>
  222. <groupId>junit</groupId>
  223. <artifactId>junit</artifactId>
  224. <version>4.4</version>
  225. <scope>test</scope>
  226. </dependency>
  227. </dependencies>
  228. <build>
  229. <extensions>
  230. <extension>
  231. <groupId>org.springframework.aws</groupId>
  232. <artifactId>spring-aws-maven</artifactId>
  233. <version>1.2</version>
  234. </extension>
  235. </extensions>
  236. <plugins>
  237. <plugin>
  238. <groupId>org.apache.maven.plugins</groupId>
  239. <artifactId>maven-help-plugin</artifactId>
  240. <version>2.0.1</version>
  241. </plugin>
  242. <plugin>
  243. <groupId>org.apache.maven.plugins</groupId>
  244. <artifactId>maven-clean-plugin</artifactId>
  245. <version>2.1.1</version>
  246. </plugin>
  247. <plugin>
  248. <groupId>org.apache.maven.plugins</groupId>
  249. <artifactId>maven-resources-plugin</artifactId>
  250. <version>2.2</version>
  251. </plugin>
  252. <plugin>
  253. <groupId>org.apache.maven.plugins</groupId>
  254. <artifactId>maven-surefire-plugin</artifactId>
  255. <version>2.3.1</version>
  256. <configuration>
  257. <includes>
  258. <include>**/*Tests.class</include>
  259. </includes>
  260. <excludes>
  261. <exclude>**/Abstract*</exclude>
  262. </excludes>
  263. <forkMode>once</forkMode>
  264. <systemProperties>
  265. <!-- The working directory for the embedded apache Ldap test server -->
  266. <property>
  267. <name>apacheDSWorkDir</name>
  268. <value>
  269. ${basedir}/target/apacheds-work
  270. </value>
  271. </property>
  272. </systemProperties>
  273. </configuration>
  274. </plugin>
  275. <plugin>
  276. <groupId>org.apache.maven.plugins</groupId>
  277. <artifactId>maven-compiler-plugin</artifactId>
  278. <version>2.0.2</version>
  279. <executions>
  280. <execution>
  281. <id>java-1.4-compile</id>
  282. <phase>compile</phase>
  283. <goals>
  284. <goal>compile</goal>
  285. </goals>
  286. <configuration>
  287. <source>1.4</source>
  288. <target>1.4</target>
  289. </configuration>
  290. </execution>
  291. <execution>
  292. <id>java-1.5-compile</id>
  293. <phase>process-test-sources</phase>
  294. <goals>
  295. <goal>testCompile</goal>
  296. </goals>
  297. <configuration>
  298. <source>1.5</source>
  299. <target>1.5</target>
  300. </configuration>
  301. </execution>
  302. </executions>
  303. </plugin>
  304. <plugin>
  305. <groupId>org.apache.maven.plugins</groupId>
  306. <artifactId>maven-jar-plugin</artifactId>
  307. <version>2.1</version>
  308. <executions>
  309. <execution>
  310. <goals>
  311. <goal>test-jar</goal>
  312. </goals>
  313. <phase>package</phase>
  314. </execution>
  315. </executions>
  316. </plugin>
  317. <plugin>
  318. <groupId>org.apache.maven.plugins</groupId>
  319. <artifactId>maven-source-plugin</artifactId>
  320. <version>2.0.3</version>
  321. <configuration>
  322. <attach>true</attach>
  323. </configuration>
  324. <executions>
  325. <execution>
  326. <goals>
  327. <goal>jar</goal>
  328. </goals>
  329. </execution>
  330. </executions>
  331. </plugin>
  332. <!-- Other -->
  333. <plugin>
  334. <groupId>org.apache.maven.plugins</groupId>
  335. <artifactId>maven-war-plugin</artifactId>
  336. <version>2.0.2</version>
  337. </plugin>
  338. <plugin>
  339. <groupId>org.apache.maven.plugins</groupId>
  340. <artifactId>maven-assembly-plugin</artifactId>
  341. <version>2.1</version>
  342. </plugin>
  343. <plugin>
  344. <groupId>org.apache.maven.plugins</groupId>
  345. <artifactId>maven-install-plugin</artifactId>
  346. <version>2.2</version>
  347. </plugin>
  348. <plugin>
  349. <groupId>org.apache.maven.plugins</groupId>
  350. <artifactId>maven-deploy-plugin</artifactId>
  351. <version>2.3</version>
  352. </plugin>
  353. <plugin>
  354. <groupId>org.apache.maven.plugins</groupId>
  355. <artifactId>maven-release-plugin</artifactId>
  356. <version>2.0-beta-7</version>
  357. <configuration>
  358. <tagBase>
  359. https://acegisecurity.svn.sourceforge.net/svnroot/acegisecurityspring-security/tags
  360. </tagBase>
  361. </configuration>
  362. </plugin>
  363. <!-- IDE -->
  364. <plugin>
  365. <groupId>org.apache.maven.plugins</groupId>
  366. <artifactId>maven-eclipse-plugin</artifactId>
  367. <version>2.3</version>
  368. <configuration>
  369. <downloadSources>true</downloadSources>
  370. <wtpversion>1.0</wtpversion>
  371. </configuration>
  372. </plugin>
  373. <plugin>
  374. <groupId>org.apache.maven.plugins</groupId>
  375. <artifactId>maven-idea-plugin</artifactId>
  376. <version>2.0</version>
  377. <configuration>
  378. <downloadSources>true</downloadSources>
  379. <!--<downloadJavadocs>true</downloadJavadocs>-->
  380. <dependenciesAsLibraries>
  381. true
  382. </dependenciesAsLibraries>
  383. </configuration>
  384. </plugin>
  385. <!-- Site -->
  386. <plugin>
  387. <groupId>org.apache.maven.plugins</groupId>
  388. <artifactId>maven-site-plugin</artifactId>
  389. <version>2.0-beta-6</version>
  390. </plugin>
  391. <plugin>
  392. <groupId>com.agilejava.docbkx</groupId>
  393. <artifactId>docbkx-maven-plugin</artifactId>
  394. <version>2.0.6</version>
  395. <executions>
  396. <execution>
  397. <id>build-singlehtml-doc</id>
  398. <phase>pre-site</phase>
  399. <goals>
  400. <goal>generate-html</goal>
  401. </goals>
  402. <configuration>
  403. <sourceDirectory>${docbook.source}</sourceDirectory>
  404. <targetDirectory>${docbook.target}</targetDirectory>
  405. <inputs>springsecurity.xml</inputs>
  406. <chunkedOutput>false</chunkedOutput>
  407. <!--
  408. <htmlStylesheet>css/spring-security-docbook.css</htmlStylesheet>
  409. <htmlCustomization>
  410. ${docbook.source}/resources/xsl/spring-security-docbook-html.xsl
  411. </htmlCustomization>
  412. -->
  413. <postProcess>
  414. <copy todir="${docbook.target}/images">
  415. <fileset dir="${docbook.source}/images">
  416. <include name="*.png"/>
  417. <include name="*.gif"/>
  418. <include name="*.jpg"/>
  419. </fileset>
  420. </copy>
  421. </postProcess>
  422. </configuration>
  423. </execution>
  424. <execution>
  425. <id>build-pdf-doc</id>
  426. <phase>pre-site</phase>
  427. <goals>
  428. <goal>generate-pdf</goal>
  429. </goals>
  430. <configuration>
  431. <sourceDirectory>${docbook.source}</sourceDirectory>
  432. <targetDirectory>${docbook.target}</targetDirectory>
  433. <inputs>springsecurity.xml</inputs>
  434. <imgSrcPath>${docbook.source}/</imgSrcPath>
  435. <admonGraphicsPath>${docbook.source}/resources/images/admons/</admonGraphicsPath>
  436. <foCustomization>${docbook.source}/resources/xsl/spring-security-docbook-fopdf.xsl
  437. </foCustomization>
  438. </configuration>
  439. </execution>
  440. </executions>
  441. <dependencies>
  442. <dependency>
  443. <groupId>org.docbook</groupId>
  444. <artifactId>docbook-xml</artifactId>
  445. <version>4.4</version>
  446. <scope>runtime</scope>
  447. </dependency>
  448. </dependencies>
  449. </plugin>
  450. </plugins>
  451. </build>
  452. <reporting>
  453. <plugins>
  454. <plugin>
  455. <groupId>org.apache.maven.plugins</groupId>
  456. <artifactId>maven-surefire-report-plugin</artifactId>
  457. <version>2.3.1</version>
  458. </plugin>
  459. <plugin>
  460. <groupId>org.apache.maven.plugins</groupId>
  461. <artifactId>maven-jxr-plugin</artifactId>
  462. </plugin>
  463. <!--
  464. <plugin>
  465. <groupId>org.apache.maven.plugins</groupId>
  466. <artifactId>maven-checkstyle-plugin</artifactId>
  467. <configuration>
  468. <configLocation>
  469. acegi_checkstyle.xml
  470. </configLocation>
  471. </configuration>
  472. </plugin>
  473. -->
  474. <plugin>
  475. <groupId>org.codehaus.mojo</groupId>
  476. <artifactId>cobertura-maven-plugin</artifactId>
  477. <version>2.2</version>
  478. </plugin>
  479. <plugin>
  480. <groupId>org.apache.maven.plugins</groupId>
  481. <artifactId>maven-javadoc-plugin</artifactId>
  482. <configuration>
  483. <links>
  484. <link>
  485. http://java.sun.com/j2se/1.5.0/docs/api
  486. </link>
  487. <link>
  488. http://www.springframework.org/docs/api/
  489. </link>
  490. <link>
  491. http://commons.apache.org/dbcp/apidocs/
  492. </link>
  493. <link>
  494. http://commons.apache.org/httpclient/apidocs/
  495. </link>
  496. <link>
  497. http://commons.apache.org/pool/apidocs/
  498. </link>
  499. <link>
  500. http://commons.apache.org/lang/api/
  501. </link>
  502. <link>
  503. http://commons.apache.org/codec/apidocs/
  504. </link>
  505. <link>
  506. http://commons.apache.org/collections/apidocs/
  507. </link>
  508. <link>
  509. http://velocity.apache.org/engine/releases/velocity-1.5/apidocs/
  510. </link>
  511. <link>
  512. http://developer.ja-sig.org/projects/cas/cas-server-core/cas-server/cas-server-core/apidocs/
  513. </link>
  514. <link>
  515. http://tomcat.apache.org/tomcat-5.0-doc/servletapi/
  516. </link>
  517. </links>
  518. </configuration>
  519. </plugin>
  520. <plugin>
  521. <groupId>org.codehaus.mojo</groupId>
  522. <artifactId>taglist-maven-plugin</artifactId>
  523. </plugin>
  524. <plugin>
  525. <groupId>org.apache.maven.plugins</groupId>
  526. <artifactId>maven-project-info-reports-plugin</artifactId>
  527. <version>2.0.1</version>
  528. <reportSets>
  529. <reportSet>
  530. <reports>
  531. <report>dependencies</report>
  532. <report>project-team</report>
  533. <report>mailing-list</report>
  534. <report>issue-tracking</report>
  535. <report>license</report>
  536. </reports>
  537. </reportSet>
  538. </reportSets>
  539. </plugin>
  540. </plugins>
  541. </reporting>
  542. <dependencyManagement>
  543. <dependencies>
  544. <dependency>
  545. <groupId>org.springframework</groupId>
  546. <artifactId>spring-core</artifactId>
  547. <version>${spring.version}</version>
  548. </dependency>
  549. <dependency>
  550. <groupId>org.springframework</groupId>
  551. <artifactId>spring-mock</artifactId>
  552. <version>${spring.version}</version>
  553. </dependency>
  554. <dependency>
  555. <groupId>org.springframework</groupId>
  556. <artifactId>spring-remoting</artifactId>
  557. <version>${spring.version}</version>
  558. </dependency>
  559. <dependency>
  560. <groupId>org.springframework</groupId>
  561. <artifactId>spring-web</artifactId>
  562. <version>${spring.version}</version>
  563. </dependency>
  564. <dependency>
  565. <groupId>org.springframework</groupId>
  566. <artifactId>spring-jdbc</artifactId>
  567. <version>${spring.version}</version>
  568. </dependency>
  569. <dependency>
  570. <groupId>org.springframework</groupId>
  571. <artifactId>spring-support</artifactId>
  572. <version>${spring.version}</version>
  573. </dependency>
  574. <dependency>
  575. <groupId>org.springframework</groupId>
  576. <artifactId>spring-aop</artifactId>
  577. <version>${spring.version}</version>
  578. </dependency>
  579. <dependency>
  580. <groupId>org.springframework</groupId>
  581. <artifactId>spring-context</artifactId>
  582. <version>${spring.version}</version>
  583. </dependency>
  584. <dependency>
  585. <groupId>log4j</groupId>
  586. <artifactId>log4j</artifactId>
  587. <version>1.2.9</version>
  588. <optional>true</optional>
  589. <scope>runtime</scope>
  590. </dependency>
  591. </dependencies>
  592. </dependencyManagement>
  593. <properties>
  594. <spring.version>2.0.6</spring.version>
  595. <docbook.source>${basedir}/src/docbkx</docbook.source>
  596. <docbook.target>${basedir}/target/site/guide</docbook.target>
  597. </properties>
  598. </project>