Re: [m1.1] jar/war deploy doesn't Deploy

2005-08-17 Thread Brett Porter
, August 15, 2005 7:07 PM To: Maven Users List Subject: Re: [m1.1] jar/war deploy doesn't Deploy You'll find them in c:\ The bug was fixed in the 1.6 release of the artifact plugin. - Brett On 8/16/05, Curtis, Harrison [EMAIL PROTECTED] wrote: In Maven 1.1 when a jar:deploy is performed

RE: [m1.1] jar/war deploy doesn't Deploy

2005-08-17 Thread Curtis, Harrison
, 2005 1:03 AM To: Curtis, Harrison Cc: Maven Users List Subject: Re: [m1.1] jar/war deploy doesn't Deploy Thanks. Can you do a search to find out where the actually did end up? (it would be very strange for it to show progress and not save them). With that info, please file a bug report and I'll try

RE: [m1.1] jar/war deploy doesn't Deploy

2005-08-16 Thread Curtis, Harrison
15, 2005 7:07 PM To: Maven Users List Subject: Re: [m1.1] jar/war deploy doesn't Deploy You'll find them in c:\ The bug was fixed in the 1.6 release of the artifact plugin. - Brett On 8/16/05, Curtis, Harrison [EMAIL PROTECTED] wrote: In Maven 1.1 when a jar:deploy is performed the jar files

[m1.1] jar/war deploy doesn't Deploy

2005-08-15 Thread Curtis, Harrison
In Maven 1.1 when a jar:deploy is performed the jar files in the local repository should be copied to the specified remotes. My build.properties has the following entries to specify the remote: maven.repo.list=R1 maven.repo.R1=file://c:\\temp\\Maven maven.repo.R1.directory=repository The

Re: [m1.1] jar/war deploy doesn't Deploy

2005-08-15 Thread Brett Porter
You'll find them in c:\ The bug was fixed in the 1.6 release of the artifact plugin. - Brett On 8/16/05, Curtis, Harrison [EMAIL PROTECTED] wrote: In Maven 1.1 when a jar:deploy is performed the jar files in the local repository should be copied to the specified remotes. My build.properties

Maven War deploy

2005-08-09 Thread Faucher Aurélie
Hello, I wanted to deploy a war with the goal war:deploy and I've this error : Fichier... d:\Outil\Maven_1.1-beta-1\cache\maven-artifact-plugin-1.5.2\plugin.jelly Element... artifact:artifact-deploy Ligne. 90 Colonne... 9 org.apache.maven.project.Dependency.setProperties(Ljava/util/List;)V

Re: Maven War deploy

2005-08-09 Thread Arnaud HERITIER
Hi Aurélie, It's a known bug. You can solve it with the last release of the artifact plugin : maven plugin:download -DgroupId=maven -DartifactId=maven-artifact-plugin -Dversion=1.6 Arnaud On 8/9/05, Faucher Aurélie [EMAIL PROTECTED] wrote: Hello, I wanted to deploy a war with the goal

RE: Maven War deploy

2005-08-09 Thread Faucher Aurélie
Thank you, I'll try Aurélie -Message d'origine- De : Arnaud HERITIER [mailto:[EMAIL PROTECTED] Envoyé : mardi 9 août 2005 16:51 À : Maven Users List Objet : Re: Maven War deploy Hi Aurélie, It's a known bug. You can solve it with the last release of the artifact plugin : maven