Author: bpoussin Date: 2008-08-21 15:31:04 +0000 (Thu, 21 Aug 2008) New Revision: 51 Modified: branches/3.2/pom.xml Log: ajout de la dependance vers la bonne version d'isis Modified: branches/3.2/pom.xml =================================================================== --- branches/3.2/pom.xml 2008-08-21 15:26:40 UTC (rev 50) +++ branches/3.2/pom.xml 2008-08-21 15:31:04 UTC (rev 51) @@ -1,97 +1,103 @@ -<?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--> +<?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"> + + <!--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-data</artifactId> - <name>IsisFish data</name> - - <!--ejb, jar, war...--> - <packaging>jar</packaging> - - <!--Version--> - <version>3.1.3</version> - - <!--Description--> - <description>Data for Isis-fish</description> - <inceptionYear>2000</inceptionYear> - - <!--Tracking--> - <issueManagement> - <url>http://labs.libre-entreprise.org/tracker/?group_id=8</url> - </issueManagement> - - <build> - <sourceDirectory>${basedir}</sourceDirectory> - <plugins> - </plugins> - </build> - - <!--Librairies--> - <dependencies> - <dependency> - <groupId>ifremer</groupId> - <artifactId>isis-fish</artifactId> - <version>3.1.3</version> - <scope>compile</scope> - </dependency> - </dependencies> - - <distributionManagement> - <site> - <id>labs</id> - <url>scp://labs.libre-entreprise.org/home/groups/${pom.artifactId}/htdocs/isis-fish-data</url> - </site> - </distributionManagement> - - <!--Definition of profiles--> - <profiles> - <profile> - <id>codelutin-repository</id> - - <activation> - <activeByDefault>true</activeByDefault> - </activation> - - <properties> - <maven.src.dir>${basedir}/src</maven.src.dir> - <maven.test.skip>true</maven.test.skip> - <maven.compile.source>1.5</maven.compile.source> - <maven.compile.target>1.5</maven.compile.target> - </properties> - - <repositories> - <repository> - <id>codelutin-lib</id> - <url>http://lutinbuilder.labs.libre-entreprise.org/maven2</url> - </repository> - </repositories> - - <pluginRepositories> - <pluginRepository> - <id>codelutin-plugin</id> - <url>http://lutinbuilder.labs.libre-entreprise.org/maven2</url> - </pluginRepository> - </pluginRepositories> - </profile> - </profiles> - - <!--List of profiles that are active for all builds.--> +--> + + <!--A unique name for this project--> + <artifactId>isis-fish-data</artifactId> + <name>IsisFish data</name> + <groupId>ifremer</groupId> + + <!--ejb, jar, war...--> + <packaging>jar</packaging> + + <!--Version--> + <version>3.2.0</version> + + <!--Description--> + <description>Data for Isis-fish</description> + <inceptionYear>2000</inceptionYear> + + <!--Tracking--> + <issueManagement> + <url>http://labs.libre-entreprise.org/tracker/?group_id=8</url> + </issueManagement> + + <build> + <sourceDirectory>${basedir}</sourceDirectory> + <plugins> + <plugin> + <artifactId>maven-compiler-plugin</artifactId> + <version>2.0.2</version> + <configuration> + <source>1.5</source> + <target>1.5</target> + </configuration> + </plugin> + </plugins> + </build> + + <!--Librairies--> + <dependencies> + <dependency> + <groupId>ifremer</groupId> + <artifactId>isis-fish</artifactId> + <version>3.2.0.0-SNAPSHOT</version> + <scope>compile</scope> + </dependency> + </dependencies> + + <distributionManagement> + <site> + <id>labs</id> + <url>scp://labs.libre-entreprise.org/home/groups/${pom.artifactId}/htdocs/isis-fish-data</url> + </site> + </distributionManagement> + + <!--Definition of profiles--> + <profiles> + <profile> + <id>codelutin-repository</id> + + <activation> + <activeByDefault>true</activeByDefault> + </activation> + + <properties> + <maven.src.dir>${basedir}/src</maven.src.dir> + <maven.test.skip>true</maven.test.skip> + <maven.compile.source>1.5</maven.compile.source> + <maven.compile.target>1.5</maven.compile.target> + </properties> + + <repositories> + <repository> + <id>codelutin-lib</id> + <url>http://lutinbuilder.labs.libre-entreprise.org/maven2</url> + </repository> + </repositories> + + <pluginRepositories> + <pluginRepository> + <id>codelutin-plugin</id> + <url>http://lutinbuilder.labs.libre-entreprise.org/maven2</url> + </pluginRepository> + </pluginRepositories> + </profile> + </profiles> + + <!--List of profiles that are active for all builds.--> <!--activeProfiles> <activeProfile>codelutin-repository</activeProfile> - </activeProfiles--> -</project> + </activeProfiles--> +</project>