pom.xml 14 KB

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