Hi,
I am having trouble deploying a 'tar.gz' assembly of a parent project using the
deploy goal.
The parent project has a number of child module projects.
Essentially I am running the following on the parent project:
mvn package assembly:assembly deploy
and what is happening is that all the child jars are being deployed but the
important artifact - the parent 'tar.gz' assembly is not. The interesting thing
is that the 'tar.gz' file is being created - just not deployed.
Any ideas as to what I am doing wrong?
Thanks,
Evan Toliopoulos