SEC-62 Add maven 2 support
This commit is contained in:
parent
789b63090f
commit
b2363dfe07
|
@ -0,0 +1,17 @@
|
||||||
|
<model>
|
||||||
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
<parent>
|
||||||
|
<groupId>net.sf.acegisecurity</groupId>
|
||||||
|
<artifactId>acegi-security-adapters</artifactId>
|
||||||
|
<version>0.9.0-SNAPSHOT</version>
|
||||||
|
</parent>
|
||||||
|
<artifactId>acegi-security-cas</artifactId>
|
||||||
|
<name>Acegi Security System for Spring - CAS adapter</name>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>cas</groupId>
|
||||||
|
<artifactId>cas</artifactId>
|
||||||
|
<version>2.0.12</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
|
</model>
|
|
@ -0,0 +1,17 @@
|
||||||
|
<model>
|
||||||
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
<parent>
|
||||||
|
<groupId>net.sf.acegisecurity</groupId>
|
||||||
|
<artifactId>acegi-security-adapters</artifactId>
|
||||||
|
<version>0.9.0-SNAPSHOT</version>
|
||||||
|
</parent>
|
||||||
|
<artifactId>acegi-security-catalina</artifactId>
|
||||||
|
<name>Acegi Security System for Spring - Catalina adapter</name>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>tomcat</groupId>
|
||||||
|
<artifactId>catalina</artifactId>
|
||||||
|
<version>4.1.9</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
|
</model>
|
|
@ -0,0 +1,17 @@
|
||||||
|
<model>
|
||||||
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
<parent>
|
||||||
|
<groupId>net.sf.acegisecurity</groupId>
|
||||||
|
<artifactId>acegi-security-adapters</artifactId>
|
||||||
|
<version>0.9.0-SNAPSHOT</version>
|
||||||
|
</parent>
|
||||||
|
<artifactId>acegi-security-jboss</artifactId>
|
||||||
|
<name>Acegi Security System for Spring - JBoss adapter</name>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>jboss</groupId>
|
||||||
|
<artifactId>jbosssx</artifactId>
|
||||||
|
<version>3.2.3</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
|
</model>
|
|
@ -0,0 +1,17 @@
|
||||||
|
<model>
|
||||||
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
<parent>
|
||||||
|
<groupId>net.sf.acegisecurity</groupId>
|
||||||
|
<artifactId>acegi-security-adapters</artifactId>
|
||||||
|
<version>0.9.0-SNAPSHOT</version>
|
||||||
|
</parent>
|
||||||
|
<artifactId>acegi-security-jetty</artifactId>
|
||||||
|
<name>Acegi Security System for Spring - Jetty adapter</name>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>jetty</groupId>
|
||||||
|
<artifactId>org.mortbay.jetty</artifactId>
|
||||||
|
<version>4.2.22</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
|
</model>
|
|
@ -0,0 +1,30 @@
|
||||||
|
<model>
|
||||||
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
<parent>
|
||||||
|
<groupId>net.sf.acegisecurity</groupId>
|
||||||
|
<artifactId>acegi-security-parent</artifactId>
|
||||||
|
<version>0.9.0-SNAPSHOT</version>
|
||||||
|
</parent>
|
||||||
|
<artifactId>acegi-security-adapters</artifactId>
|
||||||
|
<name>Acegi Security System for Spring - Adapters</name>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>net.sf.acegisecurity</groupId>
|
||||||
|
<artifactId>acegi-security</artifactId>
|
||||||
|
<version>0.9.0-SNAPSHOT</version>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>springframework</groupId>
|
||||||
|
<artifactId>spring-mock</artifactId>
|
||||||
|
<version>1.2.3</version>
|
||||||
|
<scope>test</scope>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
|
<modules>
|
||||||
|
<module>cas</module>
|
||||||
|
<module>catalina</module>
|
||||||
|
<module>jboss</module>
|
||||||
|
<module>jetty</module>
|
||||||
|
<module>resin</module>
|
||||||
|
</modules>
|
||||||
|
</model>
|
|
@ -0,0 +1,17 @@
|
||||||
|
<model>
|
||||||
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
<parent>
|
||||||
|
<groupId>net.sf.acegisecurity</groupId>
|
||||||
|
<artifactId>acegi-security-adapters</artifactId>
|
||||||
|
<version>0.9.0-SNAPSHOT</version>
|
||||||
|
</parent>
|
||||||
|
<artifactId>acegi-security-resin</artifactId>
|
||||||
|
<name>Acegi Security System for Spring - Resin adapter</name>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.caucho</groupId>
|
||||||
|
<artifactId>resin</artifactId>
|
||||||
|
<version>3.0.9</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
|
</model>
|
|
@ -0,0 +1,29 @@
|
||||||
|
<model>
|
||||||
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
<parent>
|
||||||
|
<groupId>net.sf.acegisecurity</groupId>
|
||||||
|
<artifactId>acegi-security-parent</artifactId>
|
||||||
|
<version>0.9.0-SNAPSHOT</version>
|
||||||
|
</parent>
|
||||||
|
<artifactId>acegi-security-tiger</artifactId>
|
||||||
|
<name>Acegi Security System for Spring - Java 5 (Tiger)</name>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>net.sf.acegisecurity</groupId>
|
||||||
|
<artifactId>acegi-security</artifactId>
|
||||||
|
<version>0.9.0-SNAPSHOT</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
|
<build>
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-compiler-plugin</artifactId>
|
||||||
|
<configuration>
|
||||||
|
<source>1.5</source>
|
||||||
|
<target>1.5</target>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
</plugins>
|
||||||
|
</build>
|
||||||
|
</model>
|
|
@ -0,0 +1,60 @@
|
||||||
|
<model>
|
||||||
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
<parent>
|
||||||
|
<groupId>net.sf.acegisecurity</groupId>
|
||||||
|
<artifactId>acegi-security-parent</artifactId>
|
||||||
|
<version>0.9.0-SNAPSHOT</version>
|
||||||
|
</parent>
|
||||||
|
<artifactId>acegi-security</artifactId>
|
||||||
|
<name>Acegi Security System for Spring</name>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>springframework</groupId>
|
||||||
|
<artifactId>spring-jdbc</artifactId>
|
||||||
|
<version>1.2.3</version>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>springframework</groupId>
|
||||||
|
<artifactId>spring-remoting</artifactId>
|
||||||
|
<version>1.2.3</version>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>springframework</groupId>
|
||||||
|
<artifactId>spring-support</artifactId>
|
||||||
|
<version>1.2.3</version>
|
||||||
|
<scope>runtime</scope>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>springframework</groupId>
|
||||||
|
<artifactId>spring-mock</artifactId>
|
||||||
|
<version>1.2.3</version>
|
||||||
|
<scope>test</scope>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>ehcache</groupId>
|
||||||
|
<artifactId>ehcache</artifactId>
|
||||||
|
<version>1.1</version>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>cas</groupId>
|
||||||
|
<artifactId>casclient</artifactId>
|
||||||
|
<version>2.0.11</version>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>commons-codec</groupId>
|
||||||
|
<artifactId>commons-codec</artifactId>
|
||||||
|
<version>1.3</version>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>aspectj</groupId>
|
||||||
|
<artifactId>aspectjrt</artifactId>
|
||||||
|
<version>1.2</version>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>hsqldb</groupId>
|
||||||
|
<artifactId>hsqldb</artifactId>
|
||||||
|
<version>1.7.3.0</version>
|
||||||
|
<scope>runtime</scope>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
|
</model>
|
|
@ -0,0 +1,11 @@
|
||||||
|
<model>
|
||||||
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
<parent>
|
||||||
|
<groupId>net.sf.acegisecurity</groupId>
|
||||||
|
<artifactId>acegi-security-parent</artifactId>
|
||||||
|
<version>0.9.0-SNAPSHOT</version>
|
||||||
|
</parent>
|
||||||
|
<artifactId>acegi-security-doc</artifactId>
|
||||||
|
<dependencies>
|
||||||
|
</dependencies>
|
||||||
|
</model>
|
|
@ -0,0 +1,39 @@
|
||||||
|
<model>
|
||||||
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
<parent>
|
||||||
|
<groupId>net.sf.acegisecurity</groupId>
|
||||||
|
<artifactId>acegi-security-parent</artifactId>
|
||||||
|
<version>0.9.0-SNAPSHOT</version>
|
||||||
|
</parent>
|
||||||
|
<artifactId>acegi-security-domain</artifactId>
|
||||||
|
<name>Acegi Security System for Spring - Domain Object Support</name>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>net.sf.acegisecurity</groupId>
|
||||||
|
<artifactId>acegi-security</artifactId>
|
||||||
|
<version>0.9.0-SNAPSHOT</version>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.hibernate</groupId>
|
||||||
|
<artifactId>hibernate</artifactId>
|
||||||
|
<version>3.0.3</version>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>springframework</groupId>
|
||||||
|
<artifactId>spring-hibernate</artifactId>
|
||||||
|
<version>1.2.3</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
|
<build>
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-compiler-plugin</artifactId>
|
||||||
|
<configuration>
|
||||||
|
<source>1.5</source>
|
||||||
|
<target>1.5</target>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
</plugins>
|
||||||
|
</build>
|
||||||
|
</model>
|
|
@ -0,0 +1,81 @@
|
||||||
|
<project>
|
||||||
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
<groupId>net.sf.acegisecurity</groupId>
|
||||||
|
<artifactId>acegi-security-parent</artifactId>
|
||||||
|
<version>0.9.0-SNAPSHOT</version>
|
||||||
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
|
<modules>
|
||||||
|
<module>core</module>
|
||||||
|
<module>core-tiger</module>
|
||||||
|
<module>adapters</module>
|
||||||
|
<module>domain</module>
|
||||||
|
</modules>
|
||||||
|
|
||||||
|
<build>
|
||||||
|
<!--
|
||||||
|
<resources>
|
||||||
|
<resource>
|
||||||
|
<directory>src/main/java</directory>
|
||||||
|
<excludes>
|
||||||
|
<exclude>**/*.java</exclude>
|
||||||
|
</excludes>
|
||||||
|
</resource>
|
||||||
|
</resources>
|
||||||
|
<testResources>
|
||||||
|
<testResource>
|
||||||
|
<directory>src/test/java</directory>
|
||||||
|
<excludes>
|
||||||
|
<exclude>**/*.java</exclude>
|
||||||
|
</excludes>
|
||||||
|
</testResource>
|
||||||
|
</testResources>
|
||||||
|
-->
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-compiler-plugin</artifactId>
|
||||||
|
<configuration>
|
||||||
|
<source>1.3</source>
|
||||||
|
<target>1.3</target>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-surefire-plugin</artifactId>
|
||||||
|
<goals>
|
||||||
|
<goal>
|
||||||
|
<id>test</id>
|
||||||
|
<configuration>
|
||||||
|
<includes>
|
||||||
|
<include implementation="java.lang.String">**/*Tests.*</include>
|
||||||
|
</includes>
|
||||||
|
<excludes>
|
||||||
|
<exclude implementation="java.lang.String">**/Abstract*</exclude>
|
||||||
|
</excludes>
|
||||||
|
</configuration>
|
||||||
|
</goal>
|
||||||
|
</goals>
|
||||||
|
</plugin>
|
||||||
|
<!--
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.codehaus.mojo</groupId>
|
||||||
|
<artifactId>maven-surefire-report-plugin</artifactId>
|
||||||
|
</plugin>
|
||||||
|
-->
|
||||||
|
</plugins>
|
||||||
|
</build>
|
||||||
|
<!--
|
||||||
|
<repositories>
|
||||||
|
<repository>
|
||||||
|
<id>snapshots</id>
|
||||||
|
<name>Maven Central Development Repository</name>
|
||||||
|
<url>http://snapshots.maven.codehaus.org/maven2</url>
|
||||||
|
<releases>
|
||||||
|
<enabled>false</enabled>
|
||||||
|
</releases>
|
||||||
|
</repository>
|
||||||
|
</repositories>
|
||||||
|
-->
|
||||||
|
|
||||||
|
</project>
|
|
@ -0,0 +1,24 @@
|
||||||
|
<model>
|
||||||
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
<parent>
|
||||||
|
<groupId>net.sf.acegisecurity</groupId>
|
||||||
|
<artifactId>acegi-security-samples</artifactId>
|
||||||
|
<version>0.9.0-SNAPSHOT</version>
|
||||||
|
</parent>
|
||||||
|
<artifactId>acegi-security-sample-annotations</artifactId>
|
||||||
|
<name>Acegi Security System for Spring - Annotations sample</name>
|
||||||
|
<dependencies>
|
||||||
|
</dependencies>
|
||||||
|
<build>
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-compiler-plugin</artifactId>
|
||||||
|
<configuration>
|
||||||
|
<source>1.5</source>
|
||||||
|
<target>1.5</target>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
</plugins>
|
||||||
|
</build>
|
||||||
|
</model>
|
|
@ -0,0 +1,12 @@
|
||||||
|
<model>
|
||||||
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
<parent>
|
||||||
|
<groupId>net.sf.acegisecurity</groupId>
|
||||||
|
<artifactId>acegi-security-samples</artifactId>
|
||||||
|
<version>0.9.0-SNAPSHOT</version>
|
||||||
|
</parent>
|
||||||
|
<artifactId>acegi-security-sample-attributes</artifactId>
|
||||||
|
<name>Acegi Security System for Spring - Attributes sample</name>
|
||||||
|
<dependencies>
|
||||||
|
</dependencies>
|
||||||
|
</model>
|
|
@ -0,0 +1,13 @@
|
||||||
|
<model>
|
||||||
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
<parent>
|
||||||
|
<groupId>net.sf.acegisecurity</groupId>
|
||||||
|
<artifactId>acegi-security-samples</artifactId>
|
||||||
|
<version>0.9.0-SNAPSHOT</version>
|
||||||
|
</parent>
|
||||||
|
<artifactId>acegi-security-sample-contacts</artifactId>
|
||||||
|
<name>Acegi Security System for Spring - Contacts sample</name>
|
||||||
|
<packaging>war</packaging>
|
||||||
|
<dependencies>
|
||||||
|
</dependencies>
|
||||||
|
</model>
|
|
@ -0,0 +1,28 @@
|
||||||
|
<model>
|
||||||
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
<parent>
|
||||||
|
<groupId>net.sf.acegisecurity</groupId>
|
||||||
|
<artifactId>acegi-security-parent</artifactId>
|
||||||
|
<version>0.9.0-SNAPSHOT</version>
|
||||||
|
</parent>
|
||||||
|
<artifactId>acegi-security-samples</artifactId>
|
||||||
|
<name>Acegi Security System for Spring - Samples</name>
|
||||||
|
<packaging>pom</packaging>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>net.sf.acegisecurity</groupId>
|
||||||
|
<artifactId>acegi-security-tiger</artifactId>
|
||||||
|
<version>0.9.0-SNAPSHOT</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
|
|
||||||
|
<modules>
|
||||||
|
<module>annotations</module>
|
||||||
|
<module>attributes</module>
|
||||||
|
<!--
|
||||||
|
<module>contacts</module>
|
||||||
|
<module>contacts-tiger</module>
|
||||||
|
-->
|
||||||
|
</modules>
|
||||||
|
|
||||||
|
</model>
|
|
@ -0,0 +1,35 @@
|
||||||
|
<model>
|
||||||
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
<parent>
|
||||||
|
<groupId>net.sf.acegisecurity</groupId>
|
||||||
|
<artifactId>acegi-security-parent</artifactId>
|
||||||
|
<version>0.9.0-SNAPSHOT</version>
|
||||||
|
</parent>
|
||||||
|
<artifactId>acegi-security-sandbox</artifactId>
|
||||||
|
<name>Acegi Security System for Spring - Sandbox</name>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>net.sf.acegisecurity</groupId>
|
||||||
|
<artifactId>acegi-security</artifactId>
|
||||||
|
<version>0.9.0-SNAPSHOT</version>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>directory</groupId>
|
||||||
|
<artifactId>apacheds-main</artifactId>
|
||||||
|
<version>0.9-SNAPSHOT</version>
|
||||||
|
<type>jar</type>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
|
<build>
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-compiler-plugin</artifactId>
|
||||||
|
<configuration>
|
||||||
|
<source>1.5</source>
|
||||||
|
<target>1.5</target>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
</plugins>
|
||||||
|
</build>
|
||||||
|
</model>
|
Loading…
Reference in New Issue