pom.xml 23 KB

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