Skip to content

[MSHARED-659] CLONE - Created manifest contains versions of test scope #197

Open
@jira-importer

Description

@jira-importer

Dmitry Murashenkov opened MSHARED-659 and commented

I'd like to reopen the issue MSHARED-396.

So the case is extremely simple:

  1. Maven module creates executable jar adding classpath to manifest.
  2. Then assembly plugin packs executable jar and it's dependencies into archive.
  3. Then we unpack app and launch it with java -jar myexecutable.jar. All dependencies are placed in same folder and referenced by manifest classpath.

Now suppose we had one library of version 1.0 in runtime scope and 1.5 in test scope. Current behavior is that manifest classpath will have version 1.5 set, but assembly plugin will pack 1.0 cause we only take runtime dependencies. And this may result in ClassNotFoundException in production.

Perhaps it has something to do with MSHARED-4?


Attachments:

Issue Links:

  • MSHARED-396 Created manifest contains versions of test scope
    ("is a clone of")
  • MSHARED-4 DefaultDependencyTreeBuilder ignores artifact filter

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingpriority:majorMajor loss of function

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions