You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by at...@apache.org on 2008/03/19 01:10:22 UTC

svn commit: r638651 - in /portals/jetspeed-2/portal/trunk: ./ applications/jetspeed-demo/ applications/jetspeed/ components/jetspeed-capability/ components/jetspeed-deploy-tools/ components/jetspeed-page-manager/ components/jetspeed-portal/ components/...

Author: ate
Date: Tue Mar 18 17:10:20 2008
New Revision: 638651

URL: http://svn.apache.org/viewvc?rev=638651&view=rev
Log:
More plugin and pom updates

Modified:
    portals/jetspeed-2/portal/trunk/applications/jetspeed-demo/pom.xml
    portals/jetspeed-2/portal/trunk/applications/jetspeed/pom.xml
    portals/jetspeed-2/portal/trunk/components/jetspeed-capability/pom.xml
    portals/jetspeed-2/portal/trunk/components/jetspeed-deploy-tools/pom.xml
    portals/jetspeed-2/portal/trunk/components/jetspeed-page-manager/pom.xml
    portals/jetspeed-2/portal/trunk/components/jetspeed-portal/pom.xml
    portals/jetspeed-2/portal/trunk/components/jetspeed-prefs/pom.xml
    portals/jetspeed-2/portal/trunk/components/jetspeed-profiler/pom.xml
    portals/jetspeed-2/portal/trunk/components/jetspeed-registry/pom.xml
    portals/jetspeed-2/portal/trunk/components/jetspeed-security/pom.xml
    portals/jetspeed-2/portal/trunk/components/jetspeed-sso/pom.xml
    portals/jetspeed-2/portal/trunk/components/jetspeed-statistics/pom.xml
    portals/jetspeed-2/portal/trunk/maven/jetspeed-unpack-maven-plugin/pom.xml
    portals/jetspeed-2/portal/trunk/maven/jetspeed-unpack-maven-plugin/src/main/java/org/apache/jetspeed/maven/plugins/UnpackMojo.java
    portals/jetspeed-2/portal/trunk/maven/pom.xml
    portals/jetspeed-2/portal/trunk/pom.xml

Modified: portals/jetspeed-2/portal/trunk/applications/jetspeed-demo/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/applications/jetspeed-demo/pom.xml?rev=638651&r1=638650&r2=638651&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/applications/jetspeed-demo/pom.xml (original)
+++ portals/jetspeed-2/portal/trunk/applications/jetspeed-demo/pom.xml Tue Mar 18 17:10:20 2008
@@ -49,7 +49,7 @@
     <plugins>
       <plugin>
         <groupId>${pom.groupId}</groupId>
-        <artifactId>jetspeed-build-maven-plugin</artifactId>
+        <artifactId>jetspeed-unpack-maven-plugin</artifactId>
         <version>${pom.version}</version>
         <executions>
           <execution>

Modified: portals/jetspeed-2/portal/trunk/applications/jetspeed/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/applications/jetspeed/pom.xml?rev=638651&r1=638650&r2=638651&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/applications/jetspeed/pom.xml (original)
+++ portals/jetspeed-2/portal/trunk/applications/jetspeed/pom.xml Tue Mar 18 17:10:20 2008
@@ -196,7 +196,7 @@
       </plugin>
       <plugin>
         <groupId>${pom.groupId}</groupId>
-        <artifactId>jetspeed-build-maven-plugin</artifactId>
+        <artifactId>jetspeed-unpack-maven-plugin</artifactId>
         <version>${pom.version}</version>
         <executions>
           <execution>
@@ -224,7 +224,7 @@
                 <targetDirectory>${project.build.directory}/${project.build.finalName}/WEB-INF</targetDirectory>
                 <resources>
                   <resource>
-                    <path>webapp/WEB-INF/assembly</path>
+                    <path>assembly</path>
                     <destination>assembly</destination>
                   </resource>
                   <resource>

Modified: portals/jetspeed-2/portal/trunk/components/jetspeed-capability/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/components/jetspeed-capability/pom.xml?rev=638651&r1=638650&r2=638651&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/components/jetspeed-capability/pom.xml (original)
+++ portals/jetspeed-2/portal/trunk/components/jetspeed-capability/pom.xml Tue Mar 18 17:10:20 2008
@@ -73,7 +73,7 @@
     <plugins>
       <plugin>
         <groupId>${pom.groupId}</groupId>
-        <artifactId>jetspeed-build-maven-plugin</artifactId>
+        <artifactId>jetspeed-unpack-maven-plugin</artifactId>
         <version>${pom.version}</version>
         <executions>
           <execution>
