Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.5
-
None
-
MacOS 10.6.6
Mac Java 1.6
Maven 3.0.2
Description
In a multimodule build where the m-invoker-p is used to perform integration tests for an archetype. In the build, a maven plugin is first created. Then a maven archetype.
For the archetype project, integration test is performed where a project is generated based on the archetype and then a build (mvn verify) is done.
However, the build fails as it can't find the maven plugin built earlier in the reactor build. The maven-invoker-plugin:install goal installs all dependencies to the cloned local repo, but it doesn't install the plugin built.
Update: The scenario above was the initial detection of the issue. It can also be seen in simpler scenarios where you have a plugin being created in one module and then the m-invoker-p used in another module with ITs using the created plugin.
Attachments
Attachments
Issue Links
- causes
-
MINVOKER-191 “Artifact is not fully assembled” error with maven-invoker-plugin in parallel build
- Closed