mvn clean install

/Anders

On Thu, Jan 14, 2010 at 03:18, rrrrutdk <utdkr...@tom.com> wrote:

>
> Each time I run 'mvn clean deploy' on my web project, Maven uploads the
> generated war file into my public repository.
>
> Is there any way to disable war file uploading?
>
> I tried to use this segment:
>
> <plugin>
>  <artifactId>maven-deploy-plugin</artifactId>
>  <configuration>
>    <skip>true</skip>
>  </configuration>
> </plugin>
>
> but it cancelled uploading another artifact with a classifier too.
> --
> View this message in context:
> http://old.nabble.com/How-to-disable-war-uploading--tp27155459p27155459.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>

Reply via email to