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

svn commit: r392682 - in /struts/action/trunk: assembly/pom.xml core/pom.xml el/pom.xml extras/pom.xml faces/pom.xml mailreader-dao/pom.xml scripting/pom.xml taglib/pom.xml

Author: wsmoak
Date: Sat Apr  8 23:37:08 2006
New Revision: 392682

URL: http://svn.apache.org/viewcvs?rev=392682&view=rev
Log:
Correction to r392681: enabling the profile does not generate the assembly.
Rename the 'generate-assembly' profile to 'pre-assembly' to more accurately describe its purpose.

Modified:
    struts/action/trunk/assembly/pom.xml
    struts/action/trunk/core/pom.xml
    struts/action/trunk/el/pom.xml
    struts/action/trunk/extras/pom.xml
    struts/action/trunk/faces/pom.xml
    struts/action/trunk/mailreader-dao/pom.xml
    struts/action/trunk/scripting/pom.xml
    struts/action/trunk/taglib/pom.xml

Modified: struts/action/trunk/assembly/pom.xml
URL: http://svn.apache.org/viewcvs/struts/action/trunk/assembly/pom.xml?rev=392682&r1=392681&r2=392682&view=diff
==============================================================================
--- struts/action/trunk/assembly/pom.xml (original)
+++ struts/action/trunk/assembly/pom.xml Sat Apr  8 23:37:08 2006
@@ -55,7 +55,7 @@
   
   <profiles>
   <profile>
-  <id>generate-assembly</id>
+  <id>pre-assembly</id>
   <build>
     <plugins>
        <plugin>
@@ -190,7 +190,13 @@
           </execution>
         </executions>
       </plugin>
+    </plugins>
+  </build>
+  </profile>
+  </profiles>
 
+  <build>
+    <plugins>
       <plugin>
         <artifactId>maven-assembly-plugin</artifactId>
         <version>2.0.1</version>
@@ -206,10 +212,7 @@
         </configuration>
       </plugin>
     </plugins>
-
   </build>
-  </profile>
-  </profiles>
 
   <dependencies>
 

Modified: struts/action/trunk/core/pom.xml
URL: http://svn.apache.org/viewcvs/struts/action/trunk/core/pom.xml?rev=392682&r1=392681&r2=392682&view=diff
==============================================================================
--- struts/action/trunk/core/pom.xml (original)
+++ struts/action/trunk/core/pom.xml Sat Apr  8 23:37:08 2006
@@ -117,7 +117,7 @@
         
      <profiles>
        <profile>
-        <id>generate-assembly</id>
+        <id>pre-assembly</id>
         <build>
         <plugins>
           <plugin>

Modified: struts/action/trunk/el/pom.xml
URL: http://svn.apache.org/viewcvs/struts/action/trunk/el/pom.xml?rev=392682&r1=392681&r2=392682&view=diff
==============================================================================
--- struts/action/trunk/el/pom.xml (original)
+++ struts/action/trunk/el/pom.xml Sat Apr  8 23:37:08 2006
@@ -142,7 +142,7 @@
 
     <profiles>
        <profile>
-        <id>generate-assembly</id>
+        <id>pre-assembly</id>
         <build>
         <plugins>
           <plugin>

Modified: struts/action/trunk/extras/pom.xml
URL: http://svn.apache.org/viewcvs/struts/action/trunk/extras/pom.xml?rev=392682&r1=392681&r2=392682&view=diff
==============================================================================
--- struts/action/trunk/extras/pom.xml (original)
+++ struts/action/trunk/extras/pom.xml Sat Apr  8 23:37:08 2006
@@ -97,7 +97,7 @@
 
      <profiles>
        <profile>
-        <id>generate-assembly</id>
+        <id>pre-assembly</id>
         <build>
         <plugins>
           <plugin>

Modified: struts/action/trunk/faces/pom.xml
URL: http://svn.apache.org/viewcvs/struts/action/trunk/faces/pom.xml?rev=392682&r1=392681&r2=392682&view=diff
==============================================================================
--- struts/action/trunk/faces/pom.xml (original)
+++ struts/action/trunk/faces/pom.xml Sat Apr  8 23:37:08 2006
@@ -136,7 +136,7 @@
    -->
      <profiles>
        <profile>
-        <id>generate-assembly</id>
+        <id>pre-assembly</id>
         <build>
         <plugins>
           <plugin>

Modified: struts/action/trunk/mailreader-dao/pom.xml
URL: http://svn.apache.org/viewcvs/struts/action/trunk/mailreader-dao/pom.xml?rev=392682&r1=392681&r2=392682&view=diff
==============================================================================
--- struts/action/trunk/mailreader-dao/pom.xml (original)
+++ struts/action/trunk/mailreader-dao/pom.xml Sat Apr  8 23:37:08 2006
@@ -121,7 +121,7 @@
    -->
      <profiles>
        <profile>
-        <id>generate-assembly</id>
+        <id>pre-assembly</id>
         <build>
         <plugins>
           <plugin>

Modified: struts/action/trunk/scripting/pom.xml
URL: http://svn.apache.org/viewcvs/struts/action/trunk/scripting/pom.xml?rev=392682&r1=392681&r2=392682&view=diff
==============================================================================
--- struts/action/trunk/scripting/pom.xml (original)
+++ struts/action/trunk/scripting/pom.xml Sat Apr  8 23:37:08 2006
@@ -132,7 +132,7 @@
 
      <profiles>
        <profile>
-        <id>generate-assembly</id>
+        <id>pre-assembly</id>
         <build>
         <plugins>
           <plugin>

Modified: struts/action/trunk/taglib/pom.xml
URL: http://svn.apache.org/viewcvs/struts/action/trunk/taglib/pom.xml?rev=392682&r1=392681&r2=392682&view=diff
==============================================================================
--- struts/action/trunk/taglib/pom.xml (original)
+++ struts/action/trunk/taglib/pom.xml Sat Apr  8 23:37:08 2006
@@ -123,7 +123,7 @@
 
      <profiles>
        <profile>
-        <id>generate-assembly</id>
+        <id>pre-assembly</id>
         <build>
         <plugins>
           <plugin>



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