Try to call the goal directly by:

mvn axistools:wsdl2java

When that starts complaining about an unknown plugin try:

mvn org.codehaus.mojo:axistools:wsdl2java

Hth,

Nick S.


-----Original Message-----
From: oetzi [mailto:[EMAIL PROTECTED]
Sent: Thu 12/6/2007 8:56 AM
To: users@maven.apache.org
Subject: how can I just create java files without compiling?
 

Hallo,
I'm a maven newbie :)
I have a WSDL file and I'm using the axistools-maven-plugin with the goal
wsdl2java to create the associated java files.
My problem: I need a command to create the java files only. At the moment
I'm using the mvn compile or the mvn install command.
Can anyone help me?
-- 
View this message in context: 
http://www.nabble.com/how-can-I-just-create-java-files-without-compiling--tf4954517s177.html#a14187822
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to