pom.xml 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572
  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.acegisecurity</groupId>
  4. <artifactId>acegi-security-parent</artifactId>
  5. <version>1.0.5-SNAPSHOT</version>
  6. <name>Acegi Security</name>
  7. <packaging>pom</packaging>
  8. <modules>
  9. <module>core</module>
  10. <module>core-tiger</module>
  11. <module>adapters</module>
  12. <module>samples</module>
  13. </modules>
  14. <description>Acegi Security System for Spring</description>
  15. <organization>
  16. <name>Interface21, Inc</name>
  17. <url>http://sourceforge.net/projects/acegisecurity</url>
  18. <!--<logo>http://sourceforge.net/sflogo.php?group_id=104215&amp;type=5</logo>-->
  19. </organization>
  20. <inceptionYear>2004</inceptionYear>
  21. <!--<logo>http://acegisecurity.org/logo.gif</logo>-->
  22. <url>http://acegisecurity.org/</url>
  23. <licenses>
  24. <license>
  25. <name>The Apache Software License, Version 2.0</name>
  26. <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
  27. <distribution>repo</distribution>
  28. </license>
  29. </licenses>
  30. <scm>
  31. <connection>scm:svn:https://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/trunk/acegisecurity</connection>
  32. <developerConnection>scm:svn:https://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/trunk/acegisecurity</developerConnection>
  33. <url>http://acegisecurity.svn.sourceforge.net/viewcvs.cgi/acegisecurity/trunk/acegisecurity/</url>
  34. </scm>
  35. <issueManagement>
  36. <system>jira</system>
  37. <url>http://opensource.atlassian.com/projects/spring/browse/SEC</url>
  38. </issueManagement>
  39. <distributionManagement>
  40. <repository>
  41. <id>sourceforge.net</id>
  42. <name>Acegi Releases Repository at Sourceforge</name>
  43. <url>
  44. scp://shell.sourceforge.net/home/groups/a/ac/acegisecurity/htdocs/repository/releases
  45. </url>
  46. </repository>
  47. <snapshotRepository>
  48. <id>sourceforge.net</id>
  49. <name>Acegi Snapshots Repository at Sourceforge</name>
  50. <url>
  51. scp://shell.sourceforge.net/home/groups/a/ac/acegisecurity/htdocs/repository/snapshots
  52. </url>
  53. </snapshotRepository>
  54. <site>
  55. <id>local</id>
  56. <name>Local Site Directory</name>
  57. <!--
  58. This variable is set by the build release script. You can also set it on the command line if
  59. you are running maven directly. e.g. mvn site -DsiteDirectory=file:///home/joe/mysite
  60. -->
  61. <url>${siteDirectory}</url>
  62. </site>
  63. </distributionManagement>
  64. <repositories>
  65. <repository>
  66. <id>sourceforge.net</id>
  67. <name>Acegi snapshot repository</name>
  68. <url>
  69. http://acegisecurity.sourceforge.net/repository/snapshots
  70. </url>
  71. <releases>
  72. <enabled>false</enabled>
  73. </releases>
  74. </repository>
  75. <repository>
  76. <id>apache.org</id>
  77. <name>Apache snapshot repository</name>
  78. <url>http://svn.apache.org/maven-snapshot-repository</url>
  79. <releases>
  80. <enabled>false</enabled>
  81. </releases>
  82. </repository>
  83. </repositories>
  84. <pluginRepositories>
  85. <pluginRepository>
  86. <id>agilejava.com</id>
  87. <url>http://agilejava.com/maven/</url>
  88. <releases>
  89. <enabled>true</enabled>
  90. </releases>
  91. </pluginRepository>
  92. </pluginRepositories>
  93. <mailingLists>
  94. <mailingList>
  95. <name>Acegi Developer List</name>
  96. <subscribe>
  97. https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer
  98. </subscribe>
  99. <!--
  100. <unsubscribe>https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer</unsubscribe>
  101. <post>acegisecurity-developer@lists.sourceforge.net</post>
  102. -->
  103. <archive>
  104. http://sourceforge.net/mailarchive/forum.php?forum_id=40659
  105. </archive>
  106. <otherArchives>
  107. <otherArchive>
  108. http://news.gmane.org/gmane.comp.java.springframework.acegisecurity.devel/
  109. </otherArchive>
  110. <otherArchive>
  111. http://www.mail-archive.com/acegisecurity-developer@lists.sourceforge.net/
  112. </otherArchive>
  113. </otherArchives>
  114. </mailingList>
  115. </mailingLists>
  116. <developers>
  117. <developer>
  118. <name>Ben Alex</name>
  119. <id>benalex</id>
  120. <email>benalex at users.sourceforge.net</email>
  121. <organization>
  122. Acegi Technology Pty Limited (http://www.acegi.com.au)
  123. </organization>
  124. <timezone>+10</timezone>
  125. </developer>
  126. <developer>
  127. <name>Colin Sampaleanu</name>
  128. <id>colins</id>
  129. <email>colinml1 at exis.com</email>
  130. </developer>
  131. <developer>
  132. <name>Carlos Sanchez</name>
  133. <id>carlossg</id>
  134. <email>carlossg at users.sourceforge.net</email>
  135. <timezone>+1</timezone>
  136. </developer>
  137. <developer>
  138. <name>Luke Taylor</name>
  139. <id>luke_t</id>
  140. <email>luke_t at users.sourceforge.net</email>
  141. <organization>
  142. Monkey Machine Ltd. (http://monkeymachine.ltd.uk)
  143. </organization>
  144. <timezone>0</timezone>
  145. </developer>
  146. <developer>
  147. <name>Ray Krueger</name>
  148. <id>raykrueger</id>
  149. <email>raykrueger at users.sourceforge.net</email>
  150. </developer>
  151. <developer>
  152. <name>Robert Sanders</name>
  153. <id>robertsanders</id>
  154. <email>robertsanders 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. </contributors>
  229. <dependencies>
  230. <dependency>
  231. <groupId>junit</groupId>
  232. <artifactId>junit</artifactId>
  233. <version>3.8.1</version>
  234. <scope>test</scope>
  235. </dependency>
  236. </dependencies>
  237. <build>
  238. <plugins>
  239. <plugin>
  240. <groupId>org.apache.maven.plugins</groupId>
  241. <artifactId>maven-help-plugin</artifactId>
  242. <version>2.0.1</version>
  243. </plugin>
  244. <plugin>
  245. <groupId>org.apache.maven.plugins</groupId>
  246. <artifactId>maven-clean-plugin</artifactId>
  247. <version>2.1.1</version>
  248. </plugin>
  249. <plugin>
  250. <groupId>org.apache.maven.plugins</groupId>
  251. <artifactId>maven-resources-plugin</artifactId>
  252. <version>2.2</version>
  253. </plugin>
  254. <plugin>
  255. <groupId>org.apache.maven.plugins</groupId>
  256. <artifactId>maven-surefire-plugin</artifactId>
  257. <version>2.3</version>
  258. <configuration>
  259. <includes>
  260. <include>**/*Tests.class</include>
  261. </includes>
  262. <excludes>
  263. <exclude>**/Abstract*</exclude>
  264. </excludes>
  265. <forkMode>once</forkMode>
  266. <systemProperties>
  267. <!-- The working directory for the embedded apache Ldap test server -->
  268. <property>
  269. <name>apacheDSWorkDir</name>
  270. <value>
  271. ${basedir}/target/apacheds-work
  272. </value>
  273. </property>
  274. </systemProperties>
  275. </configuration>
  276. </plugin>
  277. <plugin>
  278. <groupId>org.apache.maven.plugins</groupId>
  279. <artifactId>maven-compiler-plugin</artifactId>
  280. <configuration>
  281. <source>1.3</source>
  282. <target>1.3</target>
  283. </configuration>
  284. </plugin>
  285. <plugin>
  286. <groupId>org.apache.maven.plugins</groupId>
  287. <artifactId>maven-jar-plugin</artifactId>
  288. <version>2.1</version>
  289. <executions>
  290. <execution>
  291. <goals>
  292. <goal>test-jar</goal>
  293. </goals>
  294. <phase>package</phase>
  295. </execution>
  296. </executions>
  297. </plugin>
  298. <plugin>
  299. <groupId>org.apache.maven.plugins</groupId>
  300. <artifactId>maven-source-plugin</artifactId>
  301. <version>2.0.3</version>
  302. <configuration>
  303. <attach>true</attach>
  304. </configuration>
  305. <executions>
  306. <execution>
  307. <goals>
  308. <goal>jar</goal>
  309. </goals>
  310. </execution>
  311. </executions>
  312. </plugin>
  313. <!-- Other -->
  314. <plugin>
  315. <groupId>org.apache.maven.plugins</groupId>
  316. <artifactId>maven-war-plugin</artifactId>
  317. <version>2.0.2</version>
  318. </plugin>
  319. <plugin>
  320. <groupId>org.apache.maven.plugins</groupId>
  321. <artifactId>maven-assembly-plugin</artifactId>
  322. <version>2.1</version>
  323. </plugin>
  324. <plugin>
  325. <groupId>org.apache.maven.plugins</groupId>
  326. <artifactId>maven-install-plugin</artifactId>
  327. <version>2.2</version>
  328. </plugin>
  329. <plugin>
  330. <groupId>org.apache.maven.plugins</groupId>
  331. <artifactId>maven-deploy-plugin</artifactId>
  332. <version>2.3</version>
  333. </plugin>
  334. <plugin>
  335. <groupId>org.apache.maven.plugins</groupId>
  336. <artifactId>maven-release-plugin</artifactId>
  337. <version>2.0-beta-5</version>
  338. <configuration>
  339. <tagBase>
  340. https://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/tags
  341. </tagBase>
  342. </configuration>
  343. </plugin>
  344. <!-- IDE -->
  345. <plugin>
  346. <groupId>org.apache.maven.plugins</groupId>
  347. <artifactId>maven-eclipse-plugin</artifactId>
  348. <version>2.3</version>
  349. <configuration>
  350. <downloadSources>true</downloadSources>
  351. <wtpversion>1.0</wtpversion>
  352. </configuration>
  353. </plugin>
  354. <plugin>
  355. <groupId>org.apache.maven.plugins</groupId>
  356. <artifactId>maven-idea-plugin</artifactId>
  357. <version>2.0</version>
  358. <configuration>
  359. <downloadSources>true</downloadSources>
  360. <!--<downloadJavadocs>true</downloadJavadocs>-->
  361. <dependenciesAsLibraries>
  362. true
  363. </dependenciesAsLibraries>
  364. </configuration>
  365. </plugin>
  366. <!-- Site -->
  367. <plugin>
  368. <groupId>org.apache.maven.plugins</groupId>
  369. <artifactId>maven-site-plugin</artifactId>
  370. <version>2.0-beta-5</version>
  371. </plugin>
  372. <plugin>
  373. <groupId>com.agilejava.docbkx</groupId>
  374. <artifactId>docbkx-maven-plugin</artifactId>
  375. <version>2.0.6</version>
  376. <executions>
  377. <execution>
  378. <id>build-singlehtml-doc</id>
  379. <phase>pre-site</phase>
  380. <goals>
  381. <goal>generate-html</goal>
  382. </goals>
  383. <configuration>
  384. <sourceDirectory>${docbook.source}</sourceDirectory>
  385. <targetDirectory>${docbook.target}</targetDirectory>
  386. <inputs>springsecurity.xml</inputs>
  387. <chunkedOutput>false</chunkedOutput>
  388. <!--
  389. <htmlStylesheet>css/spring-security-docbook.css</htmlStylesheet>
  390. <htmlCustomization>
  391. ${docbook.source}/resources/xsl/spring-security-docbook-html.xsl
  392. </htmlCustomization>
  393. -->
  394. <postProcess>
  395. <copy todir="${docbook.target}/images">
  396. <fileset dir="${docbook.source}/images">
  397. <include name="*.png"/>
  398. <include name="*.gif"/>
  399. <include name="*.jpg"/>
  400. </fileset>
  401. </copy>
  402. </postProcess>
  403. </configuration>
  404. </execution>
  405. <execution>
  406. <id>build-pdf-doc</id>
  407. <phase>pre-site</phase>
  408. <goals>
  409. <goal>generate-pdf</goal>
  410. </goals>
  411. <configuration>
  412. <sourceDirectory>${docbook.source}</sourceDirectory>
  413. <targetDirectory>${docbook.target}</targetDirectory>
  414. <inputs>springsecurity.xml</inputs>
  415. <imgSrcPath>${docbook.source}/</imgSrcPath>
  416. <admonGraphicsPath>${docbook.source}/resources/images/admons/</admonGraphicsPath>
  417. <foCustomization>${docbook.source}/resources/xsl/spring-security-docbook-fopdf.xsl
  418. </foCustomization>
  419. </configuration>
  420. </execution>
  421. </executions>
  422. <dependencies>
  423. <dependency>
  424. <groupId>org.docbook</groupId>
  425. <artifactId>docbook-xml</artifactId>
  426. <version>4.4</version>
  427. <scope>runtime</scope>
  428. </dependency>
  429. </dependencies>
  430. </plugin>
  431. </plugins>
  432. </build>
  433. <reporting>
  434. <plugins>
  435. <plugin>
  436. <groupId>org.apache.maven.plugins</groupId>
  437. <artifactId>maven-surefire-report-plugin</artifactId>
  438. <version>2.3</version>
  439. </plugin>
  440. <plugin>
  441. <groupId>org.apache.maven.plugins</groupId>
  442. <artifactId>maven-jxr-plugin</artifactId>
  443. </plugin>
  444. <!--
  445. <plugin>
  446. <groupId>org.apache.maven.plugins</groupId>
  447. <artifactId>maven-checkstyle-plugin</artifactId>
  448. <configuration>
  449. <configLocation>
  450. acegi_checkstyle.xml
  451. </configLocation>
  452. </configuration>
  453. </plugin>
  454. -->
  455. <plugin>
  456. <groupId>org.codehaus.mojo</groupId>
  457. <artifactId>cobertura-maven-plugin</artifactId>
  458. <!-- Version 2.1 reports 100% coverage for everything. Nice but not very practical -->
  459. <version>2.0</version>
  460. </plugin>
  461. <plugin>
  462. <groupId>org.apache.maven.plugins</groupId>
  463. <artifactId>maven-javadoc-plugin</artifactId>
  464. <configuration>
  465. <links>
  466. <link>
  467. http://java.sun.com/j2se/1.5.0/docs/api
  468. </link>
  469. <link>
  470. http://www.springframework.org/docs/api/
  471. </link>
  472. <link>
  473. http://commons.apache.org/dbcp/apidocs/
  474. </link>
  475. <link>
  476. http://commons.apache.org/httpclient/apidocs/
  477. </link>
  478. <link>
  479. http://commons.apache.org/pool/apidocs/
  480. </link>
  481. <link>
  482. http://commons.apache.org/lang/api/
  483. </link>
  484. <link>
  485. http://commons.apache.org/codec/apidocs/
  486. </link>
  487. <link>
  488. http://commons.apache.org/collections/apidocs/
  489. </link>
  490. <link>
  491. http://velocity.apache.org/engine/releases/velocity-1.5/apidocs/
  492. </link>
  493. <link>
  494. http://developer.ja-sig.org/projects/cas/cas-server-core/cas-server/cas-server-core/apidocs/
  495. </link>
  496. <link>
  497. http://tomcat.apache.org/tomcat-5.0-doc/servletapi/
  498. </link>
  499. </links>
  500. </configuration>
  501. </plugin>
  502. <plugin>
  503. <groupId>org.codehaus.mojo</groupId>
  504. <artifactId>taglist-maven-plugin</artifactId>
  505. </plugin>
  506. </plugins>
  507. </reporting>
  508. <dependencyManagement>
  509. <dependencies>
  510. <dependency>
  511. <groupId>org.springframework</groupId>
  512. <artifactId>spring-core</artifactId>
  513. <version>${spring.version}</version>
  514. </dependency>
  515. <dependency>
  516. <groupId>org.springframework</groupId>
  517. <artifactId>spring-mock</artifactId>
  518. <version>${spring.version}</version>
  519. </dependency>
  520. <dependency>
  521. <groupId>org.springframework</groupId>
  522. <artifactId>spring-remoting</artifactId>
  523. <version>${spring.version}</version>
  524. </dependency>
  525. <dependency>
  526. <groupId>org.springframework</groupId>
  527. <artifactId>spring-web</artifactId>
  528. <version>${spring.version}</version>
  529. </dependency>
  530. <dependency>
  531. <groupId>org.springframework</groupId>
  532. <artifactId>spring-jdbc</artifactId>
  533. <version>${spring.version}</version>
  534. </dependency>
  535. <dependency>
  536. <groupId>org.springframework</groupId>
  537. <artifactId>spring-support</artifactId>
  538. <version>${spring.version}</version>
  539. </dependency>
  540. <dependency>
  541. <groupId>log4j</groupId>
  542. <artifactId>log4j</artifactId>
  543. <version>1.2.9</version>
  544. <optional>true</optional>
  545. <scope>runtime</scope>
  546. </dependency>
  547. </dependencies>
  548. </dependencyManagement>
  549. <properties>
  550. <spring.version>1.2.9</spring.version>
  551. <docbook.source>${basedir}/src/docbkx</docbook.source>
  552. <docbook.target>${basedir}/target/site/guide</docbook.target>
  553. </properties>
  554. </project>