You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2010/03/26 11:02:46 UTC

svn commit: r927754 - in /struts/struts2/trunk: archetypes/struts2-archetype-blank/src/main/resources/archetype-resources/pom.xml plugins/json/pom.xml

Author: lukaszlenart
Date: Fri Mar 26 10:02:46 2010
New Revision: 927754

URL: http://svn.apache.org/viewvc?rev=927754&view=rev
Log:
Added scope test for struts2-junit-plugin

Modified:
    struts/struts2/trunk/archetypes/struts2-archetype-blank/src/main/resources/archetype-resources/pom.xml
    struts/struts2/trunk/plugins/json/pom.xml

Modified: struts/struts2/trunk/archetypes/struts2-archetype-blank/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/archetypes/struts2-archetype-blank/src/main/resources/archetype-resources/pom.xml?rev=927754&r1=927753&r2=927754&view=diff
==============================================================================
--- struts/struts2/trunk/archetypes/struts2-archetype-blank/src/main/resources/archetype-resources/pom.xml (original)
+++ struts/struts2/trunk/archetypes/struts2-archetype-blank/src/main/resources/archetype-resources/pom.xml Fri Mar 26 10:02:46 2010
@@ -30,6 +30,7 @@
             <groupId>org.apache.struts</groupId>
             <artifactId>struts2-junit-plugin</artifactId>
             <version>${struts2.version}</version>
+            <scope>test</scope>
         </dependency>
 
         <dependency>

Modified: struts/struts2/trunk/plugins/json/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/json/pom.xml?rev=927754&r1=927753&r2=927754&view=diff
==============================================================================
--- struts/struts2/trunk/plugins/json/pom.xml (original)
+++ struts/struts2/trunk/plugins/json/pom.xml Fri Mar 26 10:02:46 2010
@@ -68,6 +68,7 @@
             <groupId>org.apache.struts</groupId>
             <artifactId>struts2-junit-plugin</artifactId>
             <version>${pom.version}</version>
+            <scope>test</scope>
         </dependency>
 
         <dependency>