@@ -88,7 +88,7 @@
                  <targetDirectory>${project.build.testOutputDirectory}</targetDirectory>
                    <resources>
                        <resource>
-                           <path>webapp/WEB-INF/assembly</path>
+                           <path>assembly</path>
                            <include>capabilities.xml,transaction.xml</include>
                        </resource>
                        <resource>

Modified: portals/jetspeed-2/portal/trunk/components/jetspeed-deploy-tools/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/components/jetspeed-deploy-tools/pom.xml?rev=638651&r1=638650&r2=638651&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/components/jetspeed-deploy-tools/pom.xml (original)
+++ portals/jetspeed-2/portal/trunk/components/jetspeed-deploy-tools/pom.xml Tue Mar 18 17:10:20 2008
@@ -70,7 +70,7 @@
     <plugins>
       <plugin>
         <groupId>${pom.groupId}</groupId>
-        <artifactId>jetspeed-build-maven-plugin</artifactId>
+        <artifactId>jetspeed-unpack-maven-plugin</artifactId>
         <version>${pom.version}</version>
         <executions>
           <execution>

Modified: portals/jetspeed-2/portal/trunk/components/jetspeed-page-manager/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/components/jetspeed-page-manager/pom.xml?rev=638651&r1=638650&r2=638651&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/components/jetspeed-page-manager/pom.xml (original)
+++ portals/jetspeed-2/portal/trunk/components/jetspeed-page-manager/pom.xml Tue Mar 18 17:10:20 2008
@@ -139,7 +139,7 @@
             </plugin>
             <plugin>
                 <groupId>${pom.groupId}</groupId>
-                <artifactId>jetspeed-build-maven-plugin</artifactId>
+                <artifactId>jetspeed-unpack-maven-plugin</artifactId>
                 <version>${pom.version}</version>
                 <executions>
                     <execution>
@@ -158,7 +158,7 @@
                                         <destination>webapp/WEB-INF/pages</destination>
                                     </resource>
                                     <resource>
-                                        <path>webapp/WEB-INF/assembly</path>
+                                        <path>assembly</path>
                                         <include>transaction.xml</include>
                                         <destination>test-classes</destination>
                                     </resource>

Modified: portals/jetspeed-2/portal/trunk/components/jetspeed-portal/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/components/jetspeed-portal/pom.xml?rev=638651&r1=638650&r2=638651&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/components/jetspeed-portal/pom.xml (original)
+++ portals/jetspeed-2/portal/trunk/components/jetspeed-portal/pom.xml Tue Mar 18 17:10:20 2008
@@ -252,7 +252,7 @@
             </plugin>
             <plugin>
                 <groupId>${pom.groupId}</groupId>
-                <artifactId>jetspeed-build-maven-plugin</artifactId>
+                <artifactId>jetspeed-unpack-maven-plugin</artifactId>
                 <version>${pom.version}</version>
                 <executions>
                     <execution>
@@ -267,7 +267,7 @@
                                 <targetDirectory>${project.build.testOutputDirectory}</targetDirectory>
                                 <resources>
                                     <resource>
-                                        <path>webapp/WEB-INF/assembly</path>
+                                        <path>assembly</path>
                                     </resource>
                                     <resource>
                                         <path>db-ojb</path>

Modified: portals/jetspeed-2/portal/trunk/components/jetspeed-prefs/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/components/jetspeed-prefs/pom.xml?rev=638651&r1=638650&r2=638651&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/components/jetspeed-prefs/pom.xml (original)
+++ portals/jetspeed-2/portal/trunk/components/jetspeed-prefs/pom.xml Tue Mar 18 17:10:20 2008
@@ -85,7 +85,7 @@
         <plugins>
             <plugin>
                 <groupId>${pom.groupId}</groupId>
-                <artifactId>jetspeed-build-maven-plugin</artifactId>
+                <artifactId>jetspeed-unpack-maven-plugin</artifactId>
                 <version>${pom.version}</version>
                 <executions>
                     <execution>
@@ -100,7 +100,7 @@
                                 <targetDirectory>${project.build.testOutputDirectory}</targetDirectory>
                                 <resources>
                                     <resource>
-                                        <path>webapp/WEB-INF/assembly</path>
+                                        <path>assembly</path>
                                         <include>prefs.xml,transaction.xml,cache.xml</include>
                                     </resource>
                                     <resource>

