You are viewing a plain text version of this content. The canonical link for it is here.
Posted to portalapps-dev@portals.apache.org by vk...@apache.org on 2009/05/15 17:02:48 UTC

svn commit: r775175 - /portals/applications/dbbrowser/trunk/pom.xml

Author: vkumar
Date: Fri May 15 15:02:47 2009
New Revision: 775175

URL: http://svn.apache.org/viewvc?rev=775175&view=rev
Log:
Trying assembly plugin for multi-module project

Modified:
    portals/applications/dbbrowser/trunk/pom.xml

Modified: portals/applications/dbbrowser/trunk/pom.xml
URL: http://svn.apache.org/viewvc/portals/applications/dbbrowser/trunk/pom.xml?rev=775175&r1=775174&r2=775175&view=diff
==============================================================================
--- portals/applications/dbbrowser/trunk/pom.xml (original)
+++ portals/applications/dbbrowser/trunk/pom.xml Fri May 15 15:02:47 2009
@@ -65,6 +65,9 @@
             <!-- only include this in top level project poms -->
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-assembly-plugin</artifactId>
+            <configuration>
+              <attached>false</attached>
+            </configuration>
           </plugin>
         </plugins>
       </build>