[jboss-cvs] JBossAS SVN: r71028 - branches/maven_thirdparty_temp/thirdparty.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Mar 19 17:57:19 EDT 2008


Author: pgier
Date: 2008-03-19 17:57:19 -0400 (Wed, 19 Mar 2008)
New Revision: 71028

Modified:
   branches/maven_thirdparty_temp/thirdparty/pom.xml
Log:
Change thirdpary output path back to basedir.  For now there are too many places to change to point to target.

Modified: branches/maven_thirdparty_temp/thirdparty/pom.xml
===================================================================
--- branches/maven_thirdparty_temp/thirdparty/pom.xml	2008-03-19 21:43:52 UTC (rev 71027)
+++ branches/maven_thirdparty_temp/thirdparty/pom.xml	2008-03-19 21:57:19 UTC (rev 71028)
@@ -27,7 +27,8 @@
             </goals>
             <phase>package</phase>
             <configuration>
-              <librariesEnt>${project.build.directory}/libraries.ent</librariesEnt>
+              <outputDirectory>${basedir}</outputDirectory>
+              <librariesEnt>${basedir}/libraries.ent</librariesEnt>
               <aliasesEnt>${basedir}/../tools/etc/buildmagic/aliases.ent</aliasesEnt>
               <includedScopes>
                 <scope>compile</scope>
@@ -41,7 +42,8 @@
             </goals>
             <phase>package</phase>
             <configuration>
-              <librariesEnt>${project.build.directory}/testsuite-libraries.ent</librariesEnt>
+              <outputDirectory>${basedir}</outputDirectory>
+              <librariesEnt>${basedir}/testsuite-libraries.ent</librariesEnt>
               <aliasesEnt>${basedir}/../tools/etc/buildmagic/aliases.ent</aliasesEnt>
               <includedScopes>
                 <scope>test</scope>




More information about the jboss-cvs-commits mailing list