jbossws project jaxws-tools-maven-plugin requires the updates in
maven-plugin-testing-harness-3.4.0-SNAPSHOT.
When is this version expected to go final
My Mojo instantates a class that extents
org.apache.tools.ant.taskdefs.Javac.
The maven test phase fails on instantation
of this class. The plugin runs correctly without
the test phase.
How to resolve this.
stack trace
[INFO] There are test failures.
[INFO] -
My PluginMojo needs to acquire the artifacts of all plugin
specific defined dependencies. What API methods provide
this access.
Example, for MyNewPlugin the MyNewPluginMojo needs to retrieve
ref A and ref B artifacts.
-- MyNewPlugin --
aven2
maven-jaxb-schemagen-plugin
javax.activation
activation
1.1
:
Rebecca Searls wrote:
What is the intende
What is the intended use of project/build/plugins/plugin/dependencies
as compared to project/dependencies?
One would assume project/build/plugins/plugin/dependencies
are plugin specific in scope; that project/dependencies are
active project wide in scope.
And one would expect that if project/dep