You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by fm...@apache.org on 2012/08/24 09:13:06 UTC

svn commit: r1376842 - /sling/trunk/launchpad/base/pom.xml

Author: fmeschbe
Date: Fri Aug 24 07:13:05 2012
New Revision: 1376842

URL: http://svn.apache.org/viewvc?rev=1376842&view=rev
Log:
Fix mvn warning: replace build.testOutputDirectory with project.build.testOutputDirectory

Modified:
    sling/trunk/launchpad/base/pom.xml

Modified: sling/trunk/launchpad/base/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/launchpad/base/pom.xml?rev=1376842&r1=1376841&r2=1376842&view=diff
==============================================================================
--- sling/trunk/launchpad/base/pom.xml (original)
+++ sling/trunk/launchpad/base/pom.xml Fri Aug 24 07:13:05 2012
@@ -60,9 +60,9 @@
                             <target name="build">
                                 <taskdef resource="aQute/bnd/ant/taskdef.properties"
                                     classpathref="maven.plugin.classpath" />
-                                <bnd classpath="${build.testOutputDirectory}" failok="false"
+                                <bnd classpath="${project.build.testOutputDirectory}" failok="false"
                                     exceptions="true" files="src/test/resources/test1.bnd"
-                                    output="${build.testOutputDirectory}" />
+                                    output="${project.build.testOutputDirectory}" />
                             </target>
                         </configuration>
                         <goals>