Author: fdesbois Date: 2009-08-24 11:07:44 +0200 (Mon, 24 Aug 2009) New Revision: 19 Added: branches/aplha3-periodicity/ branches/aplha3-periodicity/pom.xml Removed: branches/aplha3-periodicity/pom.xml Log: Create branche for periodicity tests and implementation + change pom dependency for mavenpom Property changes on: branches/aplha3-periodicity ___________________________________________________________________ Added: svn:mergeinfo + Deleted: branches/aplha3-periodicity/pom.xml =================================================================== --- trunk/pom.xml 2009-08-11 08:54:04 UTC (rev 7) +++ branches/aplha3-periodicity/pom.xml 2009-08-24 09:07:44 UTC (rev 19) @@ -1,285 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<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"> - <modelVersion>4.0.0</modelVersion> - - <!-- ************************************************************* --> - <!-- *** POM Relationships *************************************** --> - <!-- ************************************************************* --> - - <parent> - <groupId>org.nuiton</groupId> - <artifactId>mavenpom</artifactId> - <version>1.0.0-rc-5-SNAPSHOT</version> - </parent> - - <groupId>org.chorem</groupId> - <artifactId>cash</artifactId> - <version>1.0.0-alpha-1-SNAPSHOT</version> - - <modules> - <module>cash-ui</module> - <module>cash-business</module> - </modules> - - <dependencyManagement> - <dependencies> - <dependency> - <groupId>org.chorem.choreg</groupId> - <artifactId>choreg</artifactId> - <version>${choreg.version}</version> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>org.chorem</groupId> - <artifactId>chorem-commons</artifactId> - <version>${choreg.version}</version> - </dependency> - <dependency> - <groupId>org.chorem</groupId> - <artifactId>oasis-ciq-api</artifactId> - <version>${choreg.version}</version> - </dependency> - <dependency> - <groupId>org.nuiton.topia</groupId> - <artifactId>topia-persistence</artifactId> - <version>${topia.version}</version> - </dependency> - <dependency> - <groupId>org.nuiton.topia</groupId> - <artifactId>topia-soa</artifactId> - <version>${topia.version}</version> - </dependency> - <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - <version>${lang.version}</version> - </dependency> - <dependency> - <groupId>org.apache.xmlbeans</groupId> - <artifactId>xmlbeans</artifactId> - <version>2.4.0</version> - </dependency> - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>servlet-api</artifactId> - <version>2.5</version> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>org.apache.tapestry</groupId> - <artifactId>tapestry-core</artifactId> - <version>${tapestry.version}</version> - <exclusions> - <exclusion> - <groupId>jboss</groupId> - <artifactId>javassist</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.chenillekit</groupId> - <artifactId>chenillekit-tapestry</artifactId> - <version>${chenillekit.version}</version> - <exclusions> - <exclusion> - <groupId>jboss</groupId> - <artifactId>javassist</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>${junit.version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>javassist</groupId> - <artifactId>javassist</artifactId> - <version>3.8.0.GA</version> - </dependency> - </dependencies> - </dependencyManagement> - - <!-- ************************************************************* --> - <!-- *** Project Information ************************************* --> - <!-- ************************************************************* --> - - <name>Ca$h</name> - <description>Gestion de la trésorerie avec vue prévisionnelle</description> - <inceptionYear>2009</inceptionYear> - - <!-- Developpers, contributors... --> - <developers> - <developer> - <id>fdesbois</id> - <name>Florian DESBOIS</name> - <email>fdesbois@codelutin.com</email> - <organization>Code Lutin</organization> - <organizationUrl>http://www.codelutin.com/</organizationUrl> - <timezone>+1</timezone> - <roles> - <role>Analyste</role> - <role>Développeur</role> - </roles> - </developer> - </developers> - - <!-- ************************************************************* --> - <!-- *** Build Settings ****************************************** --> - <!-- ************************************************************* --> - - <packaging>pom</packaging> - - <properties> - <!-- Nuiton librairies --> - <topia.version>2.2.0-rc-5-SNAPSHOT</topia.version> - <generator.version>1.0.0-rc-3</generator.version> - <jrst.version>1.0.0-rc-4-SNAPSHOT</jrst.version> - <skin.version>1.0.0-rc-2-SNAPSHOT</skin.version> - - <!-- ChoReg --> - <choreg.version>1.0.0-alpha-1-SNAPSHOT</choreg.version> - - <!-- commons-lang for ToPIA --> - <lang.version>2.4</lang.version> - <!-- Hibernate for ToPIA --> - <hibernate.version>3.3.1.GA</hibernate.version> - - <!-- test --> - <junit.version>4.6</junit.version> - - <!-- ui --> - <tapestry.version>5.1.0.5</tapestry.version> - <chenillekit.version>1.0.2</chenillekit.version> - </properties> - - <!-- ************************************************************* --> - <!-- *** Build Environment ************************************** --> - <!-- ************************************************************* --> - - <scm> - <connection>scm:svn:http://svn.chorem.org/svn/cash/trunk</connection> - <developerConnection>scm:svn:svn+ssh://publish@svn.chorem.org/var/lib/svn/svn-chorem/cash/trunk</developerConnection> - <url>http://www.chorem.org/repositories/browse/cash/trunk</url> - </scm> - - <issueManagement> - <system>redmine</system> - <url>http://www.chorem.org/projects/cash/issues</url> - </issueManagement> - - <ciManagement> - <system>hudson</system> - <url>http://hudson.chorem.org</url> - </ciManagement> - - <!--Any mailing lists for the project--> - <mailingLists> - <mailingList> - <name>cash-commits</name> - <subscribe>http://list.chorem.org/mailman/listinfo/cash-commits</subscribe> - <unsubscribe>http://list.chorem.org/mailman/listinfo/cash-commits</unsubscribe> - <post>cash-commits@$list.chorem.org</post> - <archive>http://list.chorem.org/pipermail/cash-commits/</archive> - </mailingList> - - <mailingList> - <name>cash-devel</name> - <subscribe>http://list.chorem.org/mailman/listinfo/cash-devel</subscribe> - <unsubscribe>http://list.chorem.org/mailman/listinfo/cash-devel</unsubscribe> - <post>cash-devel@list.chorem.org</post> - <archive>http://list.chorem.org/pipermail/cash-devel/</archive> - </mailingList> - - <mailingList> - <name>cash-users</name> - <subscribe>http://list.chorem.org/mailman/listinfo/cash-users</subscribe> - <unsubscribe>http://list.chorem.org/mailman/listinfo/cash-users</unsubscribe> - <post>cash-users@list.chorem.org</post> - <archive>http://list.chorem.org/pipermail/cash-users/</archive> - </mailingList> - </mailingLists> - - <!--Distribution--> - <distributionManagement> - <repository> - <id>nuiton</id> - <url>scpexe://chorem.org/var/lib/maven/release</url> - </repository> - <snapshotRepository> - <id>nuiton</id> - <url>scpexe://chorem.org/var/lib/maven/snapshot</url> - </snapshotRepository> - <site> - <id>nuiton</id> - <url>scpexe://chorem.org/var/lib/redmine-chorem/project-site/cash</url> - </site> - </distributionManagement> - - <repositories> - <!-- depot des releases nuiton --> - <repository> - <id>nuiton.release</id> - <name>NuitonReleaseRepository</name> - <url>http://maven.nuiton.org/release</url> - <snapshots> - <enabled>false</enabled> - </snapshots> - <releases> - <checksumPolicy>warn</checksumPolicy> - </releases> - </repository> - - <!-- depot des snapshots nuiton --> - <repository> - <id>nuiton.snapshot</id> - <name>NuitonSnapshotRepository</name> - <url>http://maven.nuiton.org/snapshot</url> - <snapshots> - <checksumPolicy>fail</checksumPolicy> - </snapshots> - <releases> - <enabled>false</enabled> - </releases> - </repository> - - <repository> - <id>chenillekit</id> - <url>http://www.chenillekit.org/mvnrepo/release</url> - <snapshots> - <enabled>false</enabled> - </snapshots> - </repository> - </repositories> - - <pluginRepositories> - <!-- depot des releases nuiton --> - <pluginRepository> - <id>nuiton.release</id> - <name>NuitonReleaseRepository</name> - <url>http://maven.nuiton.org/release</url> - <snapshots> - <enabled>false</enabled> - </snapshots> - <releases> - <checksumPolicy>warn</checksumPolicy> - </releases> - </pluginRepository> - - <!-- depot des snapshots nuiton --> - <pluginRepository> - <id>nuiton.snapshot</id> - <name>NuitonSnapshotRepository</name> - <url>http://maven.nuiton.org/snapshot</url> - <snapshots> - <checksumPolicy>fail</checksumPolicy> - </snapshots> - <releases> - <enabled>false</enabled> - </releases> - </pluginRepository> - </pluginRepositories> - -</project> - Copied: branches/aplha3-periodicity/pom.xml (from rev 16, trunk/pom.xml) =================================================================== --- branches/aplha3-periodicity/pom.xml (rev 0) +++ branches/aplha3-periodicity/pom.xml 2009-08-24 09:07:44 UTC (rev 19) @@ -0,0 +1,302 @@ +<?xml version="1.0" encoding="UTF-8"?> +<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"> + <modelVersion>4.0.0</modelVersion> + + <!-- ************************************************************* --> + <!-- *** POM Relationships *************************************** --> + <!-- ************************************************************* --> + + <parent> + <groupId>org.nuiton</groupId> + <artifactId>mavenpom</artifactId> + <version>1.0.0</version> + </parent> + + <groupId>org.chorem</groupId> + <artifactId>cash</artifactId> + <version>1.0.0-alpha-3-SNAPSHOT</version> + + <modules> + <module>cash-ui</module> + <module>cash-business</module> + </modules> + + <dependencyManagement> + <dependencies> + <dependency> + <groupId>org.chorem.choreg</groupId> + <artifactId>choreg</artifactId> + <version>${choreg.version}</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.chorem</groupId> + <artifactId>chorem-commons</artifactId> + <version>${choreg.version}</version> + </dependency> + <dependency> + <groupId>org.chorem</groupId> + <artifactId>oasis-ciq-api</artifactId> + <version>${choreg.version}</version> + </dependency> + <dependency> + <groupId>org.nuiton.topia</groupId> + <artifactId>topia-persistence</artifactId> + <version>${topia.version}</version> + </dependency> + <dependency> + <groupId>org.nuiton.topia</groupId> + <artifactId>topia-soa</artifactId> + <version>${topia.version}</version> + </dependency> + <dependency> + <groupId>commons-lang</groupId> + <artifactId>commons-lang</artifactId> + <version>${lang.version}</version> + </dependency> + <dependency> + <groupId>org.apache.xmlbeans</groupId> + <artifactId>xmlbeans</artifactId> + <version>2.4.0</version> + </dependency> + <dependency> + <groupId>javax.servlet</groupId> + <artifactId>servlet-api</artifactId> + <version>2.5</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.apache.tapestry</groupId> + <artifactId>tapestry-core</artifactId> + <version>${tapestry.version}</version> + <exclusions> + <exclusion> + <groupId>jboss</groupId> + <artifactId>javassist</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>org.chenillekit</groupId> + <artifactId>chenillekit-tapestry</artifactId> + <version>${chenillekit.version}</version> + <exclusions> + <exclusion> + <groupId>jboss</groupId> + <artifactId>javassist</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>${junit.version}</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>javassist</groupId> + <artifactId>javassist</artifactId> + <version>3.8.0.GA</version> + </dependency> + </dependencies> + </dependencyManagement> + + <!-- ************************************************************* --> + <!-- *** Project Information ************************************* --> + <!-- ************************************************************* --> + + <name>Ca$h</name> + <description>Gestion de la trésorerie avec vue prévisionnelle</description> + <inceptionYear>2009</inceptionYear> + + <!-- Developpers, contributors... --> + <developers> + <developer> + <id>fdesbois</id> + <name>Florian DESBOIS</name> + <email>fdesbois@codelutin.com</email> + <organization>Code Lutin</organization> + <organizationUrl>http://www.codelutin.com/</organizationUrl> + <timezone>+1</timezone> + <roles> + <role>Analyste</role> + <role>Développeur</role> + </roles> + </developer> + </developers> + + <!-- ************************************************************* --> + <!-- *** Build Settings ****************************************** --> + <!-- ************************************************************* --> + + <packaging>pom</packaging> + + <properties> + <!-- Nuiton librairies --> + <topia.version>2.2.0-rc-5-SNAPSHOT</topia.version> + <generator.version>1.0.0-rc-3</generator.version> + <jrst.version>1.0.0</jrst.version> + + <!-- ChoReg --> + <choreg.version>1.0.0-alpha-2-SNAPSHOT</choreg.version> + + <!-- commons-lang for ToPIA --> + <lang.version>2.4</lang.version> + <!-- Hibernate for ToPIA --> + <hibernate.version>3.3.1.GA</hibernate.version> + + <!-- test --> + <junit.version>4.6</junit.version> + + <!-- ui --> + <tapestry.version>5.1.0.5</tapestry.version> + <chenillekit.version>1.0.2</chenillekit.version> + </properties> + + <build> + <defaultGoal>install</defaultGoal> + <pluginManagement> + <plugins> + <plugin> + <artifactId>maven-site-plugin</artifactId> + <dependencies> + <dependency> + <groupId>org.nuiton.jrst</groupId> + <artifactId>doxia-module-jrst</artifactId> + <version>${jrst.version}</version> + </dependency> + </dependencies> + </plugin> + </plugins> + </pluginManagement> + </build> + + <!-- ************************************************************* --> + <!-- *** Build Environment ************************************** --> + <!-- ************************************************************* --> + + <scm> + <connection>scm:svn:http://svn.chorem.org/svn/cash/trunk</connection> + <developerConnection>scm:svn:svn+ssh://publish@svn.chorem.org/var/lib/svn/svn-chorem/cash/trunk</developerConnection> + <url>http://www.chorem.org/repositories/browse/cash/trunk</url> + </scm> + + <issueManagement> + <system>redmine</system> + <url>http://www.chorem.org/projects/cash/issues</url> + </issueManagement> + + <ciManagement> + <system>hudson</system> + <url>http://hudson.chorem.org</url> + </ciManagement> + + <!--Any mailing lists for the project--> + <mailingLists> + <mailingList> + <name>cash-commits</name> + <subscribe>http://list.chorem.org/cgi-bin/mailman/listinfo/cash-commits</subscribe> + <unsubscribe>http://list.chorem.org/cgi-bin/mailman/listinfo/cash-commits</unsubscribe> + <post>cash-commits@$list.chorem.org</post> + <archive>http://list.chorem.org/pipermail/cash-commits/</archive> + </mailingList> + + <mailingList> + <name>cash-devel</name> + <subscribe>http://list.chorem.org/cgi-bin/mailman/listinfo/cash-devel</subscribe> + <unsubscribe>http://list.chorem.org/cgi-bin/mailman/listinfo/cash-devel</unsubscribe> + <post>cash-devel@list.chorem.org</post> + <archive>http://list.chorem.org/pipermail/cash-devel/</archive> + </mailingList> + + <mailingList> + <name>cash-users</name> + <subscribe>http://list.chorem.org/cgi-bin/mailman/listinfo/cash-users</subscribe> + <unsubscribe>http://list.chorem.org/cgi-bin/mailman/listinfo/cash-users</unsubscribe> + <post>cash-users@list.chorem.org</post> + <archive>http://list.chorem.org/pipermail/cash-users/</archive> + </mailingList> + </mailingLists> + + <!--Distribution--> + <distributionManagement> + <repository> + <id>nuiton</id> + <url>scpexe://chorem.org/var/lib/maven/release</url> + </repository> + <snapshotRepository> + <id>nuiton</id> + <url>scpexe://chorem.org/var/lib/maven/snapshot</url> + </snapshotRepository> + <site> + <id>nuiton</id> + <url>scpexe://chorem.org/var/lib/redmine-chorem/project-site/cash</url> + </site> + </distributionManagement> + + <repositories> + <!-- depot des releases nuiton --> + <repository> + <id>nuiton.release</id> + <name>NuitonReleaseRepository</name> + <url>http://maven.nuiton.org/release</url> + <snapshots> + <enabled>false</enabled> + </snapshots> + <releases> + <checksumPolicy>warn</checksumPolicy> + </releases> + </repository> + + <!-- depot des snapshots nuiton --> + <repository> + <id>nuiton.snapshot</id> + <name>NuitonSnapshotRepository</name> + <url>http://maven.nuiton.org/snapshot</url> + <snapshots> + <checksumPolicy>fail</checksumPolicy> + </snapshots> + <releases> + <enabled>false</enabled> + </releases> + </repository> + + <repository> + <id>chenillekit</id> + <url>http://www.chenillekit.org/mvnrepo/release</url> + <snapshots> + <enabled>false</enabled> + </snapshots> + </repository> + </repositories> + + <pluginRepositories> + <!-- depot des releases nuiton --> + <pluginRepository> + <id>nuiton.release</id> + <name>NuitonReleaseRepository</name> + <url>http://maven.nuiton.org/release</url> + <snapshots> + <enabled>false</enabled> + </snapshots> + <releases> + <checksumPolicy>warn</checksumPolicy> + </releases> + </pluginRepository> + + <!-- depot des snapshots nuiton --> + <pluginRepository> + <id>nuiton.snapshot</id> + <name>NuitonSnapshotRepository</name> + <url>http://maven.nuiton.org/snapshot</url> + <snapshots> + <checksumPolicy>fail</checksumPolicy> + </snapshots> + <releases> + <enabled>false</enabled> + </releases> + </pluginRepository> + </pluginRepositories> + +</project> +