Hi,
I would like to package some test jars included as runtime dependencies on a
project using the webstart-maven-plugin. The plugin documentation states that
test scoped dependencies are always excluded but my dependency is scoped as
runtime. The logs for jnlp-inline mojo show the test-jar being skipped.
[DEBUG] artifact axis:axis-wsdl4j:jar:1.5.1:compile doesn't contain the main
class: com.company.ui.ApplicationWindow
[INFO] Skipping artifact of type test-jar for lib [DEBUG] artifact
com.jgoodies:jgoodies-looks:jar:2.5.3:compile doesnt contain the main class:
com.company.ui.ApplicationWindow How can i include this jar?
Thanks.