-Dnetbeans.execution=true breaks reaktor builds on windows
----------------------------------------------------------

                 Key: MNG-4397
                 URL: http://jira.codehaus.org/browse/MNG-4397
             Project: Maven 2
          Issue Type: Bug
          Components: General
    Affects Versions: 2.2.1
         Environment: Windows XP, Windows 7
            Reporter: Johan Andrén


When building our multimodule project with the netbeans.execution property set 
(Just like the netbeans plugin run maven) none of the modules get installed in 
the local repository.


Project structure is something like this with dependencies from project2 on 
project1 etc.

root
-- multi1
---- project1 (jar)
---- project2 (ejb)
-- multi2
---- project3 (nbm)
---- project4 (nbm)
---- project5 (nbm-application)


Commandline from root of our top project to build all modules in the tree: 'mvn 
install -Dnetbeans.execution=true'


In the output the modules that are not installed the part with 
[INFO] [install:install {execution: default-install}]
[INFO] Installing ...


is not even present for each project built. 


If one of the leaf projects is built with netbeans.execution=true it gets 
installed as expected.

The problem does not appear on OsX or linux with the same project.

-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to