Author: olamy
Date: Tue Oct 28 14:39:51 2008
New Revision: 708681

URL: http://svn.apache.org/viewvc?rev=708681&view=rev
Log:
fix it

Modified:
    maven/plugins/trunk/maven-jar-plugin/src/it/MJAR-70-no-recreation/verify.bsh

Modified: 
maven/plugins/trunk/maven-jar-plugin/src/it/MJAR-70-no-recreation/verify.bsh
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jar-plugin/src/it/MJAR-70-no-recreation/verify.bsh?rev=708681&r1=708680&r2=708681&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-jar-plugin/src/it/MJAR-70-no-recreation/verify.bsh 
(original)
+++ 
maven/plugins/trunk/maven-jar-plugin/src/it/MJAR-70-no-recreation/verify.bsh 
Tue Oct 28 14:39:51 2008
@@ -47,7 +47,7 @@
     Commandline commandline = new Commandline();
     commandline.setExecutable( "mvn" );
     commandline.setWorkingDirectory( basedir );
-    commandline.createArg().setLine( "-f interpolated-pom.xml 
-Dmaven.repo.local=" + localRepoPath + "  package" );     
+    commandline.createArg().setLine( "-f pom.xml -Dmaven.repo.local=" + 
localRepoPath + "  package" );     
     CommandLineUtils.StringStreamConsumer consumer = new 
CommandLineUtils.StringStreamConsumer();
     int res = CommandLineUtils.executeCommandLine( commandline, consumer, 
consumer );
     System.out.println( consumer.getOutput() );


Reply via email to