[Lutinutil-commits] r1136 - maven-license-switcher-plugin/trunk
Author: tchemit Date: 2008-09-25 11:18:33 +0000 (Thu, 25 Sep 2008) New Revision: 1136 Modified: maven-license-switcher-plugin/trunk/pom.xml Log: dependance explicite vers lutinpluginutil execution du plugin sur lui-meme pour genere le third-party (cela implique un double install pour pouvoir utiliser la nouvelle version au sein du plugin) Modified: maven-license-switcher-plugin/trunk/pom.xml =================================================================== --- maven-license-switcher-plugin/trunk/pom.xml 2008-09-25 11:17:01 UTC (rev 1135) +++ maven-license-switcher-plugin/trunk/pom.xml 2008-09-25 11:18:33 UTC (rev 1136) @@ -13,7 +13,7 @@ <version>3.0</version> </parent> - <groupId>org.codelutin</groupId> + <!--groupId>org.codelutin</groupId--> <artifactId>maven-license-switcher-plugin</artifactId> <dependencies> @@ -27,10 +27,17 @@ <dependency> <groupId>org.codelutin</groupId> <artifactId>lutinprocessor</artifactId> - <version>0.14</version> + <version>0.15</version> <scope>compile</scope> </dependency> + <dependency> + <groupId>org.codelutin</groupId> + <artifactId>lutinpluginutil</artifactId> + <version>0.2</version> + <scope>compile</scope> + </dependency> + </dependencies> <!-- ************************************************************* --> @@ -41,9 +48,6 @@ <description>Plugin pour switcher de license dans un module maven 2</description> <inceptionYear>2008</inceptionYear> - <!-- BE WARE, this value must rewritten here since it will be otherwise suffixed by inheritance --> - <url>${labs.project.url}</url> - <!-- ************************************************************* --> <!-- *** Build Settings ****************************************** --> <!-- ************************************************************* --> @@ -58,19 +62,18 @@ <groupId>org.codelutin</groupId> <artifactId>maven-jrst-plugin</artifactId> <version>0.8.2</version> - <configuration> - <directoryIn>${maven.src.dir}/site</directoryIn> - <directoryOut>${maven.site.gen.dir}</directoryOut> - <verbose>${maven.verbose}</verbose> - <defaultLocale>fr</defaultLocale> - <inputEncoding>${maven.compile.encoding}</inputEncoding> - <outputEncoding>${maven.compile.encoding}</outputEncoding> - </configuration> + </plugin> + + <!-- plugin jrst --> + <plugin> + <groupId>org.codelutin</groupId> + <artifactId>maven-license-switcher-plugin</artifactId> + <version>0.2</version> <executions> <execution> - <phase>pre-site</phase> <goals> - <goal>jrst</goal> + <goal>license</goal> + <goal>third-party</goal> </goals> </execution> </executions> @@ -97,8 +100,7 @@ <scm> <connection>${maven.scm.connection}</connection> <developerConnection>${maven.scm.developerConnection}</developerConnection> - <!-- This does'nt work for viewcvs.php with stat-scm with svn conf :( - <url>${maven.scm.url}</url> --> + <url>${maven.scm.url}</url> </scm> </project>
participants (1)
-
tchemit@users.labs.libre-entreprise.org