Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
2.0-alpha-1
-
None
Description
currently, a dummy project is created if there is none, or the project is passed on.
mojo's like archetype:create will never care about the current project (unless they were to modify the existing <modules> definition, perhaps).
However, they run in to problems, because it runs across all submodules of the currnet project when you really just intend to create one under the current directory.
For this to happen - the relationship between goals and reactor may need to be reversed as has been looked at in another issue.
It may be that the goal just needs to not be executed inside the reactor?