java - Maven create bundle with project -
I have developed a project that has two isolated levels, which include two independent deployments. When I compile these projects, they are positioned as separate artifacts in their Nexus repository.
These projects can be developed separately, so Project A can be on version 1.0.1 and Project B can be at version 1.0.5. Although, although they are completely deployed, the entire picture has two independent projects, so I would like to create a "meta-project" which packs existing artifacts of both projects in a single zip. The file (for example, "Today's full picture" is the current release project A v1.0.5 and Project B v1.3.2). Both projects are web projects and thus are war files.
I am struggling with Maven and assembly plugins as there are ways to create such an assembly, but it has not yet figured out how to regain the war dependencies with the repository and give them one Packed with
Node "dependency assets" can be used to add all dependencies to the last bundle Is:
Comments
Post a Comment