[Lutinutil-commits] r1559 - maven-license-switcher-plugin/trunk
Author: tchemit Date: 2009-05-15 11:24:44 +0000 (Fri, 15 May 2009) New Revision: 1559 Modified: maven-license-switcher-plugin/trunk/pom.xml Log: use mavenpom + change artifactId to maven-license-plugin Modified: maven-license-switcher-plugin/trunk/pom.xml =================================================================== --- maven-license-switcher-plugin/trunk/pom.xml 2009-05-15 11:14:13 UTC (rev 1558) +++ maven-license-switcher-plugin/trunk/pom.xml 2009-05-15 11:24:44 UTC (rev 1559) @@ -7,25 +7,19 @@ <!-- *** POM Relationships *************************************** --> <!-- ************************************************************* --> <parent> - <groupId>org.codelutin</groupId> - <artifactId>lutinproject</artifactId> - <version>3.5.4</version> - <!--groupId>org.nuiton</groupId> + <groupId>org.nuiton</groupId> <artifactId>mavenpom</artifactId> - <version>1.0.0-SNAPSHOT</version--> + <version>1.0.0-SNAPSHOT</version> </parent> - <groupId>org.nuiton</groupId> - - <artifactId>maven-license-switcher-plugin</artifactId> - + <artifactId>maven-license-plugin</artifactId> <version>1.0.0-SNAPSHOT</version> <dependencies> <dependency> <groupId>org.nuiton</groupId> - <artifactId>nuitonprocessor</artifactId> + <artifactId>nuiton-processor</artifactId> <version>${processor.version}</version> <scope>compile</scope> </dependency> @@ -67,7 +61,7 @@ <!-- ************************************************************* --> <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> - <name>Plugin maven pour switcher les licenses</name> + <name>Plugin maven de changement de license</name> <description>Plugin pour switcher de license dans un module maven 2</description> <inceptionYear>2008</inceptionYear> @@ -80,17 +74,10 @@ <properties> - <redmine.project>nuitonutil</redmine.project> <processor.version>1.0.0-SNAPSHOT</processor.version> + <!-- a supprimer des qu'on pourra deployer les sites sur nuiton --> + <site.deploy.url>scpexe://labs.libre-entreprise.org/home/groups/lutinutil/htdocs</site.deploy.url> - <!-- assuprimer du de l'utilisation de mavenpom --> - <labs.id>12</labs.id> - <labs.project>lutinutil</labs.project> - <maven.version>2.0.10</maven.version> - <helper.version>1.0.0-SNAPSHOT</helper.version> - <helper.licenseName>lgpl_v3</helper.licenseName> - <site.home.url>http://lutinutil.labs.libre-entreprise.org</site.home.url> - <repository.home.url>http://lutinbuilder.labs.libre-entreprise.org/maven2</repository.home.url> </properties> <build> @@ -99,7 +86,6 @@ <plugins> - <!-- plugin plugin --> <plugin> <artifactId>maven-plugin-plugin</artifactId> <executions> @@ -111,7 +97,6 @@ </executions> </plugin> - <!-- plugin site --> <plugin> <artifactId>maven-site-plugin</artifactId> <dependencies> @@ -126,7 +111,6 @@ </build> - <!--Site--> <reporting> <plugins> <plugin> @@ -139,20 +123,12 @@ <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> - <!--Source control management--> - <!-- a supprimer au passage a mavenpom --> - <scm> - <url>${maven.scm.url}</url> - <connection>${maven.scm.connection}</connection> - <developerConnection>${maven.scm.developerConnection}</developerConnection> - </scm> - - <!--Code Lutin Repository--> + <!--Nuiton Repository : pourra etre supprimer lorsqu'on sera sur central --> <repositories> <repository> - <id>codelutin-repository</id> - <name>CodeLutinRepository</name> - <url>http://lutinbuilder.labs.libre-entreprise.org/maven2</url> + <id>nuiton-repository</id> + <name>NuitonRepository</name> + <url>${repository.home.url}</url> <snapshots> <enabled>true</enabled> <checksumPolicy>warn</checksumPolicy>
participants (1)
-
tchemit@users.labs.libre-entreprise.org