r321 - doxia-module-jrst/trunk
Author: tchemit Date: 2009-05-11 05:58:55 +0000 (Mon, 11 May 2009) New Revision: 321 Modified: doxia-module-jrst/trunk/pom.xml Log: add license-switcher-plugin Modified: doxia-module-jrst/trunk/pom.xml =================================================================== --- doxia-module-jrst/trunk/pom.xml 2009-05-11 05:57:17 UTC (rev 320) +++ doxia-module-jrst/trunk/pom.xml 2009-05-11 05:58:55 UTC (rev 321) @@ -138,4 +138,40 @@ </releases> </repository> </repositories> + + <!-- Maven Environment : profiles --> + <profiles> + <profile> + <id>release-profile</id> + <activation> + <property> + <name>performRelease</name> + <value>true</value> + </property> + </activation> + <build> + <plugins> + + + <!-- always add license and third-party files to classpath --> + <plugin> + <groupId>org.codelutin</groupId> + <artifactId>maven-license-switcher-plugin</artifactId> + <version>0.8</version> + <executions> + <execution> + <id>attach-licenses</id> + <goals> + <goal>license</goal> + <goal>third-party</goal> + </goals> + </execution> + </executions> + </plugin> + + </plugins> + + </build> + </profile> + </profiles> </project> \ No newline at end of file
participants (1)
-
tchemit@users.labs.libre-entreprise.org