pom.xml 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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.8.CI-SNAPSHOT</version>
  7. <name>Spring Security</name>
  8. <packaging>pom</packaging>
  9. <modules>
  10. <module>core</module>
  11. <module>core-tiger</module>
  12. <module>portlet</module>
  13. <module>ntlm</module>
  14. <module>openid</module>
  15. <!--module>samples</module-->
  16. <module>cas</module>
  17. <module>acl</module>
  18. <module>taglibs</module>
  19. </modules>
  20. <description>Spring Security</description>
  21. <organization>
  22. <name>SpringSource, Inc</name>
  23. <url>http://www.springsource.com/</url>
  24. </organization>
  25. <inceptionYear>2004</inceptionYear>
  26. <url>http://static.springframework.org/spring-security/site/index.html</url>
  27. <licenses>
  28. <license>
  29. <name>The Apache Software License, Version 2.0</name>
  30. <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
  31. <distribution>repo</distribution>
  32. </license>
  33. </licenses>
  34. <issueManagement>
  35. <system>jira</system>
  36. <url>http://jira.springframework.org/browse/SEC</url>
  37. </issueManagement>
  38. <ciManagement>
  39. <system>bamboo</system>
  40. <url>https://build.springframework.org/browse/SEC</url>
  41. </ciManagement>
  42. <distributionManagement>
  43. <repository>
  44. <id>spring-release</id>
  45. <name>Spring Release Repository</name>
  46. <url>s3://maven.springframework.org/release</url>
  47. </repository>
  48. <snapshotRepository>
  49. <id>spring-snapshot</id>
  50. <name>Spring Snapshot Repository</name>
  51. <url>s3://maven.springframework.org/snapshot</url>
  52. </snapshotRepository>
  53. </distributionManagement>
  54. <pluginRepositories>
  55. <pluginRepository>
  56. <id>com.springsource.repository.maven.milestone</id>
  57. <name>SpringSource Enterprise Bundle Repository - SpringSource Milestone Releases</name>
  58. <url>http://repository.springsource.com/maven/bundles/milestone</url>
  59. </pluginRepository>
  60. </pluginRepositories>
  61. <developers>
  62. <developer>
  63. <name>Ben Alex</name>
  64. <id>benalex</id>
  65. <email>benalex at users.sourceforge.net</email>
  66. <organization>
  67. SpringSource
  68. </organization>
  69. <timezone>+10</timezone>
  70. </developer>
  71. <developer>
  72. <name>Colin Sampaleanu</name>
  73. <id>colins</id>
  74. <email>colinml1 at exis.com</email>
  75. </developer>
  76. <developer>
  77. <name>Carlos Sanchez</name>
  78. <id>carlossg</id>
  79. <email>carlossg at users.sourceforge.net</email>
  80. <timezone>+1</timezone>
  81. </developer>
  82. <developer>
  83. <name>Luke Taylor</name>
  84. <id>luke_t</id>
  85. <email>luke_t at users.sourceforge.net</email>
  86. <organization>
  87. SpringSource
  88. </organization>
  89. <timezone>0</timezone>
  90. </developer>
  91. <developer>
  92. <name>Ray Krueger</name>
  93. <id>raykrueger</id>
  94. <email>raykrueger at users.sourceforge.net</email>
  95. </developer>
  96. <developer>
  97. <name>Mark St.Godard</name>
  98. <id>markstg</id>
  99. <email>markstg at users.sourceforge.net</email>
  100. </developer>
  101. <developer>
  102. <name>John A. Lewis</name>
  103. <id>johnalewis</id>
  104. <email>johnalewis at users.sourceforge.net</email>
  105. </developer>
  106. </developers>
  107. <contributors>
  108. <contributor>
  109. <name>Alan Stewart</name>
  110. </contributor>
  111. <contributor>
  112. <name>Cameron Braid</name>
  113. </contributor>
  114. <contributor>
  115. <name>Patrick Burleson</name>
  116. </contributor>
  117. <contributor>
  118. <name>Francois Beausoleil</name>
  119. </contributor>
  120. <contributor>
  121. <name>Wesley Hall</name>
  122. </contributor>
  123. <contributor>
  124. <name>Scott Evans</name>
  125. </contributor>
  126. <contributor>
  127. <name>Travis Gregg</name>
  128. </contributor>
  129. <contributor>
  130. <name>Karel Miarka</name>
  131. </contributor>
  132. <contributor>
  133. <name>James Monaghan</name>
  134. </contributor>
  135. <contributor>
  136. <name>Andrew Petro</name>
  137. </contributor>
  138. <contributor>
  139. <name>Aaron Tang</name>
  140. </contributor>
  141. <contributor>
  142. <name>Orlando Garcia Carmona</name>
  143. </contributor>
  144. <contributor>
  145. <name>Joni Suominen</name>
  146. </contributor>
  147. <contributor>
  148. <name>Sergio Berna</name>
  149. </contributor>
  150. <contributor>
  151. <name>Paulo Neves</name>
  152. </contributor>
  153. <contributor>
  154. <name>Mike Perham</name>
  155. </contributor>
  156. <contributor>
  157. <name>Robin Bramley</name>
  158. </contributor>
  159. <contributor>
  160. <name>Robert Sanders</name>
  161. </contributor>
  162. <contributor>
  163. <name>Vishal Puri</name>
  164. </contributor>
  165. <contributor>
  166. <name>Martin Algesten</name>
  167. </contributor>
  168. <contributor>
  169. <name>Ruud Senden</name>
  170. </contributor>
  171. <contributor>
  172. <name>Michael Mayr</name>
  173. </contributor>
  174. </contributors>
  175. <dependencies>
  176. <dependency>
  177. <groupId>junit</groupId>
  178. <artifactId>junit</artifactId>
  179. <version>4.4</version>
  180. <scope>test</scope>
  181. </dependency>
  182. </dependencies>
  183. <build>
  184. <extensions>
  185. <extension>
  186. <groupId>org.springframework.build.aws</groupId>
  187. <artifactId>org.springframework.build.aws.maven</artifactId>
  188. <version>2.0.0.RELEASE</version>
  189. </extension>
  190. </extensions>
  191. <pluginManagement>
  192. <plugins>
  193. <plugin>
  194. <groupId>com.springsource.bundlor</groupId>
  195. <artifactId>com.springsource.bundlor.maven</artifactId>
  196. <version>1.0.0.M6</version>
  197. <executions>
  198. <execution>
  199. <id>bundlor</id>
  200. <phase>package</phase>
  201. <goals>
  202. <goal>transform</goal>
  203. </goals>
  204. </execution>
  205. </executions>
  206. </plugin>
  207. <plugin>
  208. <groupId>org.apache.maven.plugins</groupId>
  209. <artifactId>maven-dependency-plugin</artifactId>
  210. <version>2.5.1</version>
  211. </plugin>
  212. </plugins>
  213. </pluginManagement>
  214. <plugins>
  215. <plugin>
  216. <groupId>org.apache.maven.plugins</groupId>
  217. <artifactId>maven-help-plugin</artifactId>
  218. <version>2.0.1</version>
  219. </plugin>
  220. <plugin>
  221. <groupId>org.apache.maven.plugins</groupId>
  222. <artifactId>maven-clean-plugin</artifactId>
  223. <version>2.2</version>
  224. </plugin>
  225. <plugin>
  226. <groupId>org.apache.maven.plugins</groupId>
  227. <artifactId>maven-resources-plugin</artifactId>
  228. <version>2.2</version>
  229. </plugin>
  230. <plugin>
  231. <groupId>org.apache.maven.plugins</groupId>
  232. <artifactId>maven-surefire-plugin</artifactId>
  233. <version>2.4.2</version>
  234. <configuration>
  235. <includes>
  236. <include>**/*Tests.class</include>
  237. </includes>
  238. <excludes>
  239. <exclude>**/Abstract*</exclude>
  240. </excludes>
  241. <forkMode>once</forkMode>
  242. <systemProperties>
  243. <!-- The working directory for the embedded apache Ldap test server -->
  244. <property>
  245. <name>apacheDSWorkDir</name>
  246. <value>
  247. ${basedir}/target/apacheds-work
  248. </value>
  249. </property>
  250. </systemProperties>
  251. </configuration>
  252. </plugin>
  253. <plugin>
  254. <groupId>org.apache.maven.plugins</groupId>
  255. <artifactId>maven-compiler-plugin</artifactId>
  256. <version>2.0.2</version>
  257. <executions>
  258. <execution>
  259. <id>java-1.4-compile</id>
  260. <phase>compile</phase>
  261. <goals>
  262. <goal>compile</goal>
  263. </goals>
  264. <configuration>
  265. <source>1.4</source>
  266. <target>1.4</target>
  267. </configuration>
  268. </execution>
  269. <execution>
  270. <id>java-1.5-compile</id>
  271. <phase>process-test-sources</phase>
  272. <goals>
  273. <goal>testCompile</goal>
  274. </goals>
  275. <configuration>
  276. <source>1.5</source>
  277. <target>1.5</target>
  278. </configuration>
  279. </execution>
  280. </executions>
  281. </plugin>
  282. <plugin>
  283. <groupId>org.apache.maven.plugins</groupId>
  284. <artifactId>maven-jar-plugin</artifactId>
  285. <version>2.1</version>
  286. <executions>
  287. <execution>
  288. <goals>
  289. <goal>test-jar</goal>
  290. </goals>
  291. <phase>package</phase>
  292. </execution>
  293. </executions>
  294. </plugin>
  295. <plugin>
  296. <groupId>org.apache.maven.plugins</groupId>
  297. <artifactId>maven-source-plugin</artifactId>
  298. <version>2.0.3</version>
  299. <configuration>
  300. <attach>true</attach>
  301. </configuration>
  302. <executions>
  303. <execution>
  304. <goals>
  305. <goal>jar</goal>
  306. </goals>
  307. </execution>
  308. </executions>
  309. </plugin>
  310. <!-- Other -->
  311. <plugin>
  312. <groupId>org.apache.maven.plugins</groupId>
  313. <artifactId>maven-war-plugin</artifactId>
  314. <version>2.0.2</version>
  315. </plugin>
  316. <plugin>
  317. <groupId>org.apache.maven.plugins</groupId>
  318. <artifactId>maven-assembly-plugin</artifactId>
  319. <version>2.1</version>
  320. </plugin>
  321. <plugin>
  322. <groupId>org.apache.maven.plugins</groupId>
  323. <artifactId>maven-install-plugin</artifactId>
  324. <version>2.2</version>
  325. </plugin>
  326. <plugin>
  327. <groupId>org.apache.maven.plugins</groupId>
  328. <artifactId>maven-deploy-plugin</artifactId>
  329. <version>2.3</version>
  330. </plugin>
  331. <plugin>
  332. <groupId>org.apache.maven.plugins</groupId>
  333. <artifactId>maven-release-plugin</artifactId>
  334. <version>2.0-beta-9</version>
  335. <configuration>
  336. <tagBase>
  337. https://src.springframework.org/svn/spring-security/tags
  338. </tagBase>
  339. </configuration>
  340. </plugin>
  341. <!-- IDE -->
  342. <plugin>
  343. <groupId>org.apache.maven.plugins</groupId>
  344. <artifactId>maven-eclipse-plugin</artifactId>
  345. <version>2.5.1</version>
  346. <configuration>
  347. <downloadSources>true</downloadSources>
  348. <wtpversion>2.0</wtpversion>
  349. </configuration>
  350. </plugin>
  351. <plugin>
  352. <groupId>org.apache.maven.plugins</groupId>
  353. <artifactId>maven-idea-plugin</artifactId>
  354. <version>2.0</version>
  355. <configuration>
  356. <downloadSources>true</downloadSources>
  357. <!--<downloadJavadocs>true</downloadJavadocs>-->
  358. <dependenciesAsLibraries>
  359. true
  360. </dependenciesAsLibraries>
  361. </configuration>
  362. </plugin>
  363. <!-- Site -->
  364. <plugin>
  365. <groupId>org.apache.maven.plugins</groupId>
  366. <artifactId>maven-site-plugin</artifactId>
  367. <version>2.0-beta-6</version>
  368. </plugin>
  369. <plugin>
  370. <groupId>com.agilejava.docbkx</groupId>
  371. <artifactId>docbkx-maven-plugin</artifactId>
  372. <version>2.0.7</version>
  373. <executions>
  374. <execution>
  375. <goals>
  376. <goal>generate-html</goal>
  377. <goal>generate-pdf</goal>
  378. </goals>
  379. <phase>pre-site</phase>
  380. </execution>
  381. </executions>
  382. <dependencies>
  383. <dependency>
  384. <groupId>org.docbook</groupId>
  385. <artifactId>docbook-xml</artifactId>
  386. <version>4.4</version>
  387. <scope>runtime</scope>
  388. </dependency>
  389. </dependencies>
  390. <configuration>
  391. <includes>springsecurity.xml</includes>
  392. <chunkedOutput>true</chunkedOutput>
  393. <htmlStylesheet>css/html.css</htmlStylesheet>
  394. <xincludeSupported>true</xincludeSupported>
  395. <htmlCustomization>src/docbkx/resources/xsl/html_chunk.xsl</htmlCustomization>
  396. <foCustomization>src/docbkx/resources/xsl/fopdf.xsl</foCustomization>
  397. <entities>
  398. <entity>
  399. <name>version</name>
  400. <value>${pom.version}</value>
  401. </entity>
  402. </entities>
  403. <postProcess>
  404. <copy todir="target/site/reference">
  405. <fileset dir="target/docbkx">
  406. <include name="**/*.html" />
  407. <include name="**/*.pdf" />
  408. </fileset>
  409. </copy>
  410. <copy todir="target/site/reference/html">
  411. <fileset dir="src/docbkx/resources">
  412. <include name="**/*.css" />
  413. <include name="**/*.png" />
  414. <include name="**/*.gif" />
  415. <include name="**/*.jpg" />
  416. </fileset>
  417. </copy>
  418. </postProcess>
  419. </configuration>
  420. </plugin>
  421. </plugins>
  422. </build>
  423. <reporting>
  424. <plugins>
  425. <plugin>
  426. <groupId>org.apache.maven.plugins</groupId>
  427. <artifactId>maven-surefire-report-plugin</artifactId>
  428. <version>2.4.2</version>
  429. <!--
  430. <configuration>
  431. <aggregate>true</aggregate>
  432. </configuration>
  433. -->
  434. </plugin>
  435. <plugin>
  436. <groupId>org.apache.maven.plugins</groupId>
  437. <artifactId>maven-jxr-plugin</artifactId>
  438. <configuration>
  439. <aggregate>true</aggregate>
  440. <excludes>
  441. <exclude>bigbank/**</exclude>
  442. </excludes>
  443. </configuration>
  444. </plugin>
  445. <!--
  446. <plugin>
  447. <groupId>org.apache.maven.plugins</groupId>
  448. <artifactId>maven-checkstyle-plugin</artifactId>
  449. <configuration>
  450. <configLocation>
  451. acegi_checkstyle.xml
  452. </configLocation>
  453. </configuration>
  454. </plugin>
  455. -->
  456. <plugin>
  457. <groupId>org.codehaus.mojo</groupId>
  458. <artifactId>cobertura-maven-plugin</artifactId>
  459. <version>2.2</version>
  460. </plugin>
  461. <plugin>
  462. <groupId>org.apache.maven.plugins</groupId>
  463. <artifactId>maven-javadoc-plugin</artifactId>
  464. <version>2.4</version>
  465. <configuration>
  466. <aggregate>true</aggregate>
  467. <header>Spring Security Framework</header>
  468. <quiet>true</quiet>
  469. <excludePackageNames>sample,bigbank,zzz</excludePackageNames>
  470. <links>
  471. <link>
  472. http://java.sun.com/j2se/1.5.0/docs/api
  473. </link>
  474. <link>
  475. http://static.springframework.org/spring/docs/2.5.x/api/
  476. </link>
  477. <link>
  478. http://commons.apache.org/dbcp/apidocs/
  479. </link>
  480. <link>
  481. http://commons.apache.org/httpclient/apidocs/
  482. </link>
  483. <link>
  484. http://commons.apache.org/pool/apidocs/
  485. </link>
  486. <link>
  487. http://commons.apache.org/lang/api/
  488. </link>
  489. <link>
  490. http://commons.apache.org/codec/apidocs/
  491. </link>
  492. <link>
  493. http://commons.apache.org/collections/apidocs/
  494. </link>
  495. <link>
  496. http://velocity.apache.org/engine/releases/velocity-1.5/apidocs/
  497. </link>
  498. <link>
  499. http://developer.ja-sig.org/projects/cas/cas-server-core/cas-server/cas-server-core/apidocs/
  500. </link>
  501. <link>
  502. http://tomcat.apache.org/tomcat-5.5-doc/servletapi/
  503. </link>
  504. </links>
  505. </configuration>
  506. <reportSets>
  507. <reportSet>
  508. <reports>
  509. <report>javadoc</report>
  510. <!--<report>test-javadoc</report> -->
  511. </reports>
  512. </reportSet>
  513. </reportSets>
  514. </plugin>
  515. <plugin>
  516. <groupId>org.codehaus.mojo</groupId>
  517. <artifactId>taglist-maven-plugin</artifactId>
  518. </plugin>
  519. <plugin>
  520. <groupId>org.apache.maven.plugins</groupId>
  521. <artifactId>maven-project-info-reports-plugin</artifactId>
  522. <version>2.0.1</version>
  523. <!--
  524. <reportSets>
  525. <reportSet>
  526. <reports>
  527. <report>dependencies</report>
  528. <report>project-team</report>
  529. <report>mailing-list</report>
  530. <report>issue-tracking</report>
  531. <report>license</report>
  532. </reports>
  533. </reportSet>
  534. </reportSets>
  535. -->
  536. </plugin>
  537. </plugins>
  538. </reporting>
  539. <dependencyManagement>
  540. <dependencies>
  541. <dependency>
  542. <groupId>org.springframework</groupId>
  543. <artifactId>spring-core</artifactId>
  544. <version>${spring.version}</version>
  545. </dependency>
  546. <dependency>
  547. <groupId>org.springframework</groupId>
  548. <artifactId>spring-mock</artifactId>
  549. <version>${spring.version}</version>
  550. </dependency>
  551. <dependency>
  552. <groupId>org.springframework</groupId>
  553. <artifactId>spring-remoting</artifactId>
  554. <version>${spring.version}</version>
  555. </dependency>
  556. <dependency>
  557. <groupId>org.springframework</groupId>
  558. <artifactId>spring-web</artifactId>
  559. <version>${spring.version}</version>
  560. </dependency>
  561. <dependency>
  562. <groupId>org.springframework</groupId>
  563. <artifactId>spring-jdbc</artifactId>
  564. <version>${spring.version}</version>
  565. </dependency>
  566. <dependency>
  567. <groupId>org.springframework</groupId>
  568. <artifactId>spring-dao</artifactId>
  569. <version>${spring.version}</version>
  570. </dependency>
  571. <dependency>
  572. <groupId>org.springframework</groupId>
  573. <artifactId>spring-support</artifactId>
  574. <version>${spring.version}</version>
  575. </dependency>
  576. <dependency>
  577. <groupId>org.springframework</groupId>
  578. <artifactId>spring-aop</artifactId>
  579. <version>${spring.version}</version>
  580. </dependency>
  581. <dependency>
  582. <groupId>org.springframework</groupId>
  583. <artifactId>spring-context</artifactId>
  584. <version>${spring.version}</version>
  585. </dependency>
  586. <dependency>
  587. <groupId>org.springframework.ldap</groupId>
  588. <artifactId>spring-ldap</artifactId>
  589. <version>1.2.1</version>
  590. </dependency>
  591. <dependency>
  592. <groupId>org.aspectj</groupId>
  593. <artifactId>aspectjweaver</artifactId>
  594. <optional>true</optional>
  595. <version>1.5.4</version>
  596. </dependency>
  597. <dependency>
  598. <groupId>org.aspectj</groupId>
  599. <artifactId>aspectjrt</artifactId>
  600. <version>1.5.4</version>
  601. </dependency>
  602. <dependency>
  603. <groupId>org.springframework</groupId>
  604. <artifactId>spring-webmvc</artifactId>
  605. <version>${spring.version}</version>
  606. </dependency>
  607. <dependency>
  608. <groupId>cglib</groupId>
  609. <artifactId>cglib-nodep</artifactId>
  610. <scope>test</scope>
  611. <optional>true</optional>
  612. <version>2.1_3</version>
  613. </dependency>
  614. <dependency>
  615. <groupId>log4j</groupId>
  616. <artifactId>log4j</artifactId>
  617. <version>1.2.14</version> <!-- 1.2.15 has some JMX dependencies we don't want in its POM -->
  618. <optional>true</optional>
  619. <scope>runtime</scope>
  620. </dependency>
  621. <dependency>
  622. <groupId>net.sf.ehcache</groupId>
  623. <artifactId>ehcache</artifactId>
  624. <version>1.4.1</version>
  625. </dependency>
  626. <dependency>
  627. <groupId>commons-collections</groupId>
  628. <artifactId>commons-collections</artifactId>
  629. <version>3.2</version>
  630. </dependency>
  631. <dependency>
  632. <groupId>hsqldb</groupId>
  633. <artifactId>hsqldb</artifactId>
  634. <version>1.8.0.7</version>
  635. </dependency>
  636. <dependency>
  637. <groupId>commons-logging</groupId>
  638. <artifactId>commons-logging</artifactId>
  639. <version>1.1.1</version>
  640. </dependency>
  641. <dependency>
  642. <groupId>commons-codec</groupId>
  643. <artifactId>commons-codec</artifactId>
  644. <version>1.3</version>
  645. </dependency>
  646. <dependency>
  647. <groupId>javax.servlet</groupId>
  648. <artifactId>servlet-api</artifactId>
  649. <version>2.4</version>
  650. <scope>provided</scope>
  651. </dependency>
  652. <dependency>
  653. <groupId>javax.servlet</groupId>
  654. <artifactId>jstl</artifactId>
  655. <version>${jstl.version}</version>
  656. <scope>runtime</scope>
  657. </dependency>
  658. <dependency>
  659. <groupId>taglibs</groupId>
  660. <artifactId>standard</artifactId>
  661. <version>${jstl.version}</version>
  662. <scope>runtime</scope>
  663. </dependency>
  664. </dependencies>
  665. </dependencyManagement>
  666. <properties>
  667. <spring.version>2.0.8</spring.version>
  668. <jstl.version>1.1.2</jstl.version>
  669. <docbook.source>${basedir}/src/docbkx</docbook.source>
  670. <docbook.target>${basedir}/target/site/guide</docbook.target>
  671. </properties>
  672. </project>