You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by fe...@apache.org on 2011/11/18 17:04:02 UTC

svn commit: r1203710 - /james/server/trunk/pom.xml

Author: felixk
Date: Fri Nov 18 16:04:02 2011
New Revision: 1203710

URL: http://svn.apache.org/viewvc?rev=1203710&view=rev
Log:
Use SNAPSHOT parent and remove stuff introduced to make emma-plugin working.

Modified:
    james/server/trunk/pom.xml

Modified: james/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/pom.xml?rev=1203710&r1=1203709&r2=1203710&view=diff
==============================================================================
--- james/server/trunk/pom.xml (original)
+++ james/server/trunk/pom.xml Fri Nov 18 16:04:02 2011
@@ -26,7 +26,7 @@
     <parent>
         <artifactId>james-project</artifactId>
         <groupId>org.apache.james</groupId>
-        <version>1.7</version>
+        <version>1.8-SNAPSHOT</version>
         <relativePath></relativePath>
     </parent>
 
@@ -1116,24 +1116,6 @@
                     </instructions>
                 </configuration>
             </plugin>
-            <plugin>      
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>emma-maven-plugin</artifactId>
-                <inherited>true</inherited>          
-                <executions>
-                    <execution>
-                        <phase>process-classes</phase>               
-                        <goals>
-                            <goal>instrument</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-surefire-plugin</artifactId>
-                <inherited>true</inherited>
-            </plugin>
         </plugins>
     </build>
 
@@ -1148,7 +1130,4 @@
             </properties>
         </profile>
     </profiles>
-
-
-
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org