Author: chatellier Date: 2008-11-28 09:17:00 +0000 (Fri, 28 Nov 2008) New Revision: 1627 Modified: isis-fish/trunk/pom.xml Log: Clean pom (remove lutinprocessor : useless) Modified: isis-fish/trunk/pom.xml =================================================================== --- isis-fish/trunk/pom.xml 2008-11-28 09:10:07 UTC (rev 1626) +++ isis-fish/trunk/pom.xml 2008-11-28 09:17:00 UTC (rev 1627) @@ -16,6 +16,7 @@ <groupId>ifremer</groupId> <artifactId>isis-fish</artifactId> + <version>3.2.0.3-SNAPSHOT</version> <!-- POM Relationships : Inheritance : Dependencies --> <dependencies> @@ -213,51 +214,50 @@ <groupId>ssj</groupId> <artifactId>ssj</artifactId> <version>2.0</version> - <scope>compile</scope> - </dependency> + <scope>runtime</scope> + </dependency> - <dependency> - <groupId>ssj</groupId> - <artifactId>Blas</artifactId> - <version>20060531</version> - <scope>compile</scope> - </dependency> + <dependency> + <groupId>ssj</groupId> + <artifactId>Blas</artifactId> + <version>20060531</version> + <scope>runtime</scope> + </dependency> - <dependency> - <groupId>ssj</groupId> - <artifactId>colt</artifactId> - <version>1.1.0.0</version> - <scope>compile</scope> - </dependency> + <dependency> + <groupId>ssj</groupId> + <artifactId>colt</artifactId> + <version>1.1.0.0</version> + <scope>runtime</scope> + </dependency> - <dependency> - <groupId>ssj</groupId> - <artifactId>interpreter</artifactId> - <version>1.6.8</version> - <scope>compile</scope> - </dependency> + <dependency> + <groupId>ssj</groupId> + <artifactId>interpreter</artifactId> + <version>1.6.8</version> + <scope>runtime</scope> + </dependency> - <dependency> - <groupId>ssj</groupId> - <artifactId>language</artifactId> - <version>1.6.7</version> - <scope>compile</scope> - </dependency> + <dependency> + <groupId>ssj</groupId> + <artifactId>language</artifactId> + <version>1.6.7</version> + <scope>runtime</scope> + </dependency> - <dependency> - <groupId>ssj</groupId> - <artifactId>logger</artifactId> - <version>1.6.4</version> - <scope>compile</scope> - </dependency> + <dependency> + <groupId>ssj</groupId> + <artifactId>logger</artifactId> + <version>1.6.4</version> + <scope>runtime</scope> + </dependency> <dependency> <groupId>ssj</groupId> <artifactId>optimization</artifactId> <version>20060613</version> - <scope>compile</scope> + <scope>runtime</scope> </dependency> - <!- - fin ssj pour les calculs stockastiques --> <!-- debut svnkit pour communication subversion --> @@ -275,7 +275,6 @@ <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> <name>IsisFish</name> - <version>3.2.0.3-SNAPSHOT</version> <description>Simulateur de pecherie complexe.</description> <inceptionYear>1999</inceptionYear> @@ -297,9 +296,6 @@ <labs.id>8</labs.id> <!--labs.project>isis-fish</labs.project--> - <!-- current version --> - <current.version>3.2.0.3-SNAPSHOT</current.version> - <!-- jaxx version --> <jaxx.version>0.6</jaxx.version> @@ -322,41 +318,10 @@ <keystorepath>../../../CodeLutinKeystore</keystorepath> <keystorealias>CodeLutin</keystorealias> <keystorepass>codelutin</keystorepass> - </properties> + </properties> <build> <plugins> - - <!--Attaching processor plugin to the Build Lifecycle--> -<!-- <plugin> - <groupId>lutinplugin</groupId> - <artifactId>maven-processor-plugin</artifactId> -<! - - - <version>0.12</version> -- - > - <executions> - <execution> - <id>Processor</id> - <phase>generate-sources</phase> - <goals> - <goal>process</goal> - </goals> - </execution> - </executions> - <configuration> - <srcDir>${basedir}/src</srcDir> - <destDir>${maven.src.dir}</destDir> - <! - -destDir>${basedir}/target/src-build</destDir - - > - <includes> - <include>**/*.java</include> - </includes> - <filters> - org.codelutin.processor.filters.GeneratorTemplatesFilter, - org.codelutin.processor.filters.ActiveLogsCodeFilter - </filters> - <verbose>${maven.verbose}</verbose> - </configuration> - </plugin> --> <plugin> <groupId>org.codelutin</groupId>