pom.xml 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533
  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. <!--
  14. <module>doc</module>
  15. -->
  16. </modules>
  17. <description>Acegi Security System for Spring</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/trunk/acegisecurity</connection>
  35. <developerConnection>scm:svn:https://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/trunk/acegisecurity</developerConnection>
  36. <url>http://acegisecurity.svn.sourceforge.net/viewcvs.cgi/acegisecurity/trunk/acegisecurity/</url>
  37. </scm>
  38. <issueManagement>
  39. <system>jira</system>
  40. <url>http://opensource.atlassian.com/projects/spring/browse/SEC</url>
  41. </issueManagement>
  42. <distributionManagement>
  43. <repository>
  44. <id>sourceforge.net</id>
  45. <name>Acegi Releases Repository at Sourceforge</name>
  46. <url>
  47. scp://shell.sourceforge.net/home/groups/a/ac/acegisecurity/htdocs/repository/releases
  48. </url>
  49. </repository>
  50. <snapshotRepository>
  51. <id>sourceforge.net</id>
  52. <name>Acegi Snapshots Repository at Sourceforge</name>
  53. <url>
  54. scp://shell.sourceforge.net/home/groups/a/ac/acegisecurity/htdocs/repository/snapshots
  55. </url>
  56. </snapshotRepository>
  57. <site>
  58. <id>sourceforge.net</id>
  59. <name>Acegi Website at Sourceforge</name>
  60. <!--<url>file:///Users/luke/acegisite/</url>-->
  61. <url>
  62. scp://shell.sourceforge.net/home/groups/a/ac/acegisecurity/htdocs/maven2
  63. </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>apache.org</id>
  79. <name>Apache snapshot repository</name>
  80. <url>http://svn.apache.org/maven-snapshot-repository</url>
  81. <releases>
  82. <enabled>false</enabled>
  83. </releases>
  84. </repository>
  85. </repositories>
  86. <pluginRepositories>
  87. <pluginRepository>
  88. <id>agilejava.com</id>
  89. <url>http://agilejava.com/maven/</url>
  90. <releases>
  91. <enabled>true</enabled>
  92. </releases>
  93. </pluginRepository>
  94. </pluginRepositories>
  95. <mailingLists>
  96. <mailingList>
  97. <name>Acegi Developer List</name>
  98. <subscribe>
  99. https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer
  100. </subscribe>
  101. <!--
  102. <unsubscribe>https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer</unsubscribe>
  103. <post>acegisecurity-developer@lists.sourceforge.net</post>
  104. -->
  105. <archive>
  106. http://sourceforge.net/mailarchive/forum.php?forum_id=40659
  107. </archive>
  108. <otherArchives>
  109. <otherArchive>
  110. http://news.gmane.org/gmane.comp.java.springframework.acegisecurity.devel/
  111. </otherArchive>
  112. <otherArchive>
  113. http://www.mail-archive.com/acegisecurity-developer@lists.sourceforge.net/
  114. </otherArchive>
  115. </otherArchives>
  116. </mailingList>
  117. </mailingLists>
  118. <developers>
  119. <developer>
  120. <name>Ben Alex</name>
  121. <id>benalex</id>
  122. <email>benalex at users.sourceforge.net</email>
  123. <organization>
  124. Acegi Technology Pty Limited (http://www.acegi.com.au)
  125. </organization>
  126. <timezone>+10</timezone>
  127. </developer>
  128. <developer>
  129. <name>Francois Beausoleil</name>
  130. <id>fbos</id>
  131. <email>fbos at users.sourceforge.net</email>
  132. </developer>
  133. <developer>
  134. <name>Colin Sampaleanu</name>
  135. <id>colins</id>
  136. <email>colinml1 at exis.com</email>
  137. </developer>
  138. <developer>
  139. <name>Carlos Sanchez</name>
  140. <id>carlossg</id>
  141. <email>carlossg at users.sourceforge.net</email>
  142. <timezone>+1</timezone>
  143. </developer>
  144. <developer>
  145. <name>Luke Taylor</name>
  146. <id>luke_t</id>
  147. <email>luke at monkeymachine.ltd.uk</email>
  148. <organization>
  149. Monkey Machine Ltd. (http://monkeymachine.ltd.uk)
  150. </organization>
  151. <timezone>0</timezone>
  152. </developer>
  153. <developer>
  154. <name>Ray Krueger</name>
  155. <id>raykrueger</id>
  156. <email>raykrueger at users.sourceforge.net</email>
  157. </developer>
  158. <developer>
  159. <name>Robert Sanders</name>
  160. <id>robertsanders</id>
  161. <email>robertsanders at users.sourceforge.net</email>
  162. </developer>
  163. <developer>
  164. <name>Mark St.Godard</name>
  165. <id>markstg</id>
  166. <email>markstg at users.sourceforge.net</email>
  167. </developer>
  168. <developer>
  169. <name>Vishal Puri</name>
  170. <id>vishalpuri</id>
  171. <email>vishalpuri at users.sourceforge.net</email>
  172. <organization>
  173. Interface21 Pty Limited (http://www.interface21.com)
  174. </organization>
  175. <timezone>+10</timezone>
  176. </developer>
  177. </developers>
  178. <contributors>
  179. <contributor>
  180. <name>Alan Stewart</name>
  181. </contributor>
  182. <contributor>
  183. <name>Cameron Braid</name>
  184. </contributor>
  185. <contributor>
  186. <name>Patrick Burleson</name>
  187. </contributor>
  188. <contributor>
  189. <name>Wesley Hall</name>
  190. </contributor>
  191. <contributor>
  192. <name>Scott Evans</name>
  193. </contributor>
  194. <contributor>
  195. <name>Travis Gregg</name>
  196. </contributor>
  197. <contributor>
  198. <name>Karel Miarka</name>
  199. </contributor>
  200. <contributor>
  201. <name>James Monaghan</name>
  202. </contributor>
  203. <contributor>
  204. <name>Andrew Petro</name>
  205. </contributor>
  206. <contributor>
  207. <name>Aaron Tang</name>
  208. </contributor>
  209. <contributor>
  210. <name>Orlando Garcia Carmona</name>
  211. </contributor>
  212. <contributor>
  213. <name>Joni Suominen</name>
  214. </contributor>
  215. <contributor>
  216. <name>Sergio Berna</name>
  217. </contributor>
  218. <contributor>
  219. <name>Paulo Neves</name>
  220. </contributor>
  221. <contributor>
  222. <name>Mike Perham</name>
  223. </contributor>
  224. <contributor>
  225. <name>Robin Bramley</name>
  226. </contributor>
  227. </contributors>
  228. <dependencies>
  229. <dependency>
  230. <groupId>junit</groupId>
  231. <artifactId>junit</artifactId>
  232. <version>3.8.1</version>
  233. <scope>test</scope>
  234. </dependency>
  235. </dependencies>
  236. <build>
  237. <plugins>
  238. <plugin>
  239. <groupId>org.apache.maven.plugins</groupId>
  240. <artifactId>maven-help-plugin</artifactId>
  241. <version>2.0.1</version>
  242. </plugin>
  243. <plugin>
  244. <groupId>org.apache.maven.plugins</groupId>
  245. <artifactId>maven-clean-plugin</artifactId>
  246. <version>2.1.1</version>
  247. </plugin>
  248. <plugin>
  249. <groupId>org.apache.maven.plugins</groupId>
  250. <artifactId>maven-resources-plugin</artifactId>
  251. <version>2.2</version>
  252. </plugin>
  253. <plugin>
  254. <groupId>org.apache.maven.plugins</groupId>
  255. <artifactId>maven-surefire-plugin</artifactId>
  256. <version>2.3</version>
  257. <configuration>
  258. <includes>
  259. <include>**/*Tests.class</include>
  260. </includes>
  261. <excludes>
  262. <exclude>**/Abstract*</exclude>
  263. </excludes>
  264. <forkMode>once</forkMode>
  265. <systemProperties>
  266. <!-- The working directory for the embedded apache Ldap test server -->
  267. <property>
  268. <name>apacheDSWorkDir</name>
  269. <value>
  270. ${basedir}/target/apacheds-work
  271. </value>
  272. </property>
  273. </systemProperties>
  274. </configuration>
  275. </plugin>
  276. <plugin>
  277. <groupId>org.apache.maven.plugins</groupId>
  278. <artifactId>maven-compiler-plugin</artifactId>
  279. <configuration>
  280. <source>1.3</source>
  281. <target>1.3</target>
  282. </configuration>
  283. </plugin>
  284. <plugin>
  285. <groupId>org.apache.maven.plugins</groupId>
  286. <artifactId>maven-jar-plugin</artifactId>
  287. <version>2.1</version>
  288. <executions>
  289. <execution>
  290. <goals>
  291. <goal>test-jar</goal>
  292. </goals>
  293. <phase>package</phase>
  294. </execution>
  295. </executions>
  296. </plugin>
  297. <plugin>
  298. <groupId>org.apache.maven.plugins</groupId>
  299. <artifactId>maven-source-plugin</artifactId>
  300. <version>2.0.3</version>
  301. <configuration>
  302. <attach>true</attach>
  303. </configuration>
  304. <executions>
  305. <execution>
  306. <goals>
  307. <goal>jar</goal>
  308. </goals>
  309. </execution>
  310. </executions>
  311. </plugin>
  312. <!-- Other -->
  313. <plugin>
  314. <groupId>org.apache.maven.plugins</groupId>
  315. <artifactId>maven-war-plugin</artifactId>
  316. <version>2.0.2</version>
  317. </plugin>
  318. <plugin>
  319. <groupId>org.apache.maven.plugins</groupId>
  320. <artifactId>maven-assembly-plugin</artifactId>
  321. <version>2.1</version>
  322. </plugin>
  323. <plugin>
  324. <groupId>org.apache.maven.plugins</groupId>
  325. <artifactId>maven-install-plugin</artifactId>
  326. <version>2.2</version>
  327. </plugin>
  328. <plugin>
  329. <groupId>org.apache.maven.plugins</groupId>
  330. <artifactId>maven-deploy-plugin</artifactId>
  331. <version>2.3</version>
  332. </plugin>
  333. <plugin>
  334. <groupId>org.apache.maven.plugins</groupId>
  335. <artifactId>maven-release-plugin</artifactId>
  336. <version>2.0-beta-5</version>
  337. <configuration>
  338. <tagBase>
  339. https://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/tags
  340. </tagBase>
  341. </configuration>
  342. </plugin>
  343. <!-- IDE -->
  344. <plugin>
  345. <groupId>org.apache.maven.plugins</groupId>
  346. <artifactId>maven-eclipse-plugin</artifactId>
  347. <version>2.3</version>
  348. <configuration>
  349. <downloadSources>true</downloadSources>
  350. <wtpversion>1.0</wtpversion>
  351. </configuration>
  352. </plugin>
  353. <plugin>
  354. <groupId>org.apache.maven.plugins</groupId>
  355. <artifactId>maven-idea-plugin</artifactId>
  356. <version>2.0</version>
  357. <configuration>
  358. <downloadSources>true</downloadSources>
  359. <!--<downloadJavadocs>true</downloadJavadocs>-->
  360. <dependenciesAsLibraries>
  361. true
  362. </dependenciesAsLibraries>
  363. </configuration>
  364. </plugin>
  365. <!-- Site -->
  366. <plugin>
  367. <groupId>org.apache.maven.plugins</groupId>
  368. <artifactId>maven-site-plugin</artifactId>
  369. <version>2.0-BETA-5</version>
  370. </plugin>
  371. <plugin>
  372. <groupId>com.agilejava.docbkx</groupId>
  373. <artifactId>docbkx-maven-plugin</artifactId>
  374. <version>2.0.6</version>
  375. <dependencies>
  376. <dependency>
  377. <groupId>org.docbook</groupId>
  378. <artifactId>docbook-xml</artifactId>
  379. <version>4.4</version>
  380. <scope>runtime</scope>
  381. </dependency>
  382. </dependencies>
  383. <configuration>
  384. <targetDirectory>${basedir}/target/site/guide</targetDirectory>
  385. </configuration>
  386. </plugin>
  387. </plugins>
  388. </build>
  389. <reporting>
  390. <plugins>
  391. <plugin>
  392. <groupId>org.apache.maven.plugins</groupId>
  393. <artifactId>maven-surefire-report-plugin</artifactId>
  394. <version>2.3</version>
  395. </plugin>
  396. <plugin>
  397. <groupId>org.apache.maven.plugins</groupId>
  398. <artifactId>maven-jxr-plugin</artifactId>
  399. </plugin>
  400. <!--
  401. <plugin>
  402. <groupId>org.apache.maven.plugins</groupId>
  403. <artifactId>maven-checkstyle-plugin</artifactId>
  404. <configuration>
  405. <configLocation>
  406. acegi_checkstyle.xml
  407. </configLocation>
  408. </configuration>
  409. </plugin>
  410. -->
  411. <!--
  412. <plugin>
  413. <groupId>org.apache.maven.plugins</groupId>
  414. <artifactId>maven-pmd-plugin</artifactId>
  415. </plugin>
  416. -->
  417. <plugin>
  418. <groupId>org.codehaus.mojo</groupId>
  419. <artifactId>cobertura-maven-plugin</artifactId>
  420. </plugin>
  421. <plugin>
  422. <groupId>org.apache.maven.plugins</groupId>
  423. <artifactId>maven-javadoc-plugin</artifactId>
  424. <configuration>
  425. <links>
  426. <link>
  427. http://java.sun.com/j2se/1.5.0/docs/api
  428. </link>
  429. <link>
  430. http://jakarta.apache.org/commons/dbcp/apidocs/
  431. </link>
  432. <link>
  433. http://jakarta.apache.org/commons/fileupload/apidocs/
  434. </link>
  435. <link>
  436. http://jakarta.apache.org/commons/httpclient/apidocs/
  437. </link>
  438. <link>
  439. http://jakarta.apache.org/commons/logging/api/
  440. </link>
  441. <link>
  442. http://jakarta.apache.org/commons/pool/apidocs/
  443. </link>
  444. <link>http://www.junit.org/junit/javadoc/</link>
  445. <link>
  446. http://logging.apache.org/log4j/docs/api/
  447. </link>
  448. <link>
  449. http://jakarta.apache.org/velocity/api/
  450. </link>
  451. <link>
  452. http://www.springframework.org/docs/api/
  453. </link>
  454. <link>
  455. http://jakarta.apache.org/commons/lang/api/
  456. </link>
  457. <link>
  458. http://developer.ja-sig.org/projects/cas/multiproject/cas-server/apidocs/
  459. </link>
  460. <link>
  461. http://jakarta.apache.org/commons/codec/apidocs/
  462. </link>
  463. <link>
  464. http://jakarta.apache.org/commons/collections/api/
  465. </link>
  466. <link>
  467. http://jakarta.apache.org/commons/logging/apidocs/
  468. </link>
  469. <link>
  470. http://tomcat.apache.org/tomcat-5.0-doc/servletapi/
  471. </link>
  472. </links>
  473. </configuration>
  474. </plugin>
  475. <plugin>
  476. <groupId>org.codehaus.mojo</groupId>
  477. <artifactId>taglist-maven-plugin</artifactId>
  478. </plugin>
  479. </plugins>
  480. </reporting>
  481. <dependencyManagement>
  482. <dependencies>
  483. <dependency>
  484. <groupId>org.springframework</groupId>
  485. <artifactId>spring-mock</artifactId>
  486. <version>${spring.version}</version>
  487. </dependency>
  488. <dependency>
  489. <groupId>org.springframework</groupId>
  490. <artifactId>spring-remoting</artifactId>
  491. <version>${spring.version}</version>
  492. </dependency>
  493. <dependency>
  494. <groupId>org.springframework</groupId>
  495. <artifactId>spring-jdbc</artifactId>
  496. <version>${spring.version}</version>
  497. </dependency>
  498. <dependency>
  499. <groupId>org.springframework</groupId>
  500. <artifactId>spring-support</artifactId>
  501. <version>${spring.version}</version>
  502. </dependency>
  503. <dependency>
  504. <groupId>log4j</groupId>
  505. <artifactId>log4j</artifactId>
  506. <version>1.2.9</version>
  507. <optional>true</optional>
  508. <scope>runtime</scope>
  509. </dependency>
  510. </dependencies>
  511. </dependencyManagement>
  512. <properties>
  513. <spring.version>2.0.4</spring.version>
  514. </properties>
  515. </project>