I published a snapshot
you can install it locally
maven plugin:download
-Dmaven.repo.remote=http:www.ibiblio.org/maven,http://cvs.apache.org/repository/
-DgroupId=maven
<http://cvs.apache.org/repository/-DgroupId=maven>-DartifactId=maven-war-plugin
-Dversion=
1.6.2-SNAPSHOT

or you can reference it in your project :
in your project.xml :
<dependency>
<groupId>maven</groupId>
<artifactId>maven-war-plugin</artifactId>
 <version>1.6.2-SNAPSHOT</version>
<type>plugin</type>
</dependency>
in your project.properties:
maven.repo.remote=http:www.ibiblio.org/maven,
http://cvs.apache.org/repository/

Arnaud

On 9/20/05, Arnaud HERITIER <[EMAIL PROTECTED]> wrote:
> 
> I opened on Jira a release 1.6.2
> So we're working on the 1.6.2-SNAPSHOT
> The name of the patch isn't important
> 
> Arnaud
> 
> On 9/20/05, jan_bar <[EMAIL PROTECTED]> wrote:
> > 
> > Thanks Arnaud,
> > 
> > one more question: If I want to create my patch, which version of the 
> > plugin
> > should I use so it will not conflict with war plugin patch once 
> > published?
> > WAR plugin is now 1.6.1, can I name it 1.6.1-patch ? I think that there
> > should be only number on the version, so 1.6.1.1 <http://1.6.1.1> would 
> > be better?
> > 
> > Jan
> > 
> > 
> > 
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED] 
> > 
> > 
>

Reply via email to