[Lutinbuilder-commits] r314 - lutinpluginproject/trunk lutinproject/trunk
Author: tchemit Date: 2009-01-28 12:09:59 +0000 (Wed, 28 Jan 2009) New Revision: 314 Modified: lutinpluginproject/trunk/pom.xml lutinproject/trunk/pom.xml Log: suppression du profile not-release-profile sinon il est ajout?\195?\169 lors d'une release et on fait 2 fois les sources... Modified: lutinpluginproject/trunk/pom.xml =================================================================== --- lutinpluginproject/trunk/pom.xml 2009-01-28 12:08:54 UTC (rev 313) +++ lutinpluginproject/trunk/pom.xml 2009-01-28 12:09:59 UTC (rev 314) @@ -956,29 +956,7 @@ </plugins> </build> - </profile> - <profile> - <id>not-release-profile</id> - <activation> - <property> - <name>performRelease</name> - <value>!true</value> - </property> - </activation> - <build> - <plugins> - <!-- always compute source jar --> - <plugin> - <artifactId>maven-source-plugin</artifactId> - <executions> - <execution> - <id>attach-sources</id> - </execution> - </executions> - </plugin> - </plugins> - </build> - </profile> + </profile> <!-- profile to fix site url only for the pom --> <!-- big hack : test the existance of a rst file to know if we are reaaly in the plugin ? --> <!--profile> Modified: lutinproject/trunk/pom.xml =================================================================== --- lutinproject/trunk/pom.xml 2009-01-28 12:08:54 UTC (rev 313) +++ lutinproject/trunk/pom.xml 2009-01-28 12:09:59 UTC (rev 314) @@ -1005,29 +1005,7 @@ </plugins> </build> - </profile> - <profile> - <id>not-release-profile</id> - <activation> - <property> - <name>performRelease</name> - <value>!true</value> - </property> - </activation> - <build> - <plugins> - <!-- always compute source jar --> - <plugin> - <artifactId>maven-source-plugin</artifactId> - <executions> - <execution> - <id>attach-sources</id> - </execution> - </executions> - </plugin> - </plugins> - </build> - </profile> + </profile> <!-- profile to fix site url only for the pom --> <!-- big hack : test the existance of a rst file to know if we are reaaly in the plugin ? --> <!--profile>
participants (1)
-
tchemit@users.labs.libre-entreprise.org