mirror of https://github.com/apache/maven.git
no message
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162767 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
67240b9897
commit
0571b62a3c
|
@ -73,8 +73,6 @@ public class JarMojo
|
|||
//
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
System.out.println( request.getParameter( "basedir" ) );
|
||||
|
||||
File basedir = new File( (String) request.getParameter( "basedir" ) );
|
||||
|
||||
String outputDirectory = (String) request.getParameter( "outputDirectory" );
|
||||
|
|
Loading…
Reference in New Issue