http://maven.apache.org/plugins/maven-war-plugin/exploded.html
Above link suggests following configuration :
               <plugin>
                 <groupId>org.apache.maven</groupId>
                 <artifactId>maven-war-plugin</artifactId>
                 <version>2.1</version>     
                 <goals>
                   <goal>exploded</goal>
                 </goals>    
               </plugin>
Version 2.1 is not found.
And when I 'mvn package' with version 2.0.2-SNAPSHOT I still have a .war
packaging...


John Tolentino wrote:
> 
> mvn war:exploded
> 
> Please see http://maven.apache.org/plugins/maven-war-plugin/
> 
> Other relevant info about plugins: 
> http://maven.apache.org/plugins/index.html
> 
> Regards,
> John
> 
> Frank Mena wrote:
> 
>>How do I change the default goal of a war so that it produces an exploded
>>war instead of .war file when I run the package goal?
>>
>>Frank
>>
>>  
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Changing-WAR-default-goal-tf585539s177.html#a7487949
Sent from the Maven - Users mailing list archive at Nabble.com.


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

Reply via email to