Author: vkumar
Date: Fri May 15 16:36:21 2009
New Revision: 775221
URL: http://svn.apache.org/viewvc?rev=775221&view=rev
Log:
Source would not be generated for war projects
Modified:
portals/applications/dbbrowser/trunk/dbbrowser-war/pom.xml
Modified: portals/applications/dbbrowser/trunk/dbbrowser-war/pom.xml
URL:
http://svn.apache.org/viewvc/portals/applications/dbbrowser/trunk/dbbrowser-war/pom.xml?rev=775221&r1=775220&r2=775221&view=diff
==============================================================================
--- portals/applications/dbbrowser/trunk/dbbrowser-war/pom.xml (original)
+++ portals/applications/dbbrowser/trunk/dbbrowser-war/pom.xml Fri May 15
16:36:21 2009
@@ -71,6 +71,13 @@
<plugins>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-source-plugin</artifactId>
+ <configuration>
+ <attach>false</attach>
+ </configuration>
+ </plugin>
+ <plugin>
<!-- only include this in top level project poms -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>