Author: tchemit Date: 2009-05-17 13:23:55 +0000 (Sun, 17 May 2009) New Revision: 1570 Modified: maven-license-switcher-plugin/trunk/pom.xml maven-license-switcher-plugin/trunk/src/site/site.xml Log: premier jet d'un pom compatible central Modified: maven-license-switcher-plugin/trunk/pom.xml =================================================================== --- maven-license-switcher-plugin/trunk/pom.xml 2009-05-17 12:20:57 UTC (rev 1569) +++ maven-license-switcher-plugin/trunk/pom.xml 2009-05-17 13:23:55 UTC (rev 1570) @@ -9,18 +9,18 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0-alpha-1-SNAPSHOT</version> </parent> <artifactId>maven-license-plugin</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0-alpha-1-SNAPSHOT</version> <dependencies> <dependency> <groupId>org.nuiton</groupId> <artifactId>nuiton-processor</artifactId> - <version>${processor.version}</version> + <version>1.0.0-alpha-1-SNAPSHOT</version> <scope>compile</scope> </dependency> @@ -56,6 +56,20 @@ <scope>test</scope> </dependency> + <dependency> + <groupId>org.apache.maven</groupId> + <artifactId>maven-project</artifactId> + <version>${maven.version}</version> + <scope>provided</scope> + </dependency> + + <dependency> + <groupId>org.apache.maven</groupId> + <artifactId>maven-plugin-api</artifactId> + <version>${maven.version}</version> + <scope>provided</scope> + </dependency> + </dependencies> <!-- ************************************************************* --> @@ -65,7 +79,8 @@ <description>Plugin pour switcher de license dans un module maven 2</description> <inceptionYear>2008</inceptionYear> - + <url>http://www.nuiton.org/embedded/${project.artifactId}</url> + <!-- ************************************************************* --> <!-- *** Build Settings ****************************************** --> <!-- ************************************************************* --> @@ -74,10 +89,6 @@ <properties> - <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> - </properties> <build> @@ -97,7 +108,7 @@ </executions> </plugin> - <plugin> + <!--plugin> <artifactId>maven-site-plugin</artifactId> <dependencies> <dependency> @@ -106,7 +117,7 @@ <version>1.0.1</version> </dependency> </dependencies> - </plugin> + </plugin--> </plugins> </build> @@ -123,21 +134,17 @@ <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> - <!--Nuiton Repository : pourra etre supprimer lorsqu'on sera sur central --> - <repositories> - <repository> - <id>nuiton-repository</id> - <name>NuitonRepository</name> - <url>http://lutinbuilder.labs.libre-entreprise.org/maven2-nuiton</url> - <snapshots> - <enabled>true</enabled> - <checksumPolicy>warn</checksumPolicy> - </snapshots> - <releases> - <enabled>true</enabled> - <checksumPolicy>warn</checksumPolicy> - </releases> - </repository> - </repositories> + <!-- Source control management. --> + <scm> + <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/lutinutil/maven-license-switcher-plugin/trunk</connection> + <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/lutinutil/maven-license-switcher-plugin/trunk</developerConnection> + <!-- a utiliser quand on sera sur nuiton --> + <!-- ne fonctionnera pas pour les multi-modules a cause de l'expansion de l'artifactId + il faudra alors remttre ces trois valeurs sur le pom parent du multi-module --> + <!--connection>scm:svn:http://svn.nuiton.org/svn/${project.artifactId}/trunk</connection> + <developerConnection>scm:svn:http://svn.nuiton.org/svn/${project.artifactId}/trunk</developerConnection> + <url>http://svn.nuiton.org/svn/${project.artifactId}/trunk</url--> + </scm> + </project> Modified: maven-license-switcher-plugin/trunk/src/site/site.xml =================================================================== --- maven-license-switcher-plugin/trunk/src/site/site.xml 2009-05-17 12:20:57 UTC (rev 1569) +++ maven-license-switcher-plugin/trunk/src/site/site.xml 2009-05-17 13:23:55 UTC (rev 1570) @@ -4,9 +4,9 @@ <publishDate format="dd/MM/yyyy"/> <skin> - <groupId>org.codelutin</groupId> - <artifactId>maven-lutin-skin</artifactId> - <version>0.2.3</version> + <groupId>org.nuiton</groupId> + <artifactId>maven-nuiton-skin</artifactId> + <version>1.0.0-alpha-1</version> </skin> <bannerLeft> @@ -27,11 +27,11 @@ </poweredBy> <body> - <links> + <!--links> <item name="Labs" href="http://labs.libre-entreprise.org"/> <item name="Nuiton" href="http://www.nuiton.org"/> <item name="${project.organization.name}" href="${project.organization.url}"/> - </links> + </links--> <menu name="Utilisateur"> <item name="Introduction" href="index.html"/>