[Lutinutil-commits] r1137 - maven-license-switcher-plugin/trunk
Author: tchemit Date: 2008-09-25 11:26:34 +0000 (Thu, 25 Sep 2008) New Revision: 1137 Modified: maven-license-switcher-plugin/trunk/pom.xml Log: ajout du profile license pour pouvoir mettre a jour les entete des fichiers sources Modified: maven-license-switcher-plugin/trunk/pom.xml =================================================================== --- maven-license-switcher-plugin/trunk/pom.xml 2008-09-25 11:18:33 UTC (rev 1136) +++ maven-license-switcher-plugin/trunk/pom.xml 2008-09-25 11:26:34 UTC (rev 1137) @@ -103,4 +103,30 @@ <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>
participants (1)
-
tchemit@users.labs.libre-entreprise.org