When does maven-plugin-testing-harness-3.4.0-SNAPSHOT go final

2022-06-29 Thread Rebecca Searls
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

What API to access plugin's dependency artifacts?

2007-02-01 Thread Rebecca Searls
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. build plugins plugin -- MyNewPlugin --

Extends from Javac and Test phase failure.

2007-02-01 Thread Rebecca Searls
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]

Re: plugin/dependencies question

2007-01-31 Thread Rebecca Searls
/plugins /build : /project Rebecca Searls wrote: 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

plugin/dependencies question

2007-01-30 Thread Rebecca Searls
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