Uploaded image for project: 'Maven Assembly Plugin'
  1. Maven Assembly Plugin
  2. MASSEMBLY-411

Error on copy dependencies using Assembler Plugin (m2e Eclipse Plugin Workspace Resolution)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Auto Closed
    • 2.2-beta-3
    • None
    • dependencySet
    • None
    • Maven 2.1.0, Eclipse 3.4 Sr2, m2Eclipse 0.9.8

    Description

      If you have two projects, with one (B) depending on another (A), and in your assembly.xml file you define the following dependencySet:

      <dependencySet>
      	<outputDirectory>lib/</outputDirectory>
      	<scope>runtime</scope>
      	<useProjectArtifact>false</useProjectArtifact>
      	<useTransitiveDependencies>true</useTransitiveDependencies>
      </dependencySet>
      

      And the workspace resolution been activated, during the package phase an error will occur showing that is not possible to copy the "target/classes" file from project A. Because "target/classes" isn't a file. This error only occurs if the workspace resolution is enabled.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              desiderati Felipe Desiderati e Souza
              Votes:
              2 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: