Author: mickael_istria
Date: 2012-10-01 04:02:08 -0400 (Mon, 01 Oct 2012)
New Revision: 44162
Modified:
trunk/build/target-platforms/jbds/pom.xml
Log:
JBDS-2341
Modified: trunk/build/target-platforms/jbds/pom.xml
===================================================================
--- trunk/build/target-platforms/jbds/pom.xml 2012-10-01 07:18:37 UTC (rev 44161)
+++ trunk/build/target-platforms/jbds/pom.xml 2012-10-01 08:02:08 UTC (rev 44162)
@@ -26,7 +26,7 @@
</goals>
<configuration>
<targetFiles>
- <param>${project.build.directory}/jbds.target</param>
+ <param>jbds.target</param>
</targetFiles>
<failOnError>true</failOnError>
</configuration>
@@ -47,7 +47,7 @@
<configuration>
<artifacts>
<artifact>
- <file>${project.build.directory}/jbds.target</file>
+ <file>jbds.target</file>
<type>target</type>
<classifier>jbds</classifier>
</artifact>