pom.xml 15 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>local</id>
  59. <name>Local Site Directory</name>
  60. <!--
  61. This variable is set by the build release script. You can also set it on the command line if
  62. you are running maven directly. e.g. mvn site -DsiteDirectory=file:///home/joe/mysite
  63. -->
  64. <url>${siteDirectory}</url>
  65. </site>
  66. </distributionManagement>
  67. <repositories>
  68. <repository>
  69. <id>sourceforge.net</id>
  70. <name>Acegi snapshot repository</name>
  71. <url>
  72. http://acegisecurity.sourceforge.net/repository/snapshots
  73. </url>
  74. <releases>
  75. <enabled>false</enabled>
  76. </releases>
  77. </repository>
  78. <repository>
  79. <id>apache.org</id>
  80. <name>Apache snapshot repository</name>
  81. <url>http://svn.apache.org/maven-snapshot-repository</url>
  82. <releases>
  83. <enabled>false</enabled>
  84. </releases>
  85. </repository>
  86. </repositories>
  87. <pluginRepositories>
  88. <pluginRepository>
  89. <id>agilejava.com</id>
  90. <url>http://agilejava.com/maven/</url>
  91. <releases>
  92. <enabled>true</enabled>
  93. </releases>
  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>Francois Beausoleil</name>
  131. <id>fbos</id>
  132. <email>fbos at users.sourceforge.net</email>
  133. </developer>
  134. <developer>
  135. <name>Colin Sampaleanu</name>
  136. <id>colins</id>
  137. <email>colinml1 at exis.com</email>
  138. </developer>
  139. <developer>
  140. <name>Carlos Sanchez</name>
  141. <id>carlossg</id>
  142. <email>carlossg at users.sourceforge.net</email>
  143. <timezone>+1</timezone>
  144. </developer>
  145. <developer>
  146. <name>Luke Taylor</name>
  147. <id>luke_t</id>
  148. <email>luke at monkeymachine.ltd.uk</email>
  149. <organization>
  150. Monkey Machine Ltd. (http://monkeymachine.ltd.uk)
  151. </organization>
  152. <timezone>0</timezone>
  153. </developer>
  154. <developer>
  155. <name>Ray Krueger</name>
  156. <id>raykrueger</id>
  157. <email>raykrueger at users.sourceforge.net</email>
  158. </developer>
  159. <developer>
  160. <name>Robert Sanders</name>
  161. <id>robertsanders</id>
  162. <email>robertsanders at users.sourceforge.net</email>
  163. </developer>
  164. <developer>
  165. <name>Mark St.Godard</name>
  166. <id>markstg</id>
  167. <email>markstg at users.sourceforge.net</email>
  168. </developer>
  169. <developer>
  170. <name>Vishal Puri</name>
  171. <id>vishalpuri</id>
  172. <email>vishalpuri at users.sourceforge.net</email>
  173. <organization>
  174. Interface21 Pty Limited (http://www.interface21.com)
  175. </organization>
  176. <timezone>+10</timezone>
  177. </developer>
  178. </developers>
  179. <contributors>
  180. <contributor>
  181. <name>Alan Stewart</name>
  182. </contributor>
  183. <contributor>
  184. <name>Cameron Braid</name>
  185. </contributor>
  186. <contributor>
  187. <name>Patrick Burleson</name>
  188. </contributor>
  189. <contributor>
  190. <name>Wesley Hall</name>
  191. </contributor>
  192. <contributor>
  193. <name>Scott Evans</name>
  194. </contributor>
  195. <contributor>
  196. <name>Travis Gregg</name>
  197. </contributor>
  198. <contributor>
  199. <name>Karel Miarka</name>
  200. </contributor>
  201. <contributor>
  202. <name>James Monaghan</name>
  203. </contributor>
  204. <contributor>
  205. <name>Andrew Petro</name>
  206. </contributor>
  207. <contributor>
  208. <name>Aaron Tang</name>
  209. </contributor>
  210. <contributor>
  211. <name>Orlando Garcia Carmona</name>
  212. </contributor>
  213. <contributor>
  214. <name>Joni Suominen</name>
  215. </contributor>
  216. <contributor>
  217. <name>Sergio Berna</name>
  218. </contributor>
  219. <contributor>
  220. <name>Paulo Neves</name>
  221. </contributor>
  222. <contributor>
  223. <name>Mike Perham</name>
  224. </contributor>
  225. <contributor>
  226. <name>Robin Bramley</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. <dependencies>
  377. <dependency>
  378. <groupId>org.docbook</groupId>
  379. <artifactId>docbook-xml</artifactId>
  380. <version>4.4</version>
  381. <scope>runtime</scope>
  382. </dependency>
  383. </dependencies>
  384. <configuration>
  385. <targetDirectory>${basedir}/target/site/guide</targetDirectory>
  386. </configuration>
  387. </plugin>
  388. </plugins>
  389. </build>
  390. <reporting>
  391. <plugins>
  392. <plugin>
  393. <groupId>org.apache.maven.plugins</groupId>
  394. <artifactId>maven-surefire-report-plugin</artifactId>
  395. <version>2.3</version>
  396. </plugin>
  397. <plugin>
  398. <groupId>org.apache.maven.plugins</groupId>
  399. <artifactId>maven-jxr-plugin</artifactId>
  400. </plugin>
  401. <!--
  402. <plugin>
  403. <groupId>org.apache.maven.plugins</groupId>
  404. <artifactId>maven-checkstyle-plugin</artifactId>
  405. <configuration>
  406. <configLocation>
  407. acegi_checkstyle.xml
  408. </configLocation>
  409. </configuration>
  410. </plugin>
  411. -->
  412. <!--
  413. <plugin>
  414. <groupId>org.apache.maven.plugins</groupId>
  415. <artifactId>maven-pmd-plugin</artifactId>
  416. </plugin>
  417. -->
  418. <plugin>
  419. <groupId>org.codehaus.mojo</groupId>
  420. <artifactId>cobertura-maven-plugin</artifactId>
  421. <!-- Version 2.1 reports 100% coverage for everything. Nice but not very practical -->
  422. <version>2.0</version>
  423. </plugin>
  424. <plugin>
  425. <groupId>org.apache.maven.plugins</groupId>
  426. <artifactId>maven-javadoc-plugin</artifactId>
  427. <configuration>
  428. <links>
  429. <link>
  430. http://java.sun.com/j2se/1.5.0/docs/api
  431. </link>
  432. <link>
  433. http://www.springframework.org/docs/api/
  434. </link>
  435. <link>
  436. http://commons.apache.org/dbcp/apidocs/
  437. </link>
  438. <link>
  439. http://commons.apache.org/httpclient/apidocs/
  440. </link>
  441. <link>
  442. http://commons.apache.org/pool/apidocs/
  443. </link>
  444. <link>
  445. http://commons.apache.org/lang/api/
  446. </link>
  447. <link>
  448. http://commons.apache.org/codec/apidocs/
  449. </link>
  450. <link>
  451. http://commons.apache.org/collections/apidocs/
  452. </link>
  453. <link>
  454. http://velocity.apache.org/engine/releases/velocity-1.5/apidocs/
  455. </link>
  456. <link>
  457. http://developer.ja-sig.org/projects/cas/cas-server-core/cas-server/cas-server-core/apidocs/
  458. </link>
  459. <link>
  460. http://tomcat.apache.org/tomcat-5.0-doc/servletapi/
  461. </link>
  462. </links>
  463. </configuration>
  464. </plugin>
  465. <plugin>
  466. <groupId>org.codehaus.mojo</groupId>
  467. <artifactId>taglist-maven-plugin</artifactId>
  468. </plugin>
  469. </plugins>
  470. </reporting>
  471. <dependencyManagement>
  472. <dependencies>
  473. <dependency>
  474. <groupId>org.springframework</groupId>
  475. <artifactId>spring-core</artifactId>
  476. <version>${spring.version}</version>
  477. </dependency>
  478. <dependency>
  479. <groupId>org.springframework</groupId>
  480. <artifactId>spring-mock</artifactId>
  481. <version>${spring.version}</version>
  482. </dependency>
  483. <dependency>
  484. <groupId>org.springframework</groupId>
  485. <artifactId>spring-remoting</artifactId>
  486. <version>${spring.version}</version>
  487. </dependency>
  488. <dependency>
  489. <groupId>org.springframework</groupId>
  490. <artifactId>spring-web</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>1.2.9</spring.version>
  514. </properties>
  515. </project>