Author: vkumar
Date: Fri May 15 15:35:35 2009
New Revision: 775193

URL: http://svn.apache.org/viewvc?rev=775193&view=rev
Log:
final commit configuration for assembly plugin in multi-module project

Modified:
    portals/applications/dbbrowser/trunk/dbbrowser-jar/pom.xml
    portals/applications/dbbrowser/trunk/dbbrowser-war/pom.xml
    portals/applications/dbbrowser/trunk/pom.xml

Modified: portals/applications/dbbrowser/trunk/dbbrowser-jar/pom.xml
URL: 
http://svn.apache.org/viewvc/portals/applications/dbbrowser/trunk/dbbrowser-jar/pom.xml?rev=775193&r1=775192&r2=775193&view=diff
==============================================================================
--- portals/applications/dbbrowser/trunk/dbbrowser-jar/pom.xml (original)
+++ portals/applications/dbbrowser/trunk/dbbrowser-jar/pom.xml Fri May 15 
15:35:35 2009
@@ -34,7 +34,7 @@
   <!-- Dependencies -->
 
   <properties>
-     <portals.portlet2-api-spec.version>1.0</portals.portlet2-api-spec.version>
+    <portals.portlet2-api-spec.version>1.0</portals.portlet2-api-spec.version>
     
<org.apache.portals.bridges.common.version>1.0.4</org.apache.portals.bridges.common.version>
     
<org.apache.portals.bridges.velocity.version>1.0.4</org.apache.portals.bridges.velocity.version>
     <slf4j.version>1.5.6</slf4j.version>
@@ -115,4 +115,17 @@
       <version>${slf4j.version}</version>
     </dependency>
   </dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <!-- only include this in top level project poms -->
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-assembly-plugin</artifactId>
+        <configuration>
+          <skipAssembly>true</skipAssembly>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
 </project>

Modified: portals/applications/dbbrowser/trunk/dbbrowser-war/pom.xml
URL: 
http://svn.apache.org/viewvc/portals/applications/dbbrowser/trunk/dbbrowser-war/pom.xml?rev=775193&r1=775192&r2=775193&view=diff
==============================================================================
--- portals/applications/dbbrowser/trunk/dbbrowser-war/pom.xml (original)
+++ portals/applications/dbbrowser/trunk/dbbrowser-war/pom.xml Fri May 15 
15:35:35 2009
@@ -73,6 +73,14 @@
 
      <plugins>
       <plugin>
+        <!-- only include this in top level project poms -->
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-assembly-plugin</artifactId>
+        <configuration>
+          <skipAssembly>true</skipAssembly>
+        </configuration>
+      </plugin>     
+      <plugin>
         <!-- workaround for war processing of m-r-r-plugin causing the 
generated NOTICE and LICENSE file to be put under WEB-INF/classes/META-INF -->
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-remote-resources-plugin</artifactId>

Modified: portals/applications/dbbrowser/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/portals/applications/dbbrowser/trunk/pom.xml?rev=775193&r1=775192&r2=775193&view=diff
==============================================================================
--- portals/applications/dbbrowser/trunk/pom.xml (original)
+++ portals/applications/dbbrowser/trunk/pom.xml Fri May 15 15:35:35 2009
@@ -65,20 +65,6 @@
             <!-- only include this in top level project poms -->
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-assembly-plugin</artifactId>
-            <configuration>
-              <descriptorRefs>
-                <descriptorRef>project</descriptorRef>
-              </descriptorRefs>              
-            </configuration>
-           <executions>
-            <execution>
-              <id>make-project-assembly-source-release</id>
-              <phase>generate-sources</phase>
-              <goals>
-                <goal>single</goal>
-              </goals>
-            </execution>
-          </executions>            
           </plugin>
         </plugins>
       </build>


Reply via email to