You should bind the assembly plugin to an appropriate phase (such as 'package'). The, you only need to run mvn install
/Anders On Tue, Nov 10, 2009 at 22:33, Stephanie Johnson <jstephani...@gmail.com>wrote: > All, > > I am using Maven 2.0.9 to build a multi module project. I have defined the > assembly plugin in my parent pom. I can get my assemblies built using > > mvn install assembly:assemly > > This command runs the tests twice, once during install phase and another > during assembly. I tried assembly:single but it throws an error. Any help > to > fix get my assemblies built without running the tests twice is much > appreciated. > > Thanks. >