You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Michael Mosmann <mi...@vergleich.de> on 2006/04/11 18:29:09 UTC

Multiproject deployment

How can i deploy projects in a multiprojekt build

part1 (jar)
part2 (jar)
part3 (war, dep: part1, part2)
all (module: part1,part2,part3)

all
  mvn package

result:
  part3/target/part3-1.0.war

all
  mvn deploy

result:
  part1
  [ERROR] no deployment .... configured


..
i only want to deploy part3 and want this in only one step

thanks

mm:)



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org