pom.xml 17 KB

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