mojos should be able to declare project independence
----------------------------------------------------

         Key: MNG-282
         URL: http://jira.codehaus.org/browse/MNG-282
     Project: m2
        Type: Bug
  Components: maven-plugin-tools, maven-plugin  
    Versions: 2.0-alpha-1    
    Reporter: Brett Porter
     Fix For: 2.0-alpha-2


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?


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to