You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by li...@apache.org on 2010/09/21 15:47:46 UTC

svn commit: r999414 - /shindig/trunk/php/pom.xml

Author: lindner
Date: Tue Sep 21 13:47:46 2010
New Revision: 999414

URL: http://svn.apache.org/viewvc?rev=999414&view=rev
Log:
hudson+phpunit support

Modified:
    shindig/trunk/php/pom.xml

Modified: shindig/trunk/php/pom.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/php/pom.xml?rev=999414&r1=999413&r2=999414&view=diff
==============================================================================
--- shindig/trunk/php/pom.xml (original)
+++ shindig/trunk/php/pom.xml Tue Sep 21 13:47:46 2010
@@ -47,12 +47,14 @@
   <build>
     <plugins>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
           <workingDirectory>target</workingDirectory>
         </configuration>
       </plugin>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-antrun-plugin</artifactId>
         <dependencies>
           <dependency>