Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
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
Attachments
Issue Links
- is a clone of
-
MSHARED-396 Created manifest contains versions of test scope
- Closed
- relates to
-
MSHARED-4 DefaultDependencyTreeBuilder ignores artifact filter
- Closed