pom.xml 23 KB

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