Author: tchemit Date: 2008-08-24 08:00:24 +0000 (Sun, 24 Aug 2008) New Revision: 125 Modified: trunk/lutinproject/pom.xml Log: integration du goal license-switcher:switch dans le cycle de build. Il faut activer le profile license pour lancer ce goal (-Plicense) qui lance directement le goal switch Modified: trunk/lutinproject/pom.xml =================================================================== --- trunk/lutinproject/pom.xml 2008-08-18 22:15:19 UTC (rev 124) +++ trunk/lutinproject/pom.xml 2008-08-24 08:00:24 UTC (rev 125) @@ -361,7 +361,6 @@ <goals> <goal>license</goal> <goal>third-party</goal> - <goal>switch</goal> </goals> </execution> </executions> @@ -811,8 +810,24 @@ <activation> <activeByDefault>false</activeByDefault> </activation> + <build> + <plugins> + <plugin> + <groupId>org.codelutin.plugin</groupId> + <artifactId>maven-license-switcher-plugin</artifactId> + <version>0.1</version> + <executions> + <execution> + <goals> + <goal>switch</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> + </build> <properties> - <license-switcher.doSwitch>true</license-switcher.doSwitch> + <license-switcher.doSwitch>true</license-switcher.doSwitch> </properties> </profile> </profiles>