java - Maven create bundle with project -
i have developed project consists of 2 separated tiers comprise 2 independent deployments. when compile these projects deployed nexus repository separate artifacts.
these projects might evolve differnetly, project might on version 1.0.1 , project b might on version 1.0.5.
however, though totally different deployments, whole image consists of 2 independent projects, want create "meta-project" packs current artifacts of both projects single zip file (for instance, current release today of "whole picture" project v1.0.5 , project b v1.3.2). both projects web projects , war files.
i struggling maven , assembly plugin how create such assembly, haven't figured out yet how retrieve war dependencies repository , pack them together.
node "dependencysets" can used add together dependencies final bundle: http://maven.apache.org/plugins/maven-assembly-plugin/advanced-descriptor-topics.html
java maven
No comments:
Post a Comment