Hi there,

I was wondering if any maven-assembly-plugin experts could say whether
this scenario is possible, or how much work it'd be to implement it.

I need an archive that contains a complete buildable standalone
project bundle.  More specifically, it needs to contain:

1) the full SCM checkout of the main project
2) full SCM checkouts of all dependencies that match a
groupId:artifactId pattern (i.e. internal projects)
3) a local repository containing the binaries for the unmatched
dependencies (i.e. third-party projects)

Ideally, this would then be buildable with a single Maven command by
pointing the reactor to the checked-out projects and configuring the
local repository accordingly.

The nearest issue I could find was MASSEMBLY-125, which looks like it
aims to overlay the project's and dependencies' sources into a single
source-tree.  I need separate directories per dependency since
resource naming conflicts could exist.

Any first impressions appreciated.

Cheers,

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to