pom.xml 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588
  1. <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">
  2. <modelVersion>4.0.0</modelVersion>
  3. <groupId>org.springframework.security</groupId>
  4. <artifactId>spring-security-parent</artifactId>
  5. <version>2.0-SNAPSHOT</version>
  6. <name>Spring Security</name>
  7. <packaging>pom</packaging>
  8. <modules>
  9. <module>core</module>
  10. <module>core-tiger</module>
  11. <module>adapters</module>
  12. <module>portlet</module>
  13. <module>samples</module>
  14. <module>ntlm</module>
  15. </modules>
  16. <description>Spring Security</description>
  17. <organization>
  18. <name>Interface21, Inc</name>
  19. <url>http://sourceforge.net/projects/acegisecurity</url>
  20. <!--<logo>http://sourceforge.net/sflogo.php?group_id=104215&amp;type=5</logo>-->
  21. </organization>
  22. <inceptionYear>2004</inceptionYear>
  23. <!--<logo>http://acegisecurity.org/logo.gif</logo>-->
  24. <url>http://acegisecurity.org/</url>
  25. <licenses>
  26. <license>
  27. <name>The Apache Software License, Version 2.0</name>
  28. <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
  29. <distribution>repo</distribution>
  30. </license>
  31. </licenses>
  32. <scm>
  33. <connection>scm:svn:https://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/spring-security/trunk</connection>
  34. <developerConnection>scm:svn:https://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/spring-security/trunk</developerConnection>
  35. <url>http://acegisecurity.svn.sourceforge.net/viewcvs.cgi/acegisecurity/spring-security/trunk/</url>
  36. </scm>
  37. <issueManagement>
  38. <system>jira</system>
  39. <url>http://opensource.atlassian.com/projects/spring/browse/SEC</url>
  40. </issueManagement>
  41. <distributionManagement>
  42. <repository>
  43. <id>sourceforge.net</id>
  44. <name>Acegi Releases Repository at Sourceforge</name>
  45. <url>
  46. scp://shell.sourceforge.net/home/groups/a/ac/acegisecurity/htdocs/repository/releases
  47. </url>
  48. </repository>
  49. <snapshotRepository>
  50. <id>sourceforge.net</id>
  51. <name>Acegi Snapshots Repository at Sourceforge</name>
  52. <url>
  53. scp://shell.sourceforge.net/home/groups/a/ac/acegisecurity/htdocs/repository/snapshots
  54. </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. <repositories>
  67. <repository>
  68. <id>sourceforge.net</id>
  69. <name>Acegi snapshot repository</name>
  70. <url>
  71. http://acegisecurity.sourceforge.net/repository/snapshots
  72. </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. <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>3.8.1</version>
  224. <scope>test</scope>
  225. </dependency>
  226. </dependencies>
  227. <build>
  228. <plugins>
  229. <plugin>
  230. <groupId>org.apache.maven.plugins</groupId>
  231. <artifactId>maven-help-plugin</artifactId>
  232. <version>2.0.1</version>
  233. </plugin>
  234. <plugin>
  235. <groupId>org.apache.maven.plugins</groupId>
  236. <artifactId>maven-clean-plugin</artifactId>
  237. <version>2.1.1</version>
  238. </plugin>
  239. <plugin>
  240. <groupId>org.apache.maven.plugins</groupId>
  241. <artifactId>maven-resources-plugin</artifactId>
  242. <version>2.2</version>
  243. </plugin>
  244. <plugin>
  245. <groupId>org.apache.maven.plugins</groupId>
  246. <artifactId>maven-surefire-plugin</artifactId>
  247. <version>2.3</version>
  248. <configuration>
  249. <includes>
  250. <include>**/*Tests.class</include>
  251. </includes>
  252. <excludes>
  253. <exclude>**/Abstract*</exclude>
  254. </excludes>
  255. <forkMode>once</forkMode>
  256. <systemProperties>
  257. <!-- The working directory for the embedded apache Ldap test server -->
  258. <property>
  259. <name>apacheDSWorkDir</name>
  260. <value>
  261. ${basedir}/target/apacheds-work
  262. </value>
  263. </property>
  264. </systemProperties>
  265. </configuration>
  266. </plugin>
  267. <plugin>
  268. <groupId>org.apache.maven.plugins</groupId>
  269. <artifactId>maven-compiler-plugin</artifactId>
  270. <configuration>
  271. <source>1.4</source>
  272. <target>1.4</target>
  273. </configuration>
  274. </plugin>
  275. <plugin>
  276. <groupId>org.apache.maven.plugins</groupId>
  277. <artifactId>maven-jar-plugin</artifactId>
  278. <version>2.1</version>
  279. <executions>
  280. <execution>
  281. <goals>
  282. <goal>test-jar</goal>
  283. </goals>
  284. <phase>package</phase>
  285. </execution>
  286. </executions>
  287. </plugin>
  288. <plugin>
  289. <groupId>org.apache.maven.plugins</groupId>
  290. <artifactId>maven-source-plugin</artifactId>
  291. <version>2.0.3</version>
  292. <configuration>
  293. <attach>true</attach>
  294. </configuration>
  295. <executions>
  296. <execution>
  297. <goals>
  298. <goal>jar</goal>
  299. </goals>
  300. </execution>
  301. </executions>
  302. </plugin>
  303. <!-- Other -->
  304. <plugin>
  305. <groupId>org.apache.maven.plugins</groupId>
  306. <artifactId>maven-war-plugin</artifactId>
  307. <version>2.0.2</version>
  308. </plugin>
  309. <plugin>
  310. <groupId>org.apache.maven.plugins</groupId>
  311. <artifactId>maven-assembly-plugin</artifactId>
  312. <version>2.1</version>
  313. </plugin>
  314. <plugin>
  315. <groupId>org.apache.maven.plugins</groupId>
  316. <artifactId>maven-install-plugin</artifactId>
  317. <version>2.2</version>
  318. </plugin>
  319. <plugin>
  320. <groupId>org.apache.maven.plugins</groupId>
  321. <artifactId>maven-deploy-plugin</artifactId>
  322. <version>2.3</version>
  323. </plugin>
  324. <plugin>
  325. <groupId>org.apache.maven.plugins</groupId>
  326. <artifactId>maven-release-plugin</artifactId>
  327. <version>2.0-beta-5</version>
  328. <configuration>
  329. <tagBase>
  330. https://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/tags
  331. </tagBase>
  332. </configuration>
  333. </plugin>
  334. <!-- IDE -->
  335. <plugin>
  336. <groupId>org.apache.maven.plugins</groupId>
  337. <artifactId>maven-eclipse-plugin</artifactId>
  338. <version>2.3</version>
  339. <configuration>
  340. <downloadSources>true</downloadSources>
  341. <wtpversion>1.0</wtpversion>
  342. </configuration>
  343. </plugin>
  344. <plugin>
  345. <groupId>org.apache.maven.plugins</groupId>
  346. <artifactId>maven-idea-plugin</artifactId>
  347. <version>2.0</version>
  348. <configuration>
  349. <downloadSources>true</downloadSources>
  350. <!--<downloadJavadocs>true</downloadJavadocs>-->
  351. <dependenciesAsLibraries>
  352. true
  353. </dependenciesAsLibraries>
  354. </configuration>
  355. </plugin>
  356. <!-- Site -->
  357. <plugin>
  358. <groupId>org.apache.maven.plugins</groupId>
  359. <artifactId>maven-site-plugin</artifactId>
  360. <version>2.0-beta-5</version>
  361. </plugin>
  362. <plugin>
  363. <groupId>com.agilejava.docbkx</groupId>
  364. <artifactId>docbkx-maven-plugin</artifactId>
  365. <version>2.0.6</version>
  366. <executions>
  367. <execution>
  368. <id>build-singlehtml-doc</id>
  369. <phase>pre-site</phase>
  370. <goals>
  371. <goal>generate-html</goal>
  372. </goals>
  373. <configuration>
  374. <sourceDirectory>${docbook.source}</sourceDirectory>
  375. <targetDirectory>${docbook.target}</targetDirectory>
  376. <inputs>springsecurity.xml</inputs>
  377. <chunkedOutput>false</chunkedOutput>
  378. <!--
  379. <htmlStylesheet>css/spring-security-docbook.css</htmlStylesheet>
  380. <htmlCustomization>
  381. ${docbook.source}/resources/xsl/spring-security-docbook-html.xsl
  382. </htmlCustomization>
  383. -->
  384. <postProcess>
  385. <copy todir="${docbook.target}/images">
  386. <fileset dir="${docbook.source}/images">
  387. <include name="*.png"/>
  388. <include name="*.gif"/>
  389. <include name="*.jpg"/>
  390. </fileset>
  391. </copy>
  392. </postProcess>
  393. </configuration>
  394. </execution>
  395. <execution>
  396. <id>build-pdf-doc</id>
  397. <phase>pre-site</phase>
  398. <goals>
  399. <goal>generate-pdf</goal>
  400. </goals>
  401. <configuration>
  402. <sourceDirectory>${docbook.source}</sourceDirectory>
  403. <targetDirectory>${docbook.target}</targetDirectory>
  404. <inputs>springsecurity.xml</inputs>
  405. <imgSrcPath>${docbook.source}/</imgSrcPath>
  406. <admonGraphicsPath>${docbook.source}/resources/images/admons/</admonGraphicsPath>
  407. <foCustomization>${docbook.source}/resources/xsl/spring-security-docbook-fopdf.xsl
  408. </foCustomization>
  409. </configuration>
  410. </execution>
  411. </executions>
  412. <dependencies>
  413. <dependency>
  414. <groupId>org.docbook</groupId>
  415. <artifactId>docbook-xml</artifactId>
  416. <version>4.4</version>
  417. <scope>runtime</scope>
  418. </dependency>
  419. </dependencies>
  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.3</version>
  429. </plugin>
  430. <plugin>
  431. <groupId>org.apache.maven.plugins</groupId>
  432. <artifactId>maven-jxr-plugin</artifactId>
  433. </plugin>
  434. <!--
  435. <plugin>
  436. <groupId>org.apache.maven.plugins</groupId>
  437. <artifactId>maven-checkstyle-plugin</artifactId>
  438. <configuration>
  439. <configLocation>
  440. acegi_checkstyle.xml
  441. </configLocation>
  442. </configuration>
  443. </plugin>
  444. -->
  445. <plugin>
  446. <groupId>org.codehaus.mojo</groupId>
  447. <artifactId>cobertura-maven-plugin</artifactId>
  448. <!-- Version 2.1 reports 100% coverage for everything. Nice but not very practical -->
  449. <version>2.0</version>
  450. </plugin>
  451. <plugin>
  452. <groupId>org.apache.maven.plugins</groupId>
  453. <artifactId>maven-javadoc-plugin</artifactId>
  454. <configuration>
  455. <links>
  456. <link>
  457. http://java.sun.com/j2se/1.5.0/docs/api
  458. </link>
  459. <link>
  460. http://www.springframework.org/docs/api/
  461. </link>
  462. <link>
  463. http://commons.apache.org/dbcp/apidocs/
  464. </link>
  465. <link>
  466. http://commons.apache.org/httpclient/apidocs/
  467. </link>
  468. <link>
  469. http://commons.apache.org/pool/apidocs/
  470. </link>
  471. <link>
  472. http://commons.apache.org/lang/api/
  473. </link>
  474. <link>
  475. http://commons.apache.org/codec/apidocs/
  476. </link>
  477. <link>
  478. http://commons.apache.org/collections/apidocs/
  479. </link>
  480. <link>
  481. http://velocity.apache.org/engine/releases/velocity-1.5/apidocs/
  482. </link>
  483. <link>
  484. http://developer.ja-sig.org/projects/cas/cas-server-core/cas-server/cas-server-core/apidocs/
  485. </link>
  486. <link>
  487. http://tomcat.apache.org/tomcat-5.0-doc/servletapi/
  488. </link>
  489. </links>
  490. </configuration>
  491. </plugin>
  492. <plugin>
  493. <groupId>org.codehaus.mojo</groupId>
  494. <artifactId>taglist-maven-plugin</artifactId>
  495. </plugin>
  496. <plugin>
  497. <groupId>org.apache.maven.plugins</groupId>
  498. <artifactId>maven-project-info-reports-plugin</artifactId>
  499. <version>2.0.1</version>
  500. <reportSets>
  501. <reportSet>
  502. <reports>
  503. <report>dependencies</report>
  504. <report>project-team</report>
  505. <report>mailing-list</report>
  506. <report>issue-tracking</report>
  507. <report>license</report>
  508. </reports>
  509. </reportSet>
  510. </reportSets>
  511. </plugin>
  512. </plugins>
  513. </reporting>
  514. <dependencyManagement>
  515. <dependencies>
  516. <dependency>
  517. <groupId>org.springframework</groupId>
  518. <artifactId>spring-core</artifactId>
  519. <version>${spring.version}</version>
  520. </dependency>
  521. <dependency>
  522. <groupId>org.springframework</groupId>
  523. <artifactId>spring-mock</artifactId>
  524. <version>${spring.version}</version>
  525. </dependency>
  526. <dependency>
  527. <groupId>org.springframework</groupId>
  528. <artifactId>spring-remoting</artifactId>
  529. <version>${spring.version}</version>
  530. </dependency>
  531. <dependency>
  532. <groupId>org.springframework</groupId>
  533. <artifactId>spring-web</artifactId>
  534. <version>${spring.version}</version>
  535. </dependency>
  536. <dependency>
  537. <groupId>org.springframework</groupId>
  538. <artifactId>spring-jdbc</artifactId>
  539. <version>${spring.version}</version>
  540. </dependency>
  541. <dependency>
  542. <groupId>org.springframework</groupId>
  543. <artifactId>spring-support</artifactId>
  544. <version>${spring.version}</version>
  545. </dependency>
  546. <dependency>
  547. <groupId>org.springframework</groupId>
  548. <artifactId>spring-aop</artifactId>
  549. <version>${spring.version}</version>
  550. </dependency>
  551. <dependency>
  552. <groupId>org.springframework</groupId>
  553. <artifactId>spring-context</artifactId>
  554. <version>${spring.version}</version>
  555. </dependency>
  556. <dependency>
  557. <groupId>log4j</groupId>
  558. <artifactId>log4j</artifactId>
  559. <version>1.2.9</version>
  560. <optional>true</optional>
  561. <scope>runtime</scope>
  562. </dependency>
  563. </dependencies>
  564. </dependencyManagement>
  565. <properties>
  566. <spring.version>2.0.6</spring.version>
  567. <docbook.source>${basedir}/src/docbkx</docbook.source>
  568. <docbook.target>${basedir}/target/site/guide</docbook.target>
  569. </properties>
  570. </project>