You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by jm...@apache.org on 2006/04/28 03:10:51 UTC

svn commit: r397700 - in /struts/action/trunk: core/pom.xml el/pom.xml extras/pom.xml

Author: jmitchell
Date: Thu Apr 27 18:10:50 2006
New Revision: 397700

URL: http://svn.apache.org/viewcvs?rev=397700&view=rev
Log:
making action1 src consistent

Modified:
    struts/action/trunk/core/pom.xml
    struts/action/trunk/el/pom.xml
    struts/action/trunk/extras/pom.xml

Modified: struts/action/trunk/core/pom.xml
URL: http://svn.apache.org/viewcvs/struts/action/trunk/core/pom.xml?rev=397700&r1=397699&r2=397700&view=diff
==============================================================================
--- struts/action/trunk/core/pom.xml (original)
+++ struts/action/trunk/core/pom.xml Thu Apr 27 18:10:50 2006
@@ -52,6 +52,9 @@
     <build>
         <resources>
             <resource>
+                <directory>src/main/resources</directory>
+            </resource>
+            <resource>
                 <directory>src/main/java</directory>
                 <includes>
                     <include>**/*.properties</include>

Modified: struts/action/trunk/el/pom.xml
URL: http://svn.apache.org/viewcvs/struts/action/trunk/el/pom.xml?rev=397700&r1=397699&r2=397700&view=diff
==============================================================================
--- struts/action/trunk/el/pom.xml (original)
+++ struts/action/trunk/el/pom.xml Thu Apr 27 18:10:50 2006
@@ -43,24 +43,6 @@
       </site>
    </distributionManagement>
 
-   <build>
-      <pluginManagement>
-         <plugins>
-            <!-- all tests in src/test are for Cactus, not plain JUnit -->
-            <plugin>
-               <groupId>org.apache.maven.plugins</groupId>
-               <artifactId>maven-surefire-plugin</artifactId>
-               <configuration>
-                  <excludes>
-                     <exclude>**/*.java</exclude>
-                  </excludes>
-               </configuration>
-            </plugin>
-         </plugins>
-      </pluginManagement>
-
-   </build>
-
    <dependencies>
 
       <dependency>

Modified: struts/action/trunk/extras/pom.xml
URL: http://svn.apache.org/viewcvs/struts/action/trunk/extras/pom.xml?rev=397700&r1=397699&r2=397700&view=diff
==============================================================================
--- struts/action/trunk/extras/pom.xml (original)
+++ struts/action/trunk/extras/pom.xml Thu Apr 27 18:10:50 2006
@@ -44,7 +44,6 @@
    </distributionManagement>
 
    <build>
-
       <resources>
          <resource>
             <directory>src/main/java</directory>
@@ -53,9 +52,6 @@
             </includes>
          </resource>
       </resources>
-
-      <testResources/>
-
    </build>
 
    <dependencies>



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