maven-assembly-plugin
maven-assembly-plugin copied to clipboard
[MASSEMBLY-907] Dependencies are not included when run with mvn install
Lau Bakman opened MASSEMBLY-907 and commented
We have just updated to version 3.1.1 due to MASSEMBLY-873 and have stumbled upon a problem.
Our project is structured similar to the attached project. When we build our project using "mvn clean package" the project is assembled correctly including dependencies. If we on the other hand build our project using "mvn clean install", only the top level jar files are assembled and all dependencies are missing.
This worked in version 3.1.0.
Is this by design? And if it is, is there a way to revert to the old behavior?
Affects: 3.1.1
Attachments:
- 310_install_verbose.log (146.22 kB)
- 310_install.log (7.84 kB)
- 311_install_verbose.log (135.26 kB)
- 311_install.log (7.84 kB)
- 311_package_verbose.log (125.75 kB)
- assembly_deps.zip (8.45 kB)
3 votes, 6 watchers