Logan Adams created MASSEMBLY-761: -------------------------------------- Summary: Maven Assembly omits Dependencies at different runtimes Key: MASSEMBLY-761 URL: https://jira.codehaus.org/browse/MASSEMBLY-761 Project: Maven Assembly Plugin Issue Type: Bug Components: dependencySet Affects Versions: 2.5.1 Environment: Windows Reporter: Logan Adams
If one attempts to include a dependency that is included at compile time with the following hierarchical structure directoryA\directoryB\<dependency-name>.jar, but then at testing the same plugin is included with the following structure directoryA\<dependency-name>.jar The dependency will not be included in the final assembly if our dependency set has the scope of runtime. -- This message was sent by Atlassian JIRA (v6.1.6#6162)