MSBuild plugin tries to build project references
------------------------------------------------

                 Key: NPANDAY-459
                 URL: https://issues.apache.org/jira/browse/NPANDAY-459
             Project: NPanday
          Issue Type: Bug
          Components: Maven Plugins
    Affects Versions: 1.4.1-incubating
            Reporter: Brett Porter
            Assignee: Brett Porter
             Fix For: 1.4.1-incubating


I noticed that if a project has a project reference, msbuild will traverse to 
build it. This is counter-intuitive in Maven because the dependent project has 
already been built. This can have a negative side effect if the dependent 
project was not build with the MSBuild plugin as its references will not be 
present.

We need to turn off the transitive building, and have MSBuild use the artifact 
that was already built.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to