Hello,

I'm getting a warning when I try the example pom.xml at
http://mojo.codehaus.org/webstart-maven-plugin-parent/webstart-maven-plugin/usage.html
listed just under "Plugin configuration" when I run 'mvn package':

[WARNING] The specified main class
(org.apache.commons.cli.BasicParser) doesn't seem to contain a main
method... Please check your
configuration.org.apache.commons.cli.BasicParser.main([Ljava.lang.String;)

How do I fix this?  I get a similar warning for my own project, even
though the end result appears to work ok:

[WARNING] Something failed while checking if the main class contains
the main() method. This is probably due to the limited classpath we
have provided to the class loader. The specified main class
(com.foonet.myapp.WebstartTest.FooLoginTest) found in the jar is
*assumed* to contain a main method...
com/foonet/myapp/bar/exception/BARException

Thanks in advance,
Dave.

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to