Closed glassfishrobot closed 13 years ago
Reported by rustamabd@java.net
@lukasj said: closing old and already fixed issues
File: jax_ws_commons-38-56.diff.txt Attached By: @lukasj
Issue-Links: is related to JAX_WS_COMMONS-56
This issue was imported from java.net JIRA JAX_WS_COMMONS-38
Marked as fixed on Thursday, October 13th 2011, 8:37:02 am
Even if I attach jaxws-maven-plugin execution to test-generate-sources, it still adds a regular compile source root for the generated files.
This is because addCompileSourceRoot() is always invoked in WsImportMojo.execute(), there is no way to disable it or make it invoke addTestCompileSourceRoot() instead.
Also the Eclipse plugin only invokes generates-sources and not test-generate-sources, so I want to be able to generate my test classes in the normal generate-sources phase but still attach them to the test compile root.
So, there should be a configuration option to be able to specify which compile root I want to add, if any, for example like this:
Environment
Operating System: All Platform: All
Affected Versions
[current]