Author: glandais Date: 2008-03-25 13:06:06 +0000 (Tue, 25 Mar 2008) New Revision: 1454 Modified: trunk/simexplorer-is/pom.xml trunk/simexplorer-is/simexplorer-is-ear/pom.xml trunk/simexplorer-is/simexplorer-is-entities/pom.xml trunk/simexplorer-is/simexplorer-is-security/pom.xml trunk/simexplorer-is/simexplorer-is-service/pom.xml trunk/simexplorer-is/simexplorer-is-storage/pom.xml trunk/simexplorer-is/simexplorer-is-swing-generated/pom.xml trunk/simexplorer-is/simexplorer-is-swing/pom.xml trunk/simexplorer-is/simexplorer-is-web/pom.xml Log: Using dependencyManagement Modified: trunk/simexplorer-is/pom.xml =================================================================== --- trunk/simexplorer-is/pom.xml 2008-03-24 02:05:53 UTC (rev 1453) +++ trunk/simexplorer-is/pom.xml 2008-03-25 13:06:06 UTC (rev 1454) @@ -16,102 +16,85 @@ <!--A unique name for this project--> <groupId>simexplorer-is</groupId> <artifactId>simexplorer-is</artifactId> - <name>Common</name> <!-- This project is made of modules --> <packaging>pom</packaging> + <name>Common</name> + <!--Version--> - <version>0.1-SNAPSHOT</version> + <version>${current.version}</version> <!--Description--> - <description>simexplorer is</description> - <inceptionYear>2008</inceptionYear> + <description>SimExplorer Information System</description> - <!-- - Note : On ecrit directement le profile du projet ici, au lieu - d'utiliser le fichier profiles.xml, pour permettre l'utilisation de - ces proprietes lors d'un lancement de maven sur un module sans passer - par ce module. - Sinon, le fichier profiles.xml n'est pas pris en compte et on est oblige - de dupliquer ces proprietes dans tous les modules. - --> - <profiles> - <profile> - <id>project</id> - <activation> - <activeByDefault>true</activeByDefault> - </activation> - <properties> - <!-- id du projet du labs (simexplorer) --> - <labs.id>130</labs.id> - <!-- par defaut, mode non verbeux --> - <maven.verbose>false</maven.verbose> - <!-- source base dir (ne respecte pas la convention maven2) --> - <maven.src.dir>${basedir}/src</maven.src.dir> - <!-- test (par defaut, on ne les execute pas) --> - <maven.test.skip>true</maven.test.skip> - <!-- compile with ? --> - <maven.compile.source>1.6</maven.compile.source> - <maven.compile.target>1.6</maven.compile.target> - <!-- compilation encondig --> - <maven.compile.encoding> - ISO-8859-15 - </maven.compile.encoding> - <!-- Tapestry version --> - <tapestry.version>5.0.11</tapestry.version> - </properties> - </profile> - </profiles> + <!--The project home page--> + <url>http://simexplorer-si.libre-entreprise.org/</url> - <repositories> - <repository> - <id>SEIS-java.net</id> - <url>http://download.java.net/maven/2</url> - </repository> - <repository> - <id>SEIS-codelutin-lib</id> - <url> - http://lutinbuilder.labs.libre-entreprise.org/maven2 - </url> - </repository> - <repository> - <id>SEIS-openhms</id> - <url>http://open.hmsonline.com/repo/maven2</url> - </repository> - <repository> - <id>SEIS-t5components</id> - <name>T5Components Maven Repository</name> - <url> - http://213.160.23.119:8080/t5components/maven-repository - </url> - </repository> - </repositories> + <prerequisites> + <maven>2.0.8</maven> + </prerequisites> - <pluginRepositories> - <pluginRepository> - <id>SEIS-codelutin-plugin</id> - <url> - http://lutinbuilder.labs.libre-entreprise.org/maven2 - </url> - </pluginRepository> - <!--pluginRepository> - <id>evolvis-release-repository</id> - <name>evolvis.org release repository</name> - <url>http://maven-repo.evolvis.org/releases</url> - <snapshots> - <enabled>false</enabled> - </snapshots> - </pluginRepository--> - </pluginRepositories> - <!--Tracking--> <issueManagement> + <system>gforge</system> <url> - http://labs.libre-entreprise.org/tracker/?group_id=${labs.id} + https://labs.libre-entreprise.org/tracker/?group_id=130 </url> </issueManagement> + <inceptionYear>2008</inceptionYear> + + <!--Any mailing lists for the project--> + <mailingLists> + <mailingList> + <name>simexplorer-si-commits</name> + <subscribe>${labs.lists}-commits</subscribe> + <unsubscribe>${labs.lists}-commits</unsubscribe> + <archive>${labs.lists}-commits</archive> + </mailingList> + + <mailingList> + <name>simexplorer-si-devel</name> + <subscribe>${labs.lists}-devel</subscribe> + <unsubscribe>${labs.lists}-devel</unsubscribe> + <archive>${labs.lists}-devel</archive> + </mailingList> + + <mailingList> + <name>simexplorer-si-user</name> + <subscribe>${labs.lists}-user</subscribe> + <unsubscribe>${labs.lists}-user</unsubscribe> + <archive>${labs.lists}-user</archive> + </mailingList> + </mailingLists> + + <!--who the developers are for the project--> + <developers> + <developer> + <id>glandais</id> + <name>Gabriel Landais</name> + <email>landais at codelutin.com</email> + <organization>Code Lutin</organization> + <organizationUrl>http://www.codelutin.com</organizationUrl> + <timezone>+2</timezone> + <roles> + <role>Développeur</role> + </roles> + </developer> + <developer> + <id>tchemit</id> + <name>Tony Chemit</name> + <email>chemit at codelutin.com</email> + <organization>Code Lutin</organization> + <organizationUrl>http://www.codelutin.com</organizationUrl> + <timezone>+2</timezone> + <roles> + <role>Développeur</role> + </roles> + </developer> + </developers> + <licenses> <license> <name>GPL</name> @@ -120,15 +103,24 @@ </license> </licenses> - <distributionManagement> - <site> - <id>labs</id> - <url> - scp://labs.libre-entreprise.org/home/groups/simexplorer-si/htdocs/ - </url> - </site> - </distributionManagement> + <!--Source control management--> + <scm> + <connection> + scm:svn:svn://labs.libre-entreprise.org/svnroot/simexplorer-si + </connection> + <developerConnection> + scm:svn:svn+ssh://${username}@labs.libre-entreprise.org/svnroot/simexplorer-si + </developerConnection> + <url> + https://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/?root=simexplor... + </url> + </scm> + <organization> + <name>Cemagref</name> + <url>http://www.cemagref.fr/</url> + </organization> + <build> <plugins> <plugin> @@ -229,14 +221,49 @@ </plugins> </build> - <dependencies> - <dependency> - <groupId>lutinlib</groupId> - <artifactId>lutinutil</artifactId> - <version>0.29-SNAPSHOT</version> - <scope>compile</scope> - </dependency> - </dependencies> + <!-- + Note : On ecrit directement le profile du projet ici, au lieu + d'utiliser le fichier profiles.xml, pour permettre l'utilisation de + ces proprietes lors d'un lancement de maven sur un module sans passer + par ce module. + Sinon, le fichier profiles.xml n'est pas pris en compte et on est oblige + de dupliquer ces proprietes dans tous les modules. + --> + <profiles> + <profile> + <id>project</id> + <activation> + <activeByDefault>true</activeByDefault> + </activation> + <properties> + <!-- test (par defaut, on ne les execute pas) --> + <maven.test.skip>true</maven.test.skip> + <maven.reports.generate>false</maven.reports.generate> + </properties> + </profile> + <profile> + <id>tests</id> + <activation> + <activeByDefault>false</activeByDefault> + </activation> + <properties> + <!-- test (par defaut, on ne les execute pas) --> + <maven.test.skip>false</maven.test.skip> + <maven.reports.generate>false</maven.reports.generate> + </properties> + </profile> + <profile> + <id>site</id> + <activation> + <activeByDefault>false</activeByDefault> + </activation> + <properties> + <!-- test (par defaut, on ne les execute pas) --> + <maven.test.skip>false</maven.test.skip> + <maven.reports.generate>true</maven.reports.generate> + </properties> + </profile> + </profiles> <modules> <module>simexplorer-is-entities</module> @@ -248,4 +275,280 @@ <module>simexplorer-is-swing</module> <module>simexplorer-is-ear</module> </modules> + + <repositories> + <repository> + <id>SEIS-java.net</id> + <url>http://download.java.net/maven/2</url> + </repository> + <repository> + <id>SEIS-codelutin-lib</id> + <url> + http://lutinbuilder.labs.libre-entreprise.org/maven2 + </url> + </repository> + <repository> + <id>SEIS-openhms</id> + <url>http://open.hmsonline.com/repo/maven2</url> + </repository> + <repository> + <id>SEIS-t5components</id> + <name>T5Components Maven Repository</name> + <url> + http://213.160.23.119:8080/t5components/maven-repository + </url> + </repository> + </repositories> + + <pluginRepositories> + <pluginRepository> + <id>SEIS-codelutin-plugin</id> + <url> + http://lutinbuilder.labs.libre-entreprise.org/maven2 + </url> + </pluginRepository> + <!--pluginRepository> + <id>evolvis-release-repository</id> + <name>evolvis.org release repository</name> + <url>http://maven-repo.evolvis.org/releases</url> + <snapshots> + <enabled>false</enabled> + </snapshots> + </pluginRepository--> + </pluginRepositories> + + <distributionManagement> + <repository> + <id>labs</id> + <url> + scp://labs.libre-entreprise.org/home/groups/lutinbuilder/htdocs/maven2 + </url> + </repository> + <site> + <id>labs</id> + <url> + scp://labs.libre-entreprise.org/home/groups/simexplorer-si/htdocs/ + </url> + </site> + </distributionManagement> + + + <dependencies> + <dependency> + <groupId>lutinlib</groupId> + <artifactId>lutinutil</artifactId> + <version>0.29-SNAPSHOT</version> + <scope>compile</scope> + </dependency> + </dependencies> + + <dependencyManagement> + <dependencies> + <dependency> + <groupId>simexplorer-is</groupId> + <artifactId>simexplorer-is-entities</artifactId> + <version>${current.version}</version> + </dependency> + <dependency> + <groupId>simexplorer-is</groupId> + <artifactId>simexplorer-is-storage</artifactId> + <version>${current.version}</version> + </dependency> + <dependency> + <groupId>simexplorer-is</groupId> + <artifactId>simexplorer-is-security</artifactId> + <version>${current.version}</version> + </dependency> + <dependency> + <groupId>simexplorer-is</groupId> + <artifactId>simexplorer-is-service</artifactId> + <version>${current.version}</version> + </dependency> + <dependency> + <groupId>simexplorer-is</groupId> + <artifactId>simexplorer-is-security</artifactId> + <version>${current.version}</version> + </dependency> + <dependency> + <groupId>simexplorer-is</groupId> + <artifactId>simexplorer-is-web</artifactId> + <version>${current.version}</version> + <type>war</type> + </dependency> + <dependency> + <groupId>simexplorer-is</groupId> + <artifactId>simexplorer-is-swing-generated</artifactId> + <version>${current.version}</version> + </dependency> + + <dependency> + <groupId>com.h2database</groupId> + <artifactId>h2</artifactId> + <version>1.0.64</version> + </dependency> + <dependency> + <groupId>org.apache.lucene</groupId> + <artifactId>lucene-core</artifactId> + <version>2.3.1</version> + </dependency> + <dependency> + <groupId>com.thoughtworks.xstream</groupId> + <artifactId>xstream</artifactId> + <version>1.3</version> + </dependency> + + <dependency> + <groupId>commons-lang</groupId> + <artifactId>commons-lang</artifactId> + <version>2.3</version> + </dependency> + <dependency> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + <version>1.1</version> + </dependency> + <dependency> + <groupId>lutinlib</groupId> + <artifactId>lutincommandline-ui</artifactId> + <version>0.2</version> + <scope>compile</scope> + </dependency> + <!-- librairie des widgets lutin --> + <dependency> + <groupId>lutinlib</groupId> + <artifactId>lutinwidget</artifactId> + <version>0.10-SNAPSHOT</version> + <scope>compile</scope> + </dependency> + <!-- librairie Jaxx --> + <dependency> + <groupId>lutinlib</groupId> + <artifactId>jaxx</artifactId> + <version>1.0.4-SNAPSHOT</version> + <scope>compile</scope> + </dependency> + <!-- librairie commandline --> + <dependency> + <groupId>lutinlib</groupId> + <artifactId>lutincommandline</artifactId> + <version>0.2</version> + <scope>compile</scope> + </dependency> + + <dependency> + <groupId>javax.persistence</groupId> + <artifactId>persistence-api</artifactId> + <version>1.0</version> + <scope>provided</scope> + </dependency> + + <dependency> + <groupId>jboss</groupId> + <artifactId>jbossall-client</artifactId> + <version>4.2.2.GA</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>jboss</groupId> + <artifactId>jboss-ejb3x</artifactId> + <version>4.2.2.GA</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>jboss</groupId> + <artifactId>jboss-annotations-ejb3</artifactId> + <version>4.2.2.GA</version> + <scope>provided</scope> + </dependency> + + <dependency> + <groupId>com.bm</groupId> + <artifactId>ejb3unit</artifactId> + <version>1.2</version> + <scope>test</scope> + <exclusions> + <exclusion> + <groupId>jboss</groupId> + <artifactId>javassist</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>jboss</groupId> + <artifactId>javassist</artifactId> + <version>3.7.ga</version> + </dependency> + + + <dependency> + <groupId>com.healthmarketscience.rmiio</groupId> + <artifactId>rmiio</artifactId> + <version>2.0.1</version> + </dependency> + <dependency> + <groupId>javax.mail</groupId> + <artifactId>mail</artifactId> + <version>1.4</version> + </dependency> + + <dependency> + <groupId>tapestry5-treegrid</groupId> + <artifactId>tapestry5-treegrid</artifactId> + <version>${tapestry.version}.1</version> + </dependency> + <dependency> + <groupId>org.apache.tapestry</groupId> + <artifactId>tapestry-upload</artifactId> + <version>${tapestry.version}</version> + </dependency> + <dependency> + <groupId>org.apache.tapestry</groupId> + <artifactId>tapestry-core</artifactId> + <version>${tapestry.version}</version> + </dependency> + <dependency> + <groupId>org.apache.tapestry</groupId> + <artifactId>tapestry-ioc</artifactId> + <version>${tapestry.version}</version> + </dependency> + <dependency> + <groupId>org.apache.tapestry</groupId> + <artifactId>t5c-commons</artifactId> + <version>0.5.11</version> + </dependency> + + <dependency> + <groupId>org.testng</groupId> + <artifactId>testng</artifactId> + <version>5.1</version> + <classifier>jdk15</classifier> + <scope>test</scope> + </dependency> + + + </dependencies> + </dependencyManagement> + + <properties> + <!-- current version --> + <current.version>0.1-SNAPSHOT</current.version> + <!-- id du projet du labs (simexplorer) --> + <labs.id>130</labs.id> + <!-- par defaut, mode non verbeux --> + <maven.verbose>false</maven.verbose> + <!-- source base dir (ne respecte pas la convention maven2) --> + <maven.src.dir>${basedir}/src</maven.src.dir> + <!-- compile with ? --> + <maven.compile.source>1.6</maven.compile.source> + <maven.compile.target>1.6</maven.compile.target> + <!-- compilation encondig --> + <maven.compile.encoding>ISO-8859-15</maven.compile.encoding> + <!-- Tapestry version --> + <tapestry.version>5.0.11</tapestry.version> + <!-- Lists URL --> + <labs.lists> + http://lists.labs.libre-entreprise.org/mailman/listinfo/simexplorer-si + </labs.lists> + </properties> + </project> Modified: trunk/simexplorer-is/simexplorer-is-ear/pom.xml =================================================================== --- trunk/simexplorer-is/simexplorer-is-ear/pom.xml 2008-03-24 02:05:53 UTC (rev 1453) +++ trunk/simexplorer-is/simexplorer-is-ear/pom.xml 2008-03-25 13:06:06 UTC (rev 1454) @@ -9,13 +9,13 @@ <name>EAR service</name> <packaging>ear</packaging> - <version>0.1-SNAPSHOT</version> + <version>${current.version}</version> <description>simexplore-is ear module</description> <parent> <groupId>simexplorer-is</groupId> <artifactId>simexplorer-is</artifactId> - <version>0.1-SNAPSHOT</version> + <version>${current.version}</version> </parent> <build> @@ -49,45 +49,35 @@ <dependency> <groupId>tapestry5-treegrid</groupId> <artifactId>tapestry5-treegrid</artifactId> - <version>${tapestry.version}.1</version> </dependency> <dependency> <groupId>org.apache.tapestry</groupId> <artifactId>tapestry-upload</artifactId> - <version>${tapestry.version}</version> </dependency> <dependency> <groupId>org.apache.tapestry</groupId> <artifactId>tapestry-core</artifactId> - <version>${tapestry.version}</version> </dependency> <dependency> <groupId>org.apache.tapestry</groupId> <artifactId>tapestry-ioc</artifactId> - <version>${tapestry.version}</version> </dependency> <dependency> <groupId>org.apache.tapestry</groupId> <artifactId>t5c-commons</artifactId> - <version>0.5.11</version> </dependency> <dependency> <groupId>simexplorer-is</groupId> <artifactId>simexplorer-is-service</artifactId> - <version>0.1-SNAPSHOT</version> - <type>ejb</type> </dependency> <dependency> <groupId>simexplorer-is</groupId> <artifactId>simexplorer-is-security</artifactId> - <version>0.1-SNAPSHOT</version> - <type>ejb</type> </dependency> <dependency> <groupId>simexplorer-is</groupId> <artifactId>simexplorer-is-web</artifactId> - <version>0.1-SNAPSHOT</version> <type>war</type> </dependency> </dependencies> Modified: trunk/simexplorer-is/simexplorer-is-entities/pom.xml =================================================================== --- trunk/simexplorer-is/simexplorer-is-entities/pom.xml 2008-03-24 02:05:53 UTC (rev 1453) +++ trunk/simexplorer-is/simexplorer-is-entities/pom.xml 2008-03-25 13:06:06 UTC (rev 1454) @@ -8,14 +8,14 @@ <artifactId>simexplorer-is-entities</artifactId> <name>Entities</name> - <version>0.1-SNAPSHOT</version> + <version>${current.version}</version> <description>simexplorer-is entities module</description> <packaging>jar</packaging> <parent> <groupId>simexplorer-is</groupId> <artifactId>simexplorer-is</artifactId> - <version>0.1-SNAPSHOT</version> + <version>${current.version}</version> </parent> <profiles> @@ -74,7 +74,7 @@ <dependency> <groupId>simexplorer-is</groupId> <artifactId>simexplorer-is-generator</artifactId> - <version>0.1-SNAPSHOT</version> + <version>${current.version}</version> <scope>compile</scope> </dependency> </dependencies> @@ -107,7 +107,6 @@ <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> - <version>2.3</version> </dependency> </dependencies> </project> Modified: trunk/simexplorer-is/simexplorer-is-security/pom.xml =================================================================== --- trunk/simexplorer-is/simexplorer-is-security/pom.xml 2008-03-24 02:05:53 UTC (rev 1453) +++ trunk/simexplorer-is/simexplorer-is-security/pom.xml 2008-03-25 13:06:06 UTC (rev 1454) @@ -9,14 +9,14 @@ <artifactId>simexplorer-is-security</artifactId> <name>Security</name> - <version>0.1-SNAPSHOT</version> + <version>${current.version}</version> <description>SimExplorer SI security module</description> <packaging>ejb</packaging> <parent> <groupId>simexplorer-is</groupId> <artifactId>simexplorer-is</artifactId> - <version>0.1-SNAPSHOT</version> + <version>${current.version}</version> </parent> <repositories> @@ -34,50 +34,32 @@ <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> - <version>2.3</version> - </dependency> + </dependency> <dependency> <groupId>javax.persistence</groupId> <artifactId>persistence-api</artifactId> - <version>1.0</version> - <scope>provided</scope> </dependency> <dependency> <groupId>jboss</groupId> <artifactId>jboss-ejb3x</artifactId> - <version>4.2.2.GA</version> - <scope>provided</scope> </dependency> <dependency> <groupId>jboss</groupId> <artifactId>jboss-annotations-ejb3</artifactId> - <version>4.2.2.GA</version> - <scope>provided</scope> </dependency> <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> - <version>1.0.64</version> </dependency> <dependency> <groupId>com.bm</groupId> <artifactId>ejb3unit</artifactId> - <version>1.2</version> - <scope>test</scope> - <exclusions> - <exclusion> - <groupId>jboss</groupId> - <artifactId>javassist</artifactId> - </exclusion> - </exclusions> </dependency> <dependency> <groupId>jboss</groupId> <artifactId>javassist</artifactId> - <version>3.7.ga</version> <scope>test</scope> </dependency> - </dependencies> </project> Modified: trunk/simexplorer-is/simexplorer-is-service/pom.xml =================================================================== --- trunk/simexplorer-is/simexplorer-is-service/pom.xml 2008-03-24 02:05:53 UTC (rev 1453) +++ trunk/simexplorer-is/simexplorer-is-service/pom.xml 2008-03-25 13:06:06 UTC (rev 1454) @@ -7,14 +7,14 @@ <artifactId>simexplorer-is-service</artifactId> <name>Service</name> - <version>0.1-SNAPSHOT</version> + <version>${current.version}</version> <description>services ejb de SimExplorer-IS</description> <packaging>ejb</packaging> <parent> <groupId>simexplorer-is</groupId> <artifactId>simexplorer-is</artifactId> - <version>0.1-SNAPSHOT</version> + <version>${current.version}</version> </parent> <build> @@ -45,7 +45,7 @@ <repositories> - <!-- pour la dependance rmiio --> + <!-- pour la dependance rmiio --> <repository> <id>openhms</id> <url>http://open.hmsonline.com/repo/maven2</url> @@ -55,46 +55,34 @@ <dependency> <groupId>simexplorer-is</groupId> <artifactId>simexplorer-is-storage</artifactId> - <version>0.1-SNAPSHOT</version> </dependency> <dependency> <groupId>simexplorer-is</groupId> <artifactId>simexplorer-is-security</artifactId> - <version>0.1-SNAPSHOT</version> </dependency> <dependency> <groupId>com.healthmarketscience.rmiio</groupId> <artifactId>rmiio</artifactId> - <version>2.0.1</version> </dependency> <dependency> <groupId>jboss</groupId> <artifactId>jboss-ejb3x</artifactId> - <version>4.2.2.GA</version> - <scope>provided</scope> </dependency> <dependency> <groupId>jboss</groupId> <artifactId>jboss-annotations-ejb3</artifactId> - <version>4.2.2.GA</version> - <scope>provided</scope> </dependency> <dependency> <groupId>jboss</groupId> <artifactId>jbossall-client</artifactId> - <version>4.2.2.GA</version> - <scope>provided</scope> </dependency> <dependency> <groupId>javax.persistence</groupId> <artifactId>persistence-api</artifactId> - <version>1.0</version> - <scope>provided</scope> - </dependency> + </dependency> <dependency> <groupId>javax.mail</groupId> <artifactId>mail</artifactId> - <version>1.4</version> </dependency> </dependencies> Modified: trunk/simexplorer-is/simexplorer-is-storage/pom.xml =================================================================== --- trunk/simexplorer-is/simexplorer-is-storage/pom.xml 2008-03-24 02:05:53 UTC (rev 1453) +++ trunk/simexplorer-is/simexplorer-is-storage/pom.xml 2008-03-25 13:06:06 UTC (rev 1454) @@ -8,14 +8,14 @@ <artifactId>simexplorer-is-storage</artifactId> <name>Storage</name> - <version>0.1-SNAPSHOT</version> + <version>${current.version}</version> <description>simexplorer-is storage module</description> <packaging>jar</packaging> <parent> <groupId>simexplorer-is</groupId> <artifactId>simexplorer-is</artifactId> - <version>0.1-SNAPSHOT</version> + <version>${current.version}</version> </parent> <profiles> @@ -41,28 +41,22 @@ <dependency> <groupId>simexplorer-is</groupId> <artifactId>simexplorer-is-entities</artifactId> - <version>0.1-SNAPSHOT</version> </dependency> <dependency> <groupId>com.thoughtworks.xstream</groupId> <artifactId>xstream</artifactId> - <version>1.3</version> </dependency> <dependency> <groupId>org.apache.lucene</groupId> <artifactId>lucene-core</artifactId> - <version>2.3.1</version> </dependency> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> - <version>1.1</version> </dependency> <dependency> <groupId>jboss</groupId> <artifactId>jboss-ejb3x</artifactId> - <version>4.2.2.GA</version> - <scope>provided</scope> </dependency> </dependencies> </project> \ No newline at end of file Modified: trunk/simexplorer-is/simexplorer-is-swing/pom.xml =================================================================== --- trunk/simexplorer-is/simexplorer-is-swing/pom.xml 2008-03-24 02:05:53 UTC (rev 1453) +++ trunk/simexplorer-is/simexplorer-is-swing/pom.xml 2008-03-25 13:06:06 UTC (rev 1454) @@ -8,14 +8,14 @@ <artifactId>simexplorer-is-swing</artifactId> <name>Swing</name> - <version>0.1-SNAPSHOT</version> + <version>${current.version}</version> <description>Java Swing UI SimExplorer-is application</description> <packaging>jar</packaging> <parent> <groupId>simexplorer-is</groupId> <artifactId>simexplorer-is</artifactId> - <version>0.1-SNAPSHOT</version> + <version>${current.version}</version> </parent> <profiles> @@ -103,7 +103,6 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> <configuration> - <outputDirectory>${project.build.directory}/dependency</outputDirectory> <overWriteReleases>false</overWriteReleases> <overWriteSnapshots>false</overWriteSnapshots> <overWriteIfNewer>true</overWriteIfNewer> @@ -139,26 +138,20 @@ <dependency> <groupId>simexplorer-is</groupId> <artifactId>simexplorer-is-service</artifactId> - <version>0.1-SNAPSHOT</version> </dependency> <dependency> <groupId>simexplorer-is</groupId> <artifactId>simexplorer-is-swing-generated</artifactId> - <version>0.1-SNAPSHOT</version> </dependency> <!-- librairie commandline-ui --> <dependency> <groupId>lutinlib</groupId> <artifactId>lutincommandline-ui</artifactId> - <version>0.2</version> - <scope>compile</scope> </dependency> <!-- pour avoir les ejb jboss --> <dependency> <groupId>jboss</groupId> <artifactId>jbossall-client</artifactId> - <version>4.2.2.GA</version> - <scope>provided</scope> </dependency> </dependencies> </project> Modified: trunk/simexplorer-is/simexplorer-is-swing-generated/pom.xml =================================================================== --- trunk/simexplorer-is/simexplorer-is-swing-generated/pom.xml 2008-03-24 02:05:53 UTC (rev 1453) +++ trunk/simexplorer-is/simexplorer-is-swing-generated/pom.xml 2008-03-25 13:06:06 UTC (rev 1454) @@ -8,14 +8,14 @@ <artifactId>simexplorer-is-swing-generated</artifactId> <name>Swing-jaxx and commandline</name> - <version>0.1-SNAPSHOT</version> + <version>${current.version}</version> <description>Java Swing - jaxx UI and commandline for SimExplorer-is</description> <packaging>jar</packaging> <parent> <groupId>simexplorer-is</groupId> <artifactId>simexplorer-is</artifactId> - <version>0.1-SNAPSHOT</version> + <version>${current.version}</version> </parent> <profiles> @@ -165,22 +165,16 @@ <dependency> <groupId>lutinlib</groupId> <artifactId>lutinwidget</artifactId> - <version>0.10-SNAPSHOT</version> - <scope>compile</scope> </dependency> <!-- librairie Jaxx --> <dependency> <groupId>lutinlib</groupId> <artifactId>jaxx</artifactId> - <version>1.0.4-SNAPSHOT</version> - <scope>compile</scope> </dependency> <!-- librairie commandline --> <dependency> <groupId>lutinlib</groupId> <artifactId>lutincommandline</artifactId> - <version>0.2</version> - <scope>compile</scope> </dependency> </dependencies> </project> Modified: trunk/simexplorer-is/simexplorer-is-web/pom.xml =================================================================== --- trunk/simexplorer-is/simexplorer-is-web/pom.xml 2008-03-24 02:05:53 UTC (rev 1453) +++ trunk/simexplorer-is/simexplorer-is-web/pom.xml 2008-03-25 13:06:06 UTC (rev 1454) @@ -9,13 +9,13 @@ <name>Web</name> <packaging>war</packaging> - <version>0.1-SNAPSHOT</version> + <version>${current.version}</version> <description>simexplorer-is web module</description> <parent> <groupId>simexplorer-is</groupId> <artifactId>simexplorer-is</artifactId> - <version>0.1-SNAPSHOT</version> + <version>${current.version}</version> </parent> <build> <plugins> @@ -91,52 +91,40 @@ <dependency> <groupId>simexplorer-is</groupId> <artifactId>simexplorer-is-service</artifactId> - <version>0.1-SNAPSHOT</version> </dependency> <dependency> <groupId>tapestry5-treegrid</groupId> <artifactId>tapestry5-treegrid</artifactId> - <version>${tapestry.version}.1</version> </dependency> <dependency> <groupId>org.apache.tapestry</groupId> <artifactId>tapestry-upload</artifactId> - <version>${tapestry.version}</version> </dependency> <dependency> <groupId>org.apache.tapestry</groupId> <artifactId>tapestry-core</artifactId> - <version>${tapestry.version}</version> </dependency> <dependency> <groupId>org.apache.tapestry</groupId> <artifactId>tapestry-ioc</artifactId> - <version>${tapestry.version}</version> </dependency> <dependency> <groupId>org.apache.tapestry</groupId> <artifactId>t5c-commons</artifactId> - <version>0.5.11</version> </dependency> <dependency> <groupId>jboss</groupId> <artifactId>jbossall-client</artifactId> - <version>4.2.2.GA</version> - <scope>provided</scope> </dependency> <dependency> <groupId>javax.persistence</groupId> <artifactId>persistence-api</artifactId> - <version>1.0</version> - <scope>provided</scope> </dependency> <dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> - <version>5.1</version> <classifier>jdk15</classifier> - <scope>test</scope> </dependency> </dependencies> </project> \ No newline at end of file