Modified: portals/jetspeed-2/portal/trunk/components/jetspeed-profiler/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/components/jetspeed-profiler/pom.xml?rev=638651&r1=638650&r2=638651&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/components/jetspeed-profiler/pom.xml (original)
+++ portals/jetspeed-2/portal/trunk/components/jetspeed-profiler/pom.xml Tue Mar 18 17:10:20 2008
@@ -97,7 +97,7 @@
         <plugins>
             <plugin>
                 <groupId>${pom.groupId}</groupId>
-                <artifactId>jetspeed-build-maven-plugin</artifactId>
+                <artifactId>jetspeed-unpack-maven-plugin</artifactId>
                 <version>${pom.version}</version>
                 <executions>
                     <execution>
@@ -112,7 +112,7 @@
                                 <targetDirectory>${project.build.testOutputDirectory}</targetDirectory>
                                 <resources>
                                     <resource>
-                                        <path>webapp/WEB-INF/assembly</path>
+                                        <path>assembly</path>
                                         <include>profiler.xml,transaction.xml,security-*.xml</include>
                                     </resource>
                                     <resource>

Modified: portals/jetspeed-2/portal/trunk/components/jetspeed-registry/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/components/jetspeed-registry/pom.xml?rev=638651&r1=638650&r2=638651&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/components/jetspeed-registry/pom.xml (original)
+++ portals/jetspeed-2/portal/trunk/components/jetspeed-registry/pom.xml Tue Mar 18 17:10:20 2008
@@ -140,7 +140,7 @@
             </plugin>
             <plugin>
                 <groupId>${pom.groupId}</groupId>
-                <artifactId>jetspeed-build-maven-plugin</artifactId>
+                <artifactId>jetspeed-unpack-maven-plugin</artifactId>
                 <version>${pom.version}</version>
                 <executions>
                     <execution>
@@ -155,7 +155,7 @@
                                 <targetDirectory>${project.build.testOutputDirectory}</targetDirectory>
                                 <resources>
                                     <resource>
-                                        <path>webapp/WEB-INF/assembly</path>
+                                        <path>assembly</path>
                                         <include>prefs.xml,transaction.xml,cache.xml</include>
                                     </resource>
                                     <resource>

Modified: portals/jetspeed-2/portal/trunk/components/jetspeed-security/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/components/jetspeed-security/pom.xml?rev=638651&r1=638650&r2=638651&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/components/jetspeed-security/pom.xml (original)
+++ portals/jetspeed-2/portal/trunk/components/jetspeed-security/pom.xml Tue Mar 18 17:10:20 2008
@@ -122,7 +122,7 @@
             </plugin>
             <plugin>
                 <groupId>${pom.groupId}</groupId>
-                <artifactId>jetspeed-build-maven-plugin</artifactId>
+                <artifactId>jetspeed-unpack-maven-plugin</artifactId>
                 <version>${pom.version}</version>
                 <executions>
                     <execution>
@@ -137,7 +137,7 @@
                                 <targetDirectory>${project.build.testOutputDirectory}</targetDirectory>
                                 <resources>
                                     <resource>
-                                        <path>webapp/WEB-INF/assembly</path>
+                                        <path>assembly</path>
                                         <include>prefs.xml,transaction.xml,cache.xml,security-*.xml</include>
                                     </resource>
                                     <resource>

Modified: portals/jetspeed-2/portal/trunk/components/jetspeed-sso/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/components/jetspeed-sso/pom.xml?rev=638651&r1=638650&r2=638651&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/components/jetspeed-sso/pom.xml (original)
+++ portals/jetspeed-2/portal/trunk/components/jetspeed-sso/pom.xml Tue Mar 18 17:10:20 2008
@@ -87,7 +87,7 @@
         <plugins>
             <plugin>
                 <groupId>${pom.groupId}</groupId>
-                <artifactId>jetspeed-build-maven-plugin</artifactId>
+                <artifactId>jetspeed-unpack-maven-plugin</artifactId>
                 <version>${pom.version}</version>
                 <executions>
                     <execution>
@@ -102,7 +102,7 @@
                                 <targetDirectory>${project.build.testOutputDirectory}</targetDirectory>
                                 <resources>
                                     <resource>
-                                        <path>webapp/WEB-INF/assembly</path>
+                                        <path>assembly</path>
                                         <include>prefs.xml,sso.xml,transaction.xml,cache.xml,security-*.xml</include>
                                     </resource>
                                     <resource>

Modified: portals/jetspeed-2/portal/trunk/components/jetspeed-statistics/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/components/jetspeed-statistics/pom.xml?rev=638651&r1=638650&r2=638651&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/components/jetspeed-statistics/pom.xml (original)
+++ portals/jetspeed-2/portal/trunk/components/jetspeed-statistics/pom.xml Tue Mar 18 17:10:20 2008
@@ -96,7 +96,7 @@
         <plugins>
             <plugin>
                 <groupId>${pom.groupId}</groupId>
