Author: vkumar
Date: Fri May 15 16:29:30 2009
New Revision: 775219
URL: http://svn.apache.org/viewvc?rev=775219&view=rev
Log:
Trying one more time
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=775219&r1=775218&r2=775219&view=diff
==============================================================================
--- portals/applications/dbbrowser/trunk/dbbrowser-war/pom.xml (original)
+++ portals/applications/dbbrowser/trunk/dbbrowser-war/pom.xml Fri May 15
16:29:30 2009
@@ -69,8 +69,6 @@
<build>
- <finalName>apa-dbbrowser</finalName>
-
<plugins>
<plugin>
<!-- only include this in top level project poms -->
@@ -90,7 +88,7 @@
<goal>process</goal>
</goals>
<configuration>
-
<outputDirectory>${project.build.directory}/${build.finalName}</outputDirectory>
+
<outputDirectory>${project.build.directory}/${artifactId}</outputDirectory>
<attached>false</attached>
</configuration>
</execution>