Author: tchemit Date: 2008-10-12 20:45:28 +0000 (Sun, 12 Oct 2008) New Revision: 1172 Modified: maven-i18n-plugin/trunk/pom.xml Log: license-switcher plugin can be in lutinpluginproject (use the license-switcher.version to make updrage on the plugin) Modified: maven-i18n-plugin/trunk/pom.xml =================================================================== --- maven-i18n-plugin/trunk/pom.xml 2008-10-12 20:43:11 UTC (rev 1171) +++ maven-i18n-plugin/trunk/pom.xml 2008-10-12 20:45:28 UTC (rev 1172) @@ -68,27 +68,6 @@ <build> <plugins> - <!-- jrst --> - <plugin> - <groupId>org.codelutin</groupId> - <artifactId>maven-jrst-plugin</artifactId> - </plugin> - - <!-- plugin license-switcher --> - <plugin> - <groupId>org.codelutin</groupId> - <artifactId>maven-license-switcher-plugin</artifactId> - <version>0.2</version> - <executions> - <execution> - <goals> - <goal>license</goal> - <goal>third-party</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> </build> @@ -113,32 +92,5 @@ <url>${maven.scm.url}</url> </scm> - <!-- Maven Environment : profiles --> - <profiles> - <profile> - <id>license</id> - <activation> - <activeByDefault>false</activeByDefault> - </activation> - <build> - <plugins> - <plugin> - <groupId>org.codelutin</groupId> - <artifactId>maven-license-switcher-plugin</artifactId> - <version>0.2</version> - <executions> - <execution> - <goals> - <goal>switch</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> - </profile> - </profiles> - - </project>