You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by an...@apache.org on 2010/01/22 14:38:37 UTC

svn commit: r902081 - /cayenne/main/trunk/framework/cayenne-modeler/pom.xml

Author: andrey
Date: Fri Jan 22 13:38:37 2010
New Revision: 902081

URL: http://svn.apache.org/viewvc?rev=902081&view=rev
Log:
skipping clover for modeler

Modified:
    cayenne/main/trunk/framework/cayenne-modeler/pom.xml

Modified: cayenne/main/trunk/framework/cayenne-modeler/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/framework/cayenne-modeler/pom.xml?rev=902081&r1=902080&r2=902081&view=diff
==============================================================================
--- cayenne/main/trunk/framework/cayenne-modeler/pom.xml (original)
+++ cayenne/main/trunk/framework/cayenne-modeler/pom.xml Fri Jan 22 13:38:37 2010
@@ -171,18 +171,29 @@
 				</configuration>
 			</plugin>
 			<plugin>
-                                <groupId>org.apache.maven.plugins</groupId>
-                                <artifactId>maven-source-plugin</artifactId>
-                                <executions>
-                                        <execution>
-                                                <id>bundle-source-jar</id>
-                                                <phase>package</phase>
-                                                <goals>
-                                                        <goal>jar</goal>
-                                                </goals>
-                                        </execution>
-                                </executions>
-                        </plugin>
+            	<groupId>org.apache.maven.plugins</groupId>
+            	<artifactId>maven-source-plugin</artifactId>
+            	<executions>
+            		<execution>
+                		<id>bundle-source-jar</id>
+						<phase>package</phase>
+                     	<goals>
+                          	<goal>jar</goal>
+						</goals>
+					</execution>
+            	</executions>
+            </plugin>
+            <plugin>
+				<groupId>com.atlassian.maven.plugins</groupId>
+				<artifactId>maven-clover2-plugin</artifactId>
+				
+				<!-- This is a hack to skip plugin for modeler. <skip>true</skip> just does not work -->
+				<executions>
+            		<execution id="default-cli">
+                		<phase></phase>
+					</execution>
+            	</executions>
+			</plugin>
 		</plugins>
 
 	</build>