Multi Module Project - Assembly plugin
        Posted  
        
            by 
                user209947
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user209947
        
        
        
        Published on 2009-11-14T21:04:29Z
        Indexed on 
            2011/01/17
            11:53 UTC
        
        
        Read the original article
        Hit count: 210
        
maven-2
|maven-plugin
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:assembly
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 get my assemblies built without running the tests twice is much appreciated.
© Stack Overflow or respective owner