Author: ozizka(a)redhat.com
Date: 2010-03-31 14:56:46 -0400 (Wed, 31 Mar 2010)
New Revision: 907
Modified:
branches/EmbJopr-1.4.0-SN-EAP5/pom.xml
Log:
POM: Added a workaround for EMBJOPR-299
Modified: branches/EmbJopr-1.4.0-SN-EAP5/pom.xml
===================================================================
--- branches/EmbJopr-1.4.0-SN-EAP5/pom.xml 2010-03-30 22:07:47 UTC (rev 906)
+++ branches/EmbJopr-1.4.0-SN-EAP5/pom.xml 2010-03-31 18:56:46 UTC (rev 907)
@@ -119,7 +119,26 @@
</dependency>
</dependencies>
</plugin>
-
+
+ <!-- Workaround for EMBJOPR-299 - no-op execution override. Remove when
fixed.s -->
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>exec-maven-plugin</artifactId>
+ <executions> <execution>
<id>generate-build-number-properties</id>
<phase>generate-resources</phase>
+ <goals><goal>exec</goal></goals>
<configuration><executable>git</executable><skip>true</skip></configuration>
+ </execution> </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>properties-maven-plugin</artifactId>
+ <executions><execution>
<id>read-build-properties</id> <phase>process-resources</phase>
+
<goals><goal>read-project-properties</goal></goals>
+ <configuration><files /></configuration>
+ </execution></executions>
+ </plugin>
+
+
+
</plugins>
</build>
Show replies by date