Author: tchemit Date: 2008-10-12 22:46:27 +0000 (Sun, 12 Oct 2008) New Revision: 1189 Modified: maven-license-switcher-plugin/trunk/pom.xml Log: remove unsued code Modified: maven-license-switcher-plugin/trunk/pom.xml =================================================================== --- maven-license-switcher-plugin/trunk/pom.xml 2008-10-12 22:23:21 UTC (rev 1188) +++ maven-license-switcher-plugin/trunk/pom.xml 2008-10-12 22:46:27 UTC (rev 1189) @@ -55,29 +55,6 @@ <build> <plugins> - - <!-- plugin jrst --> - <plugin> - <groupId>org.codelutin</groupId> - <artifactId>maven-jrst-plugin</artifactId> - <!--version>0.8.2</version--> - </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--> - <plugin> <artifactId>maven-antrun-plugin</artifactId> <executions> @@ -124,31 +101,5 @@ <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/lutinutil/maven-license-switcher-plugin/tags/0.3</developerConnection> <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/maven-license-switcher-plugin/tags/0.3?root=lutinutil</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>