You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-commits@incubator.apache.org by "Brett Porter (JIRA)" <ji...@apache.org> on 2011/06/26 00:36:47 UTC

[jira] [Created] (NPANDAY-447) should not copy GAC artifacts into the project or build result directory

should not copy GAC artifacts into the project or build result directory
------------------------------------------------------------------------

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


Using VS 2010, several references are automatically added to any web project, such as System.Web.DynamicData. As they are not in the .rsp file, they are also added to the POM as dependencies (which is correct).

However, they are also copied to the project's bin directory, which is not correct, as they can be located in the GAC.

GAC dependencies should never be copied into .references or into the target folder.

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