[
https://issues.apache.org/jira/browse/MWAR-350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Keshan De Silva updated MWAR-350:
---------------------------------
Description:
* It will be usefull if maven-war plugin has a skip configuration as in most of
the plugins have.
{code:xml}
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>2.6</version>
<configuration>
<skip>true</skip>
</configuration>
{code}
(I have attached a patch file)
was:
* It will be usefull if maven-war plugin has a skip configuration as in most of
the plugins have.
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>2.6</version>
<configuration>
<skip>true</skip>
</configuration>
(I have attached a patch file)
> Add Skip Parameter to Skip the process
> --------------------------------------
>
> Key: MWAR-350
> URL: https://issues.apache.org/jira/browse/MWAR-350
> Project: Maven WAR Plugin
> Issue Type: New Feature
> Affects Versions: 2.6
> Environment: Maven 3.3.3
> maven-war-plugin 2.6
> Reporter: Keshan De Silva
> Priority: Trivial
> Fix For: 2.7
>
> Attachments: Maven_War_Skip.patch
>
>
> * It will be usefull if maven-war plugin has a skip configuration as in most
> of the plugins have.
> {code:xml}
> <groupId>org.apache.maven.plugins</groupId>
> <artifactId>maven-war-plugin</artifactId>
> <version>2.6</version>
> <configuration>
> <skip>true</skip>
> </configuration>
> {code}
> (I have attached a patch file)
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)