Author: tchemit Date: 2009-02-10 13:15:00 +0000 (Tue, 10 Feb 2009) New Revision: 1335 Modified: lutinpluginutil/trunk/changelog.txt lutinpluginutil/trunk/pom.xml Log: utilisation de lutinproject 3.4 plutot que lutinpluginproject Modified: lutinpluginutil/trunk/changelog.txt =================================================================== --- lutinpluginutil/trunk/changelog.txt 2009-02-09 14:24:23 UTC (rev 1334) +++ lutinpluginutil/trunk/changelog.txt 2009-02-10 13:15:00 UTC (rev 1335) @@ -1,5 +1,5 @@ 0.3 chemit 200812?? - * 20090205 [chemit] use lutinpluginproject 3.4 + * 20090210 [chemit] use lutinproject 3.4 * 20090111 [chemit] use lutinpluginproject 3.3 * 20081205 [chemit] use lutinpluginproject 3.2 Modified: lutinpluginutil/trunk/pom.xml =================================================================== --- lutinpluginutil/trunk/pom.xml 2009-02-09 14:24:23 UTC (rev 1334) +++ lutinpluginutil/trunk/pom.xml 2009-02-10 13:15:00 UTC (rev 1335) @@ -10,7 +10,7 @@ <parent> <groupId>org.codelutin</groupId> - <artifactId>lutinpluginproject</artifactId> + <artifactId>lutinproject</artifactId> <version>3.4-SNAPSHOT</version> </parent> @@ -20,6 +20,20 @@ <dependencies> + <dependency> + <groupId>org.apache.maven</groupId> + <artifactId>maven-plugin-api</artifactId> + <version>${maven.version}</version> + <scope>provided</scope> + </dependency> + + <dependency> + <groupId>org.apache.maven</groupId> + <artifactId>maven-project</artifactId> + <version>${maven.version}</version> + <scope>provided</scope> + </dependency> + </dependencies> @@ -46,12 +60,13 @@ <!-- nom du projet sur le labs --> <labs.project>lutinutil</labs.project> + <maven.version>2.0.9</maven.version> </properties> <build> <defaultGoal>install</defaultGoal> - <plugins> + <plugins> <!-- Always process jrst files, but only called on pre-site phase --> <plugin> <groupId>org.codelutin</groupId> @@ -74,7 +89,7 @@ </executions> </plugin> </plugins> - </build> + </build> <!-- ************************************************************* --> <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> @@ -86,6 +101,23 @@ <url>${maven.scm.url}</url> </scm> + <!--Code Lutin Repository--> + <repositories> + <repository> + <id>codelutin-repository</id> + <name>CodeLutinRepository</name> + <url>${labs.builder.url}</url> + <snapshots> + <enabled>true</enabled> + <checksumPolicy>warn</checksumPolicy> + </snapshots> + <releases> + <enabled>true</enabled> + <checksumPolicy>warn</checksumPolicy> + </releases> + </repository> + </repositories> + <profiles> <profile> <id>release-profile</id>