Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.4-incubating
Description
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.