-                <artifactId>jetspeed-build-maven-plugin</artifactId>
+                <artifactId>jetspeed-unpack-maven-plugin</artifactId>
                 <version>${pom.version}</version>
                 <executions>
                     <execution>
@@ -111,7 +111,7 @@
                                 <targetDirectory>${project.build.testOutputDirectory}</targetDirectory>
                                 <resources>
                                     <resource>
-                                        <path>webapp/WEB-INF/assembly</path>
+                                        <path>assembly</path>
                                         <include>statistics.xml,transaction.xml</include>
                                     </resource>
                                     <resource>

Modified: portals/jetspeed-2/portal/trunk/maven/jetspeed-unpack-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/maven/jetspeed-unpack-maven-plugin/pom.xml?rev=638651&r1=638650&r2=638651&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/maven/jetspeed-unpack-maven-plugin/pom.xml (original)
+++ portals/jetspeed-2/portal/trunk/maven/jetspeed-unpack-maven-plugin/pom.xml Tue Mar 18 17:10:20 2008
@@ -25,9 +25,9 @@
     <maven>2.0.7</maven>
   </prerequisites>
 
-  <artifactId>jetspeed-build-maven-plugin</artifactId>
-  <name>Jetspeed 2 Build Maven Plugin</name>
-  <description>Jetspeed 2 Build Maven Plugin</description>
+  <artifactId>jetspeed-unpack-maven-plugin</artifactId>
+  <name>Jetspeed 2 Unpack Maven Plugin</name>
+  <description>Jetspeed 2 Unpack Maven Plugin</description>
   <parent>
     <groupId>org.apache.portals.jetspeed-2</groupId>
     <artifactId>maven</artifactId>
@@ -56,7 +56,7 @@
       <plugin>
         <artifactId>maven-plugin-plugin</artifactId>        
         <configuration>
-          <goalPrefix>jetspeed-build</goalPrefix>
+          <goalPrefix>jetspeed-unpack</goalPrefix>
         </configuration>
       </plugin>
     </plugins>

Modified: portals/jetspeed-2/portal/trunk/maven/jetspeed-unpack-maven-plugin/src/main/java/org/apache/jetspeed/maven/plugins/UnpackMojo.java
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/maven/jetspeed-unpack-maven-plugin/src/main/java/org/apache/jetspeed/maven/plugins/UnpackMojo.java?rev=638651&r1=638650&r2=638651&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/maven/jetspeed-unpack-maven-plugin/src/main/java/org/apache/jetspeed/maven/plugins/UnpackMojo.java (original)
+++ portals/jetspeed-2/portal/trunk/maven/jetspeed-unpack-maven-plugin/src/main/java/org/apache/jetspeed/maven/plugins/UnpackMojo.java Tue Mar 18 17:10:20 2008
@@ -26,7 +26,7 @@
 import org.apache.maven.project.MavenProject;
 
 /**
- * UnpackResourcesMojo provides extracting specific folders within a (remote) resource bundle jar to specific output folders.
+ * UnpackMojo provides extracting specific folders within a (remote) resource jar to specific output folders.
  * 
  * @version $Id$
  * @goal unpack

Modified: portals/jetspeed-2/portal/trunk/maven/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/maven/pom.xml?rev=638651&r1=638650&r2=638651&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/maven/pom.xml (original)
+++ portals/jetspeed-2/portal/trunk/maven/pom.xml Tue Mar 18 17:10:20 2008
@@ -37,7 +37,7 @@
 
     <modules>
         <module>jetspeed-maven-utils</module>
-        <module>jetspeed-build-maven-plugin</module>        
+        <module>jetspeed-unpack-maven-plugin</module>        
         <module>jetspeed-deploy-maven-plugin</module>
         <module>jetspeed-db-maven-plugin</module>
     </modules>

Modified: portals/jetspeed-2/portal/trunk/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/pom.xml?rev=638651&r1=638650&r2=638651&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/pom.xml (original)
+++ portals/jetspeed-2/portal/trunk/pom.xml Tue Mar 18 17:10:20 2008
@@ -1215,7 +1215,7 @@
                defining it as default provided dependency in pluginManagement.
           -->
           <groupId>${pom.groupId}</groupId>
-          <artifactId>jetspeed-build-maven-plugin</artifactId>
+          <artifactId>jetspeed-unpack-maven-plugin</artifactId>
           <version>${pom.version}</version>
           <dependencies>
             <dependency>



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