pom.xml 17 KB

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