I have a large, multiple module project that I need to create a repository
assembly for.  I have no problems creating the binary, including the
dependencies. However, I can't seem to create a repository.  I'm running the
assembly in the project's top level pom, of course, but from what I can
tell, there seems to be no way to indicated to use all the sub modules -
i.e. The only way to create the repository seems to be be placing all the
dependencies in the top level pom.  Obviously, this will be a nightmare to
maintain.  Also, since the binary assembly seems perfectly capable of
including the sub module's binaries and dependencies, it would seem that the
repository assembly should be able to do the same.

Falling short of actually creating the repository for one reason or another,
if I could get the format of the binary assembly to be identical to the
repository layout, that would be sufficient for my needs as I don't need the
maven repository metadata.  Right now, I've tried using no outputfile
format, with simply a directory - doesn't work.  I've also tried using:
${groupId}/${artifactId} as the directory - kind of works, but now I have
.'s instead of /'s in the repository group id directory.

Surely this is possible through some machination or incantation, right?



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to