r1255 - branches/maven2_multimodule/isis-fish
Author: tchemit Date: 2008-07-28 19:10:42 +0000 (Mon, 28 Jul 2008) New Revision: 1255 Added: branches/maven2_multimodule/isis-fish/pom_old.xml Removed: branches/maven2_multimodule/isis-fish/pom.xml Log: keep a trace of old pom Deleted: branches/maven2_multimodule/isis-fish/pom.xml =================================================================== --- branches/maven2_multimodule/isis-fish/pom.xml 2008-07-28 18:21:16 UTC (rev 1254) +++ branches/maven2_multimodule/isis-fish/pom.xml 2008-07-28 19:10:42 UTC (rev 1255) @@ -1,1088 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-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"> - - <!--The version of maven's project object model--> - <modelVersion>4.0.0</modelVersion> - - <!--lutinproject.xml--> - <parent> - <groupId>lutinlib</groupId> - <artifactId>lutinproject</artifactId> - <version>2.2</version> - </parent> - - <!--A unique name for this project--> - <groupId>ifremer</groupId> - <artifactId>isis-fish</artifactId> - <name>IsisFish</name> - - <!--ejb, jar, war...--> - <packaging>jar</packaging> - - <!--Version--> - <version>3.1.5-SNAPSHOT</version> - - <!--Description--> - <description>Simulateur de pecherie complexe.</description> - <inceptionYear>1999</inceptionYear> - - <!--Tracking--> - <issueManagement> - <url>http://labs.libre-entreprise.org/tracker/?group_id=8</url> - </issueManagement> - - <licenses> - <license> - <name>GPL</name> - <url>http://www.gnu.org/copyleft/gpl.html</url> - <distribution>repo</distribution> - </license> - </licenses> - - <distributionManagement> - <site> - <id>labs</id> - <url> - scp://labs.libre-entreprise.org/home/groups/${pom.artifactId}/htdocs/ - </url> - </site> - </distributionManagement> - - <scm> - <url> - http://cvs.labs.libre-entreprise.org/cgi-bin/cvsweb.cgi/?cvsroot=${pom.artifactId} - </url> - <connection> - scm:cvs:pserver:anonymous at cvs.labs.libre-entreprise.org:/cvsroot/${pom.artifactId}:${pom.artifactId} - </connection> - <developerConnection> - scm:cvs:ext:${username}@cvs.labs.libre-entreprise.org:/cvsroot/${pom.artifactId}:${pom.artifactId} - </developerConnection> - </scm> - - <build> - <plugins> - <!--<plugin>--> - <!--<groupId>lutinplugin</groupId>--> - <!--<artifactId>maven-jrst-plugin</artifactId>--> - <!--<version>0.8</version>--> - <!--<executions>--> - <!--<execution>--> - <!--<id>jrst</id>--> - <!--<phase>test</phase> --> - <!-- test works better than pre:site --> - <!--<goals>--> - <!--<goal>jrst</goal>--> - <!--</goals>--> - <!--</execution>--> - <!--</executions>--> - <!--<configuration>--> - <!--<directoryIn>${basedir}/src/site</directoryIn>--> - <!--<directoryOut>${basedir}/target/generated-site/xdoc</directoryOut>--> - <!--<verbose>${maven.verbose}</verbose>--> - <!--</configuration>--> - <!--</plugin>--> - - <!--plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-site-plugin</artifactId> - <configuration> - <outputEncoding>ISO-8859-1</outputEncoding> - <locales>fr</locales> - <siteDirectory>src/site</siteDirectory> - <generateReports>false</generateReports> - <xdocDirectory>${basedir}/target/generated-site/xdoc/fr/rst</xdocDirectory> - </configuration> - </plugin--> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-javadoc-plugin</artifactId> - <configuration> - <link>http://java.sun.com/j2se/api/index.html</link> - <link> - http://topia.labs.libre-entreprise.org/apidocs/ - </link> - <link> - http://lutinmatrix.labs.libre-entreprise.org/apidocs/ - </link> - <link> - http://lutinutil.labs.libre-entreprise.org/apidocs/ - </link> - <minmemory>128m</minmemory> - <maxmemory>512</maxmemory> - <excludePackageNames> - fr.*:org.* - </excludePackageNames> - </configuration> - </plugin> - <!-- - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-project-info-reports-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>changelog-maven-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>taglist-maven-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>changes-maven-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>jxr-maven-plugin</artifactId> - </plugin> - <plugin> - <artifactId>maven-surefire-plugin</artifactId> - </plugin> - <plugin> - <artifactId>maven-clover-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-pmd-plugin</artifactId> - <configuration> - <targetjdk>1.5</targetjdk> - <rulesets> - <ruleset>/rulesets/basic.xml</ruleset> - <ruleset>/rulesets/controversial.xml</ruleset> - </rulesets> - <format>xml</format> - <linkXref>true</linkXref> - <minimumTokens>100</minimumTokens> - </configuration> - </plugin> - --> - <!--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>lutinplugin</groupId> - <artifactId>maven-generator-plugin</artifactId> - <version>0.51-SNAPSHOT</version> - <executions> - <execution> - <id>Generator</id> - <phase>generate-sources</phase> - <configuration> - <srcDirZuml>src/xmi</srcDirZuml> - <srcXmiDest>target/gen/xmi/</srcXmiDest> - <fullPackagePath> - fr.ifremer.isisfish - </fullPackagePath> - <extractedPackages> - fr.ifremer.isisfish - </extractedPackages> - <!--Config generator--> - <srcGenDest> - target/gen/objectmodel/ - </srcGenDest> - <includes>**/*.objectmodel</includes> - <templates> - org.codelutin.topia.generator.TopiaMetaGenerator - </templates> - <destDirGen>target/gen/java</destDirGen> - <defaultPackage> - fr.ifremer.isisfish - </defaultPackage> - - <copyVersionDir> - src/resources/oldmappings/%MODELNAME% - </copyVersionDir> - <copyVersionFiles> - **/*.hbm.xml - </copyVersionFiles> - <copyOverwrite>true</copyOverwrite> - </configuration> - <goals> - <goal>zargo2xmi</goal> - <goal>xmi2objectmodel</goal> - <goal>generate</goal> - <goal>copyVersionFiles</goal> - </goals> - </execution> - </executions> - <dependencies> - <dependency> - <groupId>lutinlib</groupId> - <artifactId>topia</artifactId> - <version>2.0.26-SNAPSHOT</version> - <scope>compile</scope> - </dependency> - </dependencies> - </plugin> - <plugin> - <groupId>org.codelutin.jaxx</groupId> - <artifactId>maven-jaxx-plugin</artifactId> - <version>0.1</version> - <executions> - <execution> - <phase>generate-sources</phase> - <goals> - <goal>generate</goal> - </goals> - </execution> - </executions> - <dependencies> - <dependency> - <groupId>lutinlib</groupId> - <artifactId>lutinwidget</artifactId> - <version>0.10-SNAPSHOT</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>org.codelutin.jaxx.provider</groupId> - <artifactId>swing</artifactId> - <scope>compile</scope> - <version>0.1</version> - </dependency> - </dependencies> - </plugin> - <plugin> - <artifactId>maven-antrun-plugin</artifactId> - <executions> - <execution> - <id>CopyGenJavaVersSrcBuild</id> - <phase>process-sources</phase> - <configuration> - <tasks> - <copy - todir="${basedir}/target/src-build/java" - verbose="${maven.verbose}" - overwrite="false"> - <fileset - dir="${basedir}/target/gen/java"/> - </copy> - </tasks> - </configuration> - <goals> - <goal>run</goal> - </goals> - </execution> - <!-- Ajout des libs signe par Sun dans un fichier jnlp separe --> - <execution> - <id>JnlpSun</id> - <phase>package</phase> - <configuration> - <tasks> - <copy - file="${project.basedir}/src/jnlp/sun.jnlp" - todir="${project.basedir}/target/jnlp/"> - <filterset> - <filter token="mail" - value="mail-1.3.3.jar"/> - <filter token="activation" - value="activation-1.0.2.jar"/> - </filterset> - </copy> - <copy - file="${project.build.directory}/dependency/mail-1.3.3.jar" - todir="${project.basedir}/target/jnlp/"/> - <copy - file="${project.build.directory}/dependency/activation-1.0.2.jar" - todir="${project.basedir}/target/jnlp/"/> - </tasks> - </configuration> - <goals> - <goal>run</goal> - </goals> - </execution> - <!--execution> - <id>MakeManualScreenShots</id> - <phase>package</phase> - <configuration> - <tasks> - <exec executable="${project.basedir}/doc/manual/prepareManual.sh" - dir="${project.basedir}/doc/manual/"/> - </tasks> - </configuration> - <goals> - <goal>run</goal> - </goals> - </execution--> - </executions> - </plugin> - - <!-- Java Web Start --> - <!-- Creation du fichier principal jnlp sans les libs signees par Sun --> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>webstart-maven-plugin</artifactId> - <version>1.0-alpha-1</version> - <executions> - <execution> - <phase>deploy</phase> - <goals> - <goal>jnlp</goal> - </goals> - </execution> - </executions> - <configuration> - <dependencies> - <excludes> - <exclude>javax.mail:mail</exclude> - <exclude> - javax.activation:activation - </exclude> - </excludes> - </dependencies> - <jnlp> - <!--<resources>${project.basedir}/src/jnlp</resources>--> - <outputFile>isis-fish-v3.jnlp</outputFile> - <mainClass> - fr.ifremer.isisfish.IsisFish - </mainClass> - </jnlp> - - <sign> - <keystore>${keystorepath}</keystore> - <keypass/> - <storepass>${keystorepass}</storepass> - <storetype/> - <alias>${keystorealias}</alias> - <validity/> - - <dnameCn/> - <dnameOu/> - <dnameO/> - <dnameL/> - <dnameSt/> - <dnameC/> - - <verify>true</verify> - </sign> - - <keystore> - <delete>false</delete> - <gen>false</gen> - </keystore> - - <pack200>false</pack200> - <gzip>true</gzip> - <verbose>false</verbose> - </configuration> - </plugin> - - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-dependency-plugin</artifactId> - <executions> - <execution> - <id>copy-dependencies</id> - <phase>compile</phase> - <goals> - <goal>copy-dependencies</goal> - </goals> - <configuration> - <outputDirectory> - ${project.build.directory}/dependency - </outputDirectory> - <overWriteReleases>false</overWriteReleases> - <overWriteSnapshots> - false - </overWriteSnapshots> - <overWriteIfNewer>true</overWriteIfNewer> - </configuration> - </execution> - </executions> - </plugin> - <plugin> - <groupId>lutinplugin</groupId> - <artifactId>maven-i18n-plugin</artifactId> - <version>0.3</version> - <configuration> - <bundles> - <param>fr_FR</param> - <param>en_GB</param> - </bundles> - <keysModifier>false</keysModifier> - <entries> - <entry> - <basedir> - ${basedir}/target/gen/java/ - </basedir> - <specificGoal>parserJava</specificGoal> - <includes> - <param>**\/*Option*.java</param> - <param>**\/*Config*.java</param> - </includes> - </entry> - </entries> - </configuration> - <executions> - <execution> - <phase>compile</phase> - <goals> - <goal>parserJaxx</goal> - <goal>parserSwixat</goal> - <goal>parserJava</goal> - <goal>gen</goal> - </goals> - </execution> - </executions> - </plugin> - <plugin> - <groupId>org.codelutin.commandline</groupId> - <artifactId>maven-commandline-plugin</artifactId> - <version>0.6</version> - <configuration> - <prefix>Isis</prefix> - <i18nPrefix>isisfish</i18nPrefix> - <source> - ${basedir}/src/resources/IsisFish_init.properties - </source> - <packageName> - fr.ifremer.isisfish.commandline - </packageName> - <concreteConfig>false</concreteConfig> - <rstFilePath> - ${basedir}/src/site/@bundle@/rst/v3/user - </rstFilePath> - <_projectName>Isis-Fish</_projectName> - <_configFileName>.isis-config-3</_configFileName> - <!--_version>3.1.5</_version--> - <_locale>fr_FR</_locale> - <_projectName>CommandlineDemo</_projectName> - <_projectURL>http://isis-fish.labs.libre-entreprise.org</_projectURL> - <_organisationName>Ifremer - Codelutin</_organisationName> - <_organisationURL>http://codelutin.com</_organisationURL> - <_copyright>Copyright Ifremer Codelutin 1999 - 2008</_copyright> - </configuration> - <executions> - <execution> - <id>genJava</id> - <goals> - <goal>genJava</goal> - </goals> - <configuration> - <out>${basedir}/target/gen/java</out> - </configuration> - </execution> - <execution> - <id>genRst</id> - <goals> - <goal>genRst</goal> - </goals> - <configuration> - <out>${basedir}/target/classes</out> - </configuration> - </execution> - </executions> - <dependencies> - <dependency> - <groupId>lutinlib</groupId> - <artifactId>lutinutil</artifactId> - <version>0.29-SNAPSHOT</version> - </dependency> - </dependencies> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jar-plugin</artifactId> - <configuration> - <archive> - <manifest> - <mainClass> - fr.ifremer.isisfish.IsisFish - </mainClass> - <!-- <manifestFile>/path/to/MANIFEST.MF</manifestFile> --> - <addClasspath>true</addClasspath> - <addExtensions/> - <classpathPrefix/> - <!-- - <manifestEntries> - <Class-Path>./</Class-Path> - </manifestEntries> - --> - </manifest> - </archive> - </configuration> - </plugin> - - </plugins> - </build> - - - <!--Librairies--> - <dependencies> - - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>3.8.1</version> - <scope>compile</scope> - </dependency> - - <dependency> - <groupId>jdesktop</groupId> - <artifactId>jdic</artifactId> - <version>20061102</version> - </dependency> - - <!--Compile--> - <!--Librairies CodeLutin--> - <dependency> - <groupId>lutinlib</groupId> - <artifactId>lutinutil</artifactId> - <version>0.29</version> - <scope>compile</scope> - </dependency> - - <dependency> - <groupId>lutinlib</groupId> - <artifactId>lutinutilextra</artifactId> - <version>0.1</version> - <scope>compile</scope> - </dependency> - - <dependency> - <groupId>lutinlib</groupId> - <artifactId>topia</artifactId> - <version>2.0.26-SNAPSHOT</version> - <scope>compile</scope> - <!-- use javassist instead of cglib --> - <exclusions> - <exclusion> - <groupId>cglib</groupId> - <artifactId>cglib</artifactId> - </exclusion> - </exclusions> - </dependency> - - <dependency> - <groupId>lutinlib</groupId> - <artifactId>topia-service</artifactId> - <version>0.9-SNAPSHOT</version> - <scope>compile</scope> - </dependency> - - <dependency> - <groupId>lutinlib</groupId> - <artifactId>lutinmatrix</artifactId> - <version>0.15</version> - <scope>compile</scope> - </dependency> - - <dependency> - <groupId>lutinlib</groupId> - <artifactId>lutinwidget</artifactId> - <version>0.10-SNAPSHOT</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>lutinlib</groupId> - <artifactId>lutinxml</artifactId> - <version>0.7-SNAPSHOT</version> - <scope>compile</scope> - </dependency> - <!-- librairie commandline --> - <dependency> - <groupId>org.codelutin.commandline</groupId> - <artifactId>commandline-core</artifactId> - <version>0.6</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>org.codelutin.commandline</groupId> - <artifactId>commandline-ui</artifactId> - <version>0.6</version> - <scope>compile</scope> - <!--scope>compile</scope--> - </dependency> - - <!-- - <dependency> - <groupId>lutinlib</groupId> - <artifactId>lutinwidgetnetbeans</artifactId> - <version>0.8</version> - <scope>compile</scope> - </dependency> - --> - <!--Jaxx--> - <!--dependency> - <groupId>lutinlib</groupId> - <artifactId>jaxx</artifactId> - <version>1.0.5</version> - <scope>compile</scope> - </dependency--> - - <dependency> - <groupId>org.codelutin.jaxx.provider</groupId> - <artifactId>swing</artifactId> - <version>0.1</version> - <scope>compile</scope> - </dependency> - - <!--SwiXat--> - <dependency> - <groupId>swixat</groupId> - <artifactId>swixat</artifactId> - <version>0.6.0</version> - <scope>compile</scope> - <!-- - <systemPath>/usr/local/src/PROJET/other-project/swixat/target/swixat-0.5.5.jar</systemPath> - <scope>system</scope> - --> - </dependency> - - <dependency> - <groupId>org.swixml</groupId> - <artifactId>swixml</artifactId> - <version>1.5-144-cl-20050912</version> - <scope>compile</scope> - </dependency> - - - <!--Commons--> - <dependency> - <groupId>commons-jxpath</groupId> - <artifactId>commons-jxpath</artifactId> - <version>1.2</version> - <scope>compile</scope> - </dependency> - - <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - <version>2.1</version> - <scope>compile</scope> - </dependency> - - <dependency> - <groupId>commons-math</groupId> - <artifactId>commons-math</artifactId> - <version>1.1</version> - <scope>compile</scope> - </dependency> - - <dependency> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - <version>3.1</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - <version>2.1</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>dom4j</groupId> - <artifactId>dom4j</artifactId> - <version>1.6.1</version> - <scope>compile</scope> - </dependency> - - <!--Other--> - - <dependency> - <groupId>jfreechart</groupId> - <artifactId>jfreechart</artifactId> - <version>0.9.3</version> - <scope>compile</scope> - </dependency> - - <dependency> - <groupId>jcommon</groupId> - <artifactId>jcommon</artifactId> - <version>0.7.0</version> - <scope>compile</scope> - </dependency> - - <dependency> - <groupId>xmlrpc</groupId> - <artifactId>xmlrpc</artifactId> - <version>2.0</version> - <scope>compile</scope> - </dependency> - - <dependency> - <groupId>org.netbeans.lib</groupId> - <artifactId>cvsclient</artifactId> - <version>20051129</version> - <scope>compile</scope> - </dependency> - - <dependency> - <groupId>bsh</groupId> - <artifactId>bsh</artifactId> - <version>2.0b1</version> - <scope>compile</scope> - </dependency> - - <dependency> - <groupId>openmap</groupId> - <artifactId>openmap</artifactId> - <version>4.6</version> - <scope>compile</scope> - </dependency> - - <dependency> - <groupId>sshtools</groupId> - <artifactId>j2ssh-common</artifactId> - <version>0.2.2</version> - <scope>compile</scope> - </dependency> - - <dependency> - <groupId>sshtools</groupId> - <artifactId>j2ssh-core</artifactId> - <version>0.2.2</version> - <scope>compile</scope> - </dependency> - - <dependency> - <groupId>springframework</groupId> - <artifactId>spring-core</artifactId> - <version>2.0.1</version> - <scope>compile</scope> - </dependency> - - <dependency> - <groupId>springframework</groupId> - <artifactId>spring-beans</artifactId> - <version>2.0.1</version> - <scope>compile</scope> - </dependency> - - <dependency> - <groupId>lutinlib</groupId> - <artifactId>lutinj2r</artifactId> - <version>0.1</version> - <scope>compile</scope> - </dependency> - - <!-- Change this dependence if you change database --> - <dependency> - <groupId>com.h2database</groupId> - <artifactId>h2</artifactId> - <version>1.0.60</version> - <scope>compile</scope> - </dependency> - <!-- - <dependency> - <groupId>hsqldb</groupId> - <artifactId>hsqldb</artifactId> - <version>2.0</version> - <scope>runtime</scope> - </dependency> - - <dependency> - <groupId>mckoi</groupId> - <artifactId>mckoi</artifactId> - <version>1.0.2</version> - <scope>runtime</scope> - </dependency> - - <dependency> - <groupId>postgresql</groupId> - <artifactId>postgresql</artifactId> - <version>7.4.1-jdbc3</version> - <scope>runtime</scope> - </dependency> - - <dependency> - <groupId>org.apache.derby</groupId> - <artifactId>derby</artifactId> - <version>10.1.2.1</version> - <scope>runtime</scope> - </dependency> - - <dependency> - <groupId>org.apache.derby</groupId> - <artifactId>derbyLocale_fr</artifactId> - <version>10.1.2.1</version> - <scope>runtime</scope> - </dependency> - --> - - <!-- aspectj --> - <!-- on utilise aspectwerkz - <dependency> - <groupId>aspectj</groupId> - <artifactId>aspectjweaver</artifactId> - <version>1.5.3</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>aspectj</groupId> - <artifactId>aspectjrt</artifactId> - <version>1.5.3</version> - <scope>compile</scope> - </dependency> - - <dependency> - <groupId>aspectj</groupId> - <artifactId>aspectjlib</artifactId> - <version>1.5.3</version> - <scope>compile</scope> - </dependency> - --> - - <!-- aspectwerkz --> - <dependency> - <groupId>aspectwerkz</groupId> - <artifactId>aspectwerkz</artifactId> - <version>2.0</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>aspectwerkz</groupId> - <artifactId>aspectwerkz-jdk5</artifactId> - <version>2.0</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>aspectwerkz</groupId> - <artifactId>aspectwerkz-core</artifactId> - <version>2.0</version> - <scope>compile</scope> - </dependency> - <!-- - | - | Dependance qui devrait etre resolues seules, mais qui ne le sont - | pas car un fichier pom.xml (aspectwerkz-core) du repository est mauvais - | - +--> - <dependency> - <groupId>asm</groupId> - <artifactId>asm</artifactId> - <version>1.5.4-snapshot</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>asm-attrs</groupId> - <artifactId>asm-attrs</artifactId> - <version>1.5.4-snapshot</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>asm-util</groupId> - <artifactId>asm-util</artifactId> - <version>1.5.4-snapshot</version> - <scope>compile</scope> - </dependency> - - <dependency> - <groupId>jrexx</groupId> - <artifactId>jrexx</artifactId> - <version>1.1.1</version> - <scope>compile</scope> - </dependency> - - <dependency> - <groupId>qdox</groupId> - <artifactId>qdox</artifactId> - <version>1.4</version> - <scope>compile</scope> - </dependency> - - <dependency> - <groupId>trove</groupId> - <artifactId>trove</artifactId> - <version>1.0.2</version> - <scope>compile</scope> - </dependency> - - <!-- ssj pour les calculs stockastiques --> - <!--dependency> - <groupId>ssj</groupId> - <artifactId>ssj</artifactId> - <version>2.0</version> - <scope>compile</scope> - </dependency> - - <dependency> - <groupId>ssj</groupId> - <artifactId>Blas</artifactId> - <version>20060531</version> - <scope>compile</scope> - </dependency> - - <dependency> - <groupId>ssj</groupId> - <artifactId>colt</artifactId> - <version>1.1.0.0</version> - <scope>compile</scope> - </dependency> - - <dependency> - <groupId>ssj</groupId> - <artifactId>interpreter</artifactId> - <version>1.6.8</version> - <scope>compile</scope> - </dependency> - - <dependency> - <groupId>ssj</groupId> - <artifactId>language</artifactId> - <version>1.6.7</version> - <scope>compile</scope> - </dependency> - - <dependency> - <groupId>ssj</groupId> - <artifactId>logger</artifactId> - <version>1.6.4</version> - <scope>compile</scope> - </dependency> - - <dependency> - <groupId>ssj</groupId> - <artifactId>optimization</artifactId> - <version>20060613</version> - <scope>compile</scope> - </dependency--> - - <!-- fin ssj pour les calculs stockastiques --> - - <!-- debut svnkit pour communication subversion --> - <dependency> - <groupId>org.tmatesoft</groupId> - <artifactId>svnkit</artifactId> - <version>1.1.2</version> - <scope>compile</scope> - </dependency> - <!-- fin svnkit pour communication subversion --> - - <dependency> - <groupId>com.sun</groupId> - <artifactId>tools</artifactId> - <version>1.6.0</version> - <scope>compile</scope> - </dependency> - - </dependencies> - - <!-- - | - | P L A T E F O R M S P E C I F I C D E P E N D E N C I E S - | - +--> - <profiles> - <!--repositories> - <repository> - <id>java.net</id> - <url>https://maven-repository.dev.java.net/nonav/repository</url> - <layout>legacy</layout> - </repository> - </repositories--> - <!--/profile--> - <profile> - <id>windows</id> - <activation> - <os> - <family>windows</family> - </os> - </activation> - <properties> - <!--Source base dir--> - <maven.src.dir> - ${basedir}/target/src-build - </maven.src.dir> - - <!--Test--> - <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> - - <!--Main class in JAR --> - <maven.jar.main.class> - fr.ifremer.isisfish.IsisFish - </maven.jar.main.class> - - <!--Verbose--> - <maven.verbose>false</maven.verbose> - - <!-- jnlp --> - <keystorepath>../../../CodeLutinKeystore</keystorepath> - <keystorealias>CodeLutin</keystorealias> - <keystorepass>codelutin</keystorepass> - </properties> - <dependencies> - <dependency> - <groupId>jdesktop</groupId> - <artifactId>jdic_stub-windows</artifactId> - <version>20061102</version> - </dependency> - </dependencies> - </profile> - <profile> - <id>linux</id> - <activation> - <os> - <family>unix</family> - </os> - </activation> - <properties> - <!--Source base dir--> - <maven.src.dir> - ${basedir}/target/src-build - </maven.src.dir> - - <!--Test--> - <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> - - <!--Main class in JAR --> - <maven.jar.main.class> - fr.ifremer.isisfish.IsisFish - </maven.jar.main.class> - - <!--Verbose--> - <maven.verbose>false</maven.verbose> - - <!-- jnlp --> - <keystorepath>../../../CodeLutinKeystore</keystorepath> - <keystorealias>CodeLutin</keystorealias> - <keystorepass>codelutin</keystorepass> - </properties> - <dependencies> - <dependency> - <groupId>jdesktop</groupId> - <artifactId>jdic_stub-linux</artifactId> - <version>20061102</version> - </dependency> - </dependencies> - </profile> - </profiles> - -</project> \ No newline at end of file Copied: branches/maven2_multimodule/isis-fish/pom_old.xml (from rev 1254, branches/maven2_multimodule/isis-fish/pom.xml) =================================================================== --- branches/maven2_multimodule/isis-fish/pom_old.xml (rev 0) +++ branches/maven2_multimodule/isis-fish/pom_old.xml 2008-07-28 19:10:42 UTC (rev 1255) @@ -0,0 +1,1088 @@ +<?xml version="1.0" encoding="ISO-8859-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"> + + <!--The version of maven's project object model--> + <modelVersion>4.0.0</modelVersion> + + <!--lutinproject.xml--> + <parent> + <groupId>lutinlib</groupId> + <artifactId>lutinproject</artifactId> + <version>2.2</version> + </parent> + + <!--A unique name for this project--> + <groupId>ifremer</groupId> + <artifactId>isis-fish</artifactId> + <name>IsisFish</name> + + <!--ejb, jar, war...--> + <packaging>jar</packaging> + + <!--Version--> + <version>3.1.5-SNAPSHOT</version> + + <!--Description--> + <description>Simulateur de pecherie complexe.</description> + <inceptionYear>1999</inceptionYear> + + <!--Tracking--> + <issueManagement> + <url>http://labs.libre-entreprise.org/tracker/?group_id=8</url> + </issueManagement> + + <licenses> + <license> + <name>GPL</name> + <url>http://www.gnu.org/copyleft/gpl.html</url> + <distribution>repo</distribution> + </license> + </licenses> + + <distributionManagement> + <site> + <id>labs</id> + <url> + scp://labs.libre-entreprise.org/home/groups/${pom.artifactId}/htdocs/ + </url> + </site> + </distributionManagement> + + <scm> + <url> + http://cvs.labs.libre-entreprise.org/cgi-bin/cvsweb.cgi/?cvsroot=${pom.artifactId} + </url> + <connection> + scm:cvs:pserver:anonymous at cvs.labs.libre-entreprise.org:/cvsroot/${pom.artifactId}:${pom.artifactId} + </connection> + <developerConnection> + scm:cvs:ext:${username}@cvs.labs.libre-entreprise.org:/cvsroot/${pom.artifactId}:${pom.artifactId} + </developerConnection> + </scm> + + <build> + <plugins> + <!--<plugin>--> + <!--<groupId>lutinplugin</groupId>--> + <!--<artifactId>maven-jrst-plugin</artifactId>--> + <!--<version>0.8</version>--> + <!--<executions>--> + <!--<execution>--> + <!--<id>jrst</id>--> + <!--<phase>test</phase> --> + <!-- test works better than pre:site --> + <!--<goals>--> + <!--<goal>jrst</goal>--> + <!--</goals>--> + <!--</execution>--> + <!--</executions>--> + <!--<configuration>--> + <!--<directoryIn>${basedir}/src/site</directoryIn>--> + <!--<directoryOut>${basedir}/target/generated-site/xdoc</directoryOut>--> + <!--<verbose>${maven.verbose}</verbose>--> + <!--</configuration>--> + <!--</plugin>--> + + <!--plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-site-plugin</artifactId> + <configuration> + <outputEncoding>ISO-8859-1</outputEncoding> + <locales>fr</locales> + <siteDirectory>src/site</siteDirectory> + <generateReports>false</generateReports> + <xdocDirectory>${basedir}/target/generated-site/xdoc/fr/rst</xdocDirectory> + </configuration> + </plugin--> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + <configuration> + <link>http://java.sun.com/j2se/api/index.html</link> + <link> + http://topia.labs.libre-entreprise.org/apidocs/ + </link> + <link> + http://lutinmatrix.labs.libre-entreprise.org/apidocs/ + </link> + <link> + http://lutinutil.labs.libre-entreprise.org/apidocs/ + </link> + <minmemory>128m</minmemory> + <maxmemory>512</maxmemory> + <excludePackageNames> + fr.*:org.* + </excludePackageNames> + </configuration> + </plugin> + <!-- + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-project-info-reports-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>changelog-maven-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>taglist-maven-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>changes-maven-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>jxr-maven-plugin</artifactId> + </plugin> + <plugin> + <artifactId>maven-surefire-plugin</artifactId> + </plugin> + <plugin> + <artifactId>maven-clover-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-pmd-plugin</artifactId> + <configuration> + <targetjdk>1.5</targetjdk> + <rulesets> + <ruleset>/rulesets/basic.xml</ruleset> + <ruleset>/rulesets/controversial.xml</ruleset> + </rulesets> + <format>xml</format> + <linkXref>true</linkXref> + <minimumTokens>100</minimumTokens> + </configuration> + </plugin> + --> + <!--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>lutinplugin</groupId> + <artifactId>maven-generator-plugin</artifactId> + <version>0.51-SNAPSHOT</version> + <executions> + <execution> + <id>Generator</id> + <phase>generate-sources</phase> + <configuration> + <srcDirZuml>src/xmi</srcDirZuml> + <srcXmiDest>target/gen/xmi/</srcXmiDest> + <fullPackagePath> + fr.ifremer.isisfish + </fullPackagePath> + <extractedPackages> + fr.ifremer.isisfish + </extractedPackages> + <!--Config generator--> + <srcGenDest> + target/gen/objectmodel/ + </srcGenDest> + <includes>**/*.objectmodel</includes> + <templates> + org.codelutin.topia.generator.TopiaMetaGenerator + </templates> + <destDirGen>target/gen/java</destDirGen> + <defaultPackage> + fr.ifremer.isisfish + </defaultPackage> + + <copyVersionDir> + src/resources/oldmappings/%MODELNAME% + </copyVersionDir> + <copyVersionFiles> + **/*.hbm.xml + </copyVersionFiles> + <copyOverwrite>true</copyOverwrite> + </configuration> + <goals> + <goal>zargo2xmi</goal> + <goal>xmi2objectmodel</goal> + <goal>generate</goal> + <goal>copyVersionFiles</goal> + </goals> + </execution> + </executions> + <dependencies> + <dependency> + <groupId>lutinlib</groupId> + <artifactId>topia</artifactId> + <version>2.0.26-SNAPSHOT</version> + <scope>compile</scope> + </dependency> + </dependencies> + </plugin> + <plugin> + <groupId>org.codelutin.jaxx</groupId> + <artifactId>maven-jaxx-plugin</artifactId> + <version>0.1</version> + <executions> + <execution> + <phase>generate-sources</phase> + <goals> + <goal>generate</goal> + </goals> + </execution> + </executions> + <dependencies> + <dependency> + <groupId>lutinlib</groupId> + <artifactId>lutinwidget</artifactId> + <version>0.10-SNAPSHOT</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.codelutin.jaxx.provider</groupId> + <artifactId>swing</artifactId> + <scope>compile</scope> + <version>0.1</version> + </dependency> + </dependencies> + </plugin> + <plugin> + <artifactId>maven-antrun-plugin</artifactId> + <executions> + <execution> + <id>CopyGenJavaVersSrcBuild</id> + <phase>process-sources</phase> + <configuration> + <tasks> + <copy + todir="${basedir}/target/src-build/java" + verbose="${maven.verbose}" + overwrite="false"> + <fileset + dir="${basedir}/target/gen/java"/> + </copy> + </tasks> + </configuration> + <goals> + <goal>run</goal> + </goals> + </execution> + <!-- Ajout des libs signe par Sun dans un fichier jnlp separe --> + <execution> + <id>JnlpSun</id> + <phase>package</phase> + <configuration> + <tasks> + <copy + file="${project.basedir}/src/jnlp/sun.jnlp" + todir="${project.basedir}/target/jnlp/"> + <filterset> + <filter token="mail" + value="mail-1.3.3.jar"/> + <filter token="activation" + value="activation-1.0.2.jar"/> + </filterset> + </copy> + <copy + file="${project.build.directory}/dependency/mail-1.3.3.jar" + todir="${project.basedir}/target/jnlp/"/> + <copy + file="${project.build.directory}/dependency/activation-1.0.2.jar" + todir="${project.basedir}/target/jnlp/"/> + </tasks> + </configuration> + <goals> + <goal>run</goal> + </goals> + </execution> + <!--execution> + <id>MakeManualScreenShots</id> + <phase>package</phase> + <configuration> + <tasks> + <exec executable="${project.basedir}/doc/manual/prepareManual.sh" + dir="${project.basedir}/doc/manual/"/> + </tasks> + </configuration> + <goals> + <goal>run</goal> + </goals> + </execution--> + </executions> + </plugin> + + <!-- Java Web Start --> + <!-- Creation du fichier principal jnlp sans les libs signees par Sun --> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>webstart-maven-plugin</artifactId> + <version>1.0-alpha-1</version> + <executions> + <execution> + <phase>deploy</phase> + <goals> + <goal>jnlp</goal> + </goals> + </execution> + </executions> + <configuration> + <dependencies> + <excludes> + <exclude>javax.mail:mail</exclude> + <exclude> + javax.activation:activation + </exclude> + </excludes> + </dependencies> + <jnlp> + <!--<resources>${project.basedir}/src/jnlp</resources>--> + <outputFile>isis-fish-v3.jnlp</outputFile> + <mainClass> + fr.ifremer.isisfish.IsisFish + </mainClass> + </jnlp> + + <sign> + <keystore>${keystorepath}</keystore> + <keypass/> + <storepass>${keystorepass}</storepass> + <storetype/> + <alias>${keystorealias}</alias> + <validity/> + + <dnameCn/> + <dnameOu/> + <dnameO/> + <dnameL/> + <dnameSt/> + <dnameC/> + + <verify>true</verify> + </sign> + + <keystore> + <delete>false</delete> + <gen>false</gen> + </keystore> + + <pack200>false</pack200> + <gzip>true</gzip> + <verbose>false</verbose> + </configuration> + </plugin> + + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-dependency-plugin</artifactId> + <executions> + <execution> + <id>copy-dependencies</id> + <phase>compile</phase> + <goals> + <goal>copy-dependencies</goal> + </goals> + <configuration> + <outputDirectory> + ${project.build.directory}/dependency + </outputDirectory> + <overWriteReleases>false</overWriteReleases> + <overWriteSnapshots> + false + </overWriteSnapshots> + <overWriteIfNewer>true</overWriteIfNewer> + </configuration> + </execution> + </executions> + </plugin> + <plugin> + <groupId>lutinplugin</groupId> + <artifactId>maven-i18n-plugin</artifactId> + <version>0.3</version> + <configuration> + <bundles> + <param>fr_FR</param> + <param>en_GB</param> + </bundles> + <keysModifier>false</keysModifier> + <entries> + <entry> + <basedir> + ${basedir}/target/gen/java/ + </basedir> + <specificGoal>parserJava</specificGoal> + <includes> + <param>**\/*Option*.java</param> + <param>**\/*Config*.java</param> + </includes> + </entry> + </entries> + </configuration> + <executions> + <execution> + <phase>compile</phase> + <goals> + <goal>parserJaxx</goal> + <goal>parserSwixat</goal> + <goal>parserJava</goal> + <goal>gen</goal> + </goals> + </execution> + </executions> + </plugin> + <plugin> + <groupId>org.codelutin.commandline</groupId> + <artifactId>maven-commandline-plugin</artifactId> + <version>0.6</version> + <configuration> + <prefix>Isis</prefix> + <i18nPrefix>isisfish</i18nPrefix> + <source> + ${basedir}/src/resources/IsisFish_init.properties + </source> + <packageName> + fr.ifremer.isisfish.commandline + </packageName> + <concreteConfig>false</concreteConfig> + <rstFilePath> + ${basedir}/src/site/@bundle@/rst/v3/user + </rstFilePath> + <_projectName>Isis-Fish</_projectName> + <_configFileName>.isis-config-3</_configFileName> + <!--_version>3.1.5</_version--> + <_locale>fr_FR</_locale> + <_projectName>CommandlineDemo</_projectName> + <_projectURL>http://isis-fish.labs.libre-entreprise.org</_projectURL> + <_organisationName>Ifremer - Codelutin</_organisationName> + <_organisationURL>http://codelutin.com</_organisationURL> + <_copyright>Copyright Ifremer Codelutin 1999 - 2008</_copyright> + </configuration> + <executions> + <execution> + <id>genJava</id> + <goals> + <goal>genJava</goal> + </goals> + <configuration> + <out>${basedir}/target/gen/java</out> + </configuration> + </execution> + <execution> + <id>genRst</id> + <goals> + <goal>genRst</goal> + </goals> + <configuration> + <out>${basedir}/target/classes</out> + </configuration> + </execution> + </executions> + <dependencies> + <dependency> + <groupId>lutinlib</groupId> + <artifactId>lutinutil</artifactId> + <version>0.29-SNAPSHOT</version> + </dependency> + </dependencies> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jar-plugin</artifactId> + <configuration> + <archive> + <manifest> + <mainClass> + fr.ifremer.isisfish.IsisFish + </mainClass> + <!-- <manifestFile>/path/to/MANIFEST.MF</manifestFile> --> + <addClasspath>true</addClasspath> + <addExtensions/> + <classpathPrefix/> + <!-- + <manifestEntries> + <Class-Path>./</Class-Path> + </manifestEntries> + --> + </manifest> + </archive> + </configuration> + </plugin> + + </plugins> + </build> + + + <!--Librairies--> + <dependencies> + + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>3.8.1</version> + <scope>compile</scope> + </dependency> + + <dependency> + <groupId>jdesktop</groupId> + <artifactId>jdic</artifactId> + <version>20061102</version> + </dependency> + + <!--Compile--> + <!--Librairies CodeLutin--> + <dependency> + <groupId>lutinlib</groupId> + <artifactId>lutinutil</artifactId> + <version>0.29</version> + <scope>compile</scope> + </dependency> + + <dependency> + <groupId>lutinlib</groupId> + <artifactId>lutinutilextra</artifactId> + <version>0.1</version> + <scope>compile</scope> + </dependency> + + <dependency> + <groupId>lutinlib</groupId> + <artifactId>topia</artifactId> + <version>2.0.26-SNAPSHOT</version> + <scope>compile</scope> + <!-- use javassist instead of cglib --> + <exclusions> + <exclusion> + <groupId>cglib</groupId> + <artifactId>cglib</artifactId> + </exclusion> + </exclusions> + </dependency> + + <dependency> + <groupId>lutinlib</groupId> + <artifactId>topia-service</artifactId> + <version>0.9-SNAPSHOT</version> + <scope>compile</scope> + </dependency> + + <dependency> + <groupId>lutinlib</groupId> + <artifactId>lutinmatrix</artifactId> + <version>0.15</version> + <scope>compile</scope> + </dependency> + + <dependency> + <groupId>lutinlib</groupId> + <artifactId>lutinwidget</artifactId> + <version>0.10-SNAPSHOT</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>lutinlib</groupId> + <artifactId>lutinxml</artifactId> + <version>0.7-SNAPSHOT</version> + <scope>compile</scope> + </dependency> + <!-- librairie commandline --> + <dependency> + <groupId>org.codelutin.commandline</groupId> + <artifactId>commandline-core</artifactId> + <version>0.6</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.codelutin.commandline</groupId> + <artifactId>commandline-ui</artifactId> + <version>0.6</version> + <scope>compile</scope> + <!--scope>compile</scope--> + </dependency> + + <!-- + <dependency> + <groupId>lutinlib</groupId> + <artifactId>lutinwidgetnetbeans</artifactId> + <version>0.8</version> + <scope>compile</scope> + </dependency> + --> + <!--Jaxx--> + <!--dependency> + <groupId>lutinlib</groupId> + <artifactId>jaxx</artifactId> + <version>1.0.5</version> + <scope>compile</scope> + </dependency--> + + <dependency> + <groupId>org.codelutin.jaxx.provider</groupId> + <artifactId>swing</artifactId> + <version>0.1</version> + <scope>compile</scope> + </dependency> + + <!--SwiXat--> + <dependency> + <groupId>swixat</groupId> + <artifactId>swixat</artifactId> + <version>0.6.0</version> + <scope>compile</scope> + <!-- + <systemPath>/usr/local/src/PROJET/other-project/swixat/target/swixat-0.5.5.jar</systemPath> + <scope>system</scope> + --> + </dependency> + + <dependency> + <groupId>org.swixml</groupId> + <artifactId>swixml</artifactId> + <version>1.5-144-cl-20050912</version> + <scope>compile</scope> + </dependency> + + + <!--Commons--> + <dependency> + <groupId>commons-jxpath</groupId> + <artifactId>commons-jxpath</artifactId> + <version>1.2</version> + <scope>compile</scope> + </dependency> + + <dependency> + <groupId>commons-lang</groupId> + <artifactId>commons-lang</artifactId> + <version>2.1</version> + <scope>compile</scope> + </dependency> + + <dependency> + <groupId>commons-math</groupId> + <artifactId>commons-math</artifactId> + <version>1.1</version> + <scope>compile</scope> + </dependency> + + <dependency> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + <version>3.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>commons-lang</groupId> + <artifactId>commons-lang</artifactId> + <version>2.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>dom4j</groupId> + <artifactId>dom4j</artifactId> + <version>1.6.1</version> + <scope>compile</scope> + </dependency> + + <!--Other--> + + <dependency> + <groupId>jfreechart</groupId> + <artifactId>jfreechart</artifactId> + <version>0.9.3</version> + <scope>compile</scope> + </dependency> + + <dependency> + <groupId>jcommon</groupId> + <artifactId>jcommon</artifactId> + <version>0.7.0</version> + <scope>compile</scope> + </dependency> + + <dependency> + <groupId>xmlrpc</groupId> + <artifactId>xmlrpc</artifactId> + <version>2.0</version> + <scope>compile</scope> + </dependency> + + <dependency> + <groupId>org.netbeans.lib</groupId> + <artifactId>cvsclient</artifactId> + <version>20051129</version> + <scope>compile</scope> + </dependency> + + <dependency> + <groupId>bsh</groupId> + <artifactId>bsh</artifactId> + <version>2.0b1</version> + <scope>compile</scope> + </dependency> + + <dependency> + <groupId>openmap</groupId> + <artifactId>openmap</artifactId> + <version>4.6</version> + <scope>compile</scope> + </dependency> + + <dependency> + <groupId>sshtools</groupId> + <artifactId>j2ssh-common</artifactId> + <version>0.2.2</version> + <scope>compile</scope> + </dependency> + + <dependency> + <groupId>sshtools</groupId> + <artifactId>j2ssh-core</artifactId> + <version>0.2.2</version> + <scope>compile</scope> + </dependency> + + <dependency> + <groupId>springframework</groupId> + <artifactId>spring-core</artifactId> + <version>2.0.1</version> + <scope>compile</scope> + </dependency> + + <dependency> + <groupId>springframework</groupId> + <artifactId>spring-beans</artifactId> + <version>2.0.1</version> + <scope>compile</scope> + </dependency> + + <dependency> + <groupId>lutinlib</groupId> + <artifactId>lutinj2r</artifactId> + <version>0.1</version> + <scope>compile</scope> + </dependency> + + <!-- Change this dependence if you change database --> + <dependency> + <groupId>com.h2database</groupId> + <artifactId>h2</artifactId> + <version>1.0.60</version> + <scope>compile</scope> + </dependency> + <!-- + <dependency> + <groupId>hsqldb</groupId> + <artifactId>hsqldb</artifactId> + <version>2.0</version> + <scope>runtime</scope> + </dependency> + + <dependency> + <groupId>mckoi</groupId> + <artifactId>mckoi</artifactId> + <version>1.0.2</version> + <scope>runtime</scope> + </dependency> + + <dependency> + <groupId>postgresql</groupId> + <artifactId>postgresql</artifactId> + <version>7.4.1-jdbc3</version> + <scope>runtime</scope> + </dependency> + + <dependency> + <groupId>org.apache.derby</groupId> + <artifactId>derby</artifactId> + <version>10.1.2.1</version> + <scope>runtime</scope> + </dependency> + + <dependency> + <groupId>org.apache.derby</groupId> + <artifactId>derbyLocale_fr</artifactId> + <version>10.1.2.1</version> + <scope>runtime</scope> + </dependency> + --> + + <!-- aspectj --> + <!-- on utilise aspectwerkz + <dependency> + <groupId>aspectj</groupId> + <artifactId>aspectjweaver</artifactId> + <version>1.5.3</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>aspectj</groupId> + <artifactId>aspectjrt</artifactId> + <version>1.5.3</version> + <scope>compile</scope> + </dependency> + + <dependency> + <groupId>aspectj</groupId> + <artifactId>aspectjlib</artifactId> + <version>1.5.3</version> + <scope>compile</scope> + </dependency> + --> + + <!-- aspectwerkz --> + <dependency> + <groupId>aspectwerkz</groupId> + <artifactId>aspectwerkz</artifactId> + <version>2.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>aspectwerkz</groupId> + <artifactId>aspectwerkz-jdk5</artifactId> + <version>2.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>aspectwerkz</groupId> + <artifactId>aspectwerkz-core</artifactId> + <version>2.0</version> + <scope>compile</scope> + </dependency> + <!-- + | + | Dependance qui devrait etre resolues seules, mais qui ne le sont + | pas car un fichier pom.xml (aspectwerkz-core) du repository est mauvais + | + +--> + <dependency> + <groupId>asm</groupId> + <artifactId>asm</artifactId> + <version>1.5.4-snapshot</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>asm-attrs</groupId> + <artifactId>asm-attrs</artifactId> + <version>1.5.4-snapshot</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>asm-util</groupId> + <artifactId>asm-util</artifactId> + <version>1.5.4-snapshot</version> + <scope>compile</scope> + </dependency> + + <dependency> + <groupId>jrexx</groupId> + <artifactId>jrexx</artifactId> + <version>1.1.1</version> + <scope>compile</scope> + </dependency> + + <dependency> + <groupId>qdox</groupId> + <artifactId>qdox</artifactId> + <version>1.4</version> + <scope>compile</scope> + </dependency> + + <dependency> + <groupId>trove</groupId> + <artifactId>trove</artifactId> + <version>1.0.2</version> + <scope>compile</scope> + </dependency> + + <!-- ssj pour les calculs stockastiques --> + <!--dependency> + <groupId>ssj</groupId> + <artifactId>ssj</artifactId> + <version>2.0</version> + <scope>compile</scope> + </dependency> + + <dependency> + <groupId>ssj</groupId> + <artifactId>Blas</artifactId> + <version>20060531</version> + <scope>compile</scope> + </dependency> + + <dependency> + <groupId>ssj</groupId> + <artifactId>colt</artifactId> + <version>1.1.0.0</version> + <scope>compile</scope> + </dependency> + + <dependency> + <groupId>ssj</groupId> + <artifactId>interpreter</artifactId> + <version>1.6.8</version> + <scope>compile</scope> + </dependency> + + <dependency> + <groupId>ssj</groupId> + <artifactId>language</artifactId> + <version>1.6.7</version> + <scope>compile</scope> + </dependency> + + <dependency> + <groupId>ssj</groupId> + <artifactId>logger</artifactId> + <version>1.6.4</version> + <scope>compile</scope> + </dependency> + + <dependency> + <groupId>ssj</groupId> + <artifactId>optimization</artifactId> + <version>20060613</version> + <scope>compile</scope> + </dependency--> + + <!-- fin ssj pour les calculs stockastiques --> + + <!-- debut svnkit pour communication subversion --> + <dependency> + <groupId>org.tmatesoft</groupId> + <artifactId>svnkit</artifactId> + <version>1.1.2</version> + <scope>compile</scope> + </dependency> + <!-- fin svnkit pour communication subversion --> + + <dependency> + <groupId>com.sun</groupId> + <artifactId>tools</artifactId> + <version>1.6.0</version> + <scope>compile</scope> + </dependency> + + </dependencies> + + <!-- + | + | P L A T E F O R M S P E C I F I C D E P E N D E N C I E S + | + +--> + <profiles> + <!--repositories> + <repository> + <id>java.net</id> + <url>https://maven-repository.dev.java.net/nonav/repository</url> + <layout>legacy</layout> + </repository> + </repositories--> + <!--/profile--> + <profile> + <id>windows</id> + <activation> + <os> + <family>windows</family> + </os> + </activation> + <properties> + <!--Source base dir--> + <maven.src.dir> + ${basedir}/target/src-build + </maven.src.dir> + + <!--Test--> + <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> + + <!--Main class in JAR --> + <maven.jar.main.class> + fr.ifremer.isisfish.IsisFish + </maven.jar.main.class> + + <!--Verbose--> + <maven.verbose>false</maven.verbose> + + <!-- jnlp --> + <keystorepath>../../../CodeLutinKeystore</keystorepath> + <keystorealias>CodeLutin</keystorealias> + <keystorepass>codelutin</keystorepass> + </properties> + <dependencies> + <dependency> + <groupId>jdesktop</groupId> + <artifactId>jdic_stub-windows</artifactId> + <version>20061102</version> + </dependency> + </dependencies> + </profile> + <profile> + <id>linux</id> + <activation> + <os> + <family>unix</family> + </os> + </activation> + <properties> + <!--Source base dir--> + <maven.src.dir> + ${basedir}/target/src-build + </maven.src.dir> + + <!--Test--> + <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> + + <!--Main class in JAR --> + <maven.jar.main.class> + fr.ifremer.isisfish.IsisFish + </maven.jar.main.class> + + <!--Verbose--> + <maven.verbose>false</maven.verbose> + + <!-- jnlp --> + <keystorepath>../../../CodeLutinKeystore</keystorepath> + <keystorealias>CodeLutin</keystorealias> + <keystorepass>codelutin</keystorepass> + </properties> + <dependencies> + <dependency> + <groupId>jdesktop</groupId> + <artifactId>jdic_stub-linux</artifactId> + <version>20061102</version> + </dependency> + </dependencies> + </profile> + </profiles> + +</project> \ No newline at end of file Property changes on: branches/maven2_multimodule/isis-fish/pom_old.xml ___________________________________________________________________ Name: svn:keywords + Author Date Id Revision Name: svn:eol-style + native
participants (1)
-
tchemit@users.labs.libre-entreprise.org