pom.xml 23 KB

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