Re: Do we document the protocol with the repo manager? And what about deploy:deploy-file and multiple attached artifacts?

2013-07-21 Thread Benson Margulies
013 at 1:52 PM, Robert Scholte > >> > >wrote: >> > >> > > Hi Benson, >> > > >> > > I don't understand, because deploy:deploy-file should be able to >> upload >> > > pom + artifact + classified-artifacts at once. >> > &g

Re: Do we document the protocol with the repo manager? And what about deploy:deploy-file and multiple attached artifacts?

2013-07-21 Thread Benson Margulies
On Sun, Jul 21, 2013 at 2:26 PM, Stephen Connolly < stephen.alan.conno...@gmail.com> wrote: > On Sunday, 21 July 2013, Benson Margulies wrote: > > > On Sun, Jul 21, 2013 at 1:52 PM, Robert Scholte > > >wrote: > > > > > Hi Benson, > > > > >

Re: Do we document the protocol with the repo manager? And what about deploy:deploy-file and multiple attached artifacts?

2013-07-21 Thread Stephen Connolly
On Sunday, 21 July 2013, Benson Margulies wrote: > On Sun, Jul 21, 2013 at 1:52 PM, Robert Scholte > > >wrote: > > > Hi Benson, > > > > I don't understand, because deploy:deploy-file should be able to upload > > pom + artifact + classified-artifac

Re: Do we document the protocol with the repo manager? And what about deploy:deploy-file and multiple attached artifacts?

2013-07-21 Thread Benson Margulies
On Sun, Jul 21, 2013 at 1:52 PM, Robert Scholte wrote: > Hi Benson, > > I don't understand, because deploy:deploy-file should be able to upload > pom + artifact + classified-artifacts at once. > There's no provision for uploading one pom plus multiple classified artifac

Re: Do we document the protocol with the repo manager? And what about deploy:deploy-file and multiple attached artifacts?

2013-07-21 Thread Robert Scholte
Hi Benson, I don't understand, because deploy:deploy-file should be able to upload pom + artifact + classified-artifacts at once. Robert Op Sun, 21 Jul 2013 19:40:04 +0200 schreef Benson Margulies : Other than in the source of the deploy plugin, do we have a document for 'd

Do we document the protocol with the repo manager? And what about deploy:deploy-file and multiple attached artifacts?

2013-07-21 Thread Benson Margulies
Other than in the source of the deploy plugin, do we have a document for 'deploy'? I sporadically run into the fact that the command-line deploy plugin isn't so hot when one has multiple classified objects. On the one hand, I'm thinking of creating deploy:deploy-files (note the 's') with some sch

Re: deploy:deploy-file target and DAV

2007-01-30 Thread Stephen Duncan
Yep, I've had it work with dav:https:// using Apache mod_webdav -Stephen On 1/30/07, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: Graham Leggett a écrit : > On Tue, January 30, 2007 3:49 pm, Aaron Digulla wrote: > >> I'm using wagon-webdav 1.0-beta-2 with maven-deploy-plugin 2.3 >> together wi

Re: deploy:deploy-file target and DAV

2007-01-30 Thread Joakim Erdfelt
onfigured the maven deploy:deploy-file goal to deploy to a > WebDAV server. The login and ssl part works fine, but the attempt to PUT > the file fails with a 403 response code (but not because of auth failure > according to the logs). > > It looks like the plugin is not making

Re: deploy:deploy-file target and DAV

2007-01-30 Thread Emmanuel Venisse
Graham Leggett a écrit : On Tue, January 30, 2007 3:49 pm, Aaron Digulla wrote: I'm using wagon-webdav 1.0-beta-2 with maven-deploy-plugin 2.3 together with Archiva (SVN SNAPSHOT build). Before 1.0-beta-2/2.3, this was pretty unstable (every 3rd deploy would fail) but now, it works pretty goo

Re: deploy:deploy-file target and DAV

2007-01-30 Thread Graham Leggett
On Tue, January 30, 2007 3:49 pm, Aaron Digulla wrote: > I'm using wagon-webdav 1.0-beta-2 with maven-deploy-plugin 2.3 > together with Archiva (SVN SNAPSHOT build). Before 1.0-beta-2/2.3, > this was pretty unstable (every 3rd deploy would fail) but now, it > works pretty good (even though I still

Re: deploy:deploy-file target and DAV

2007-01-30 Thread Aaron Digulla
Quoting Graham Leggett <[EMAIL PROTECTED]>: Can anyone confirm whether this plugin has ever worked for them, and if so, what DAV server is being used? I am using httpd v2.0.52 as shipped default with RHEL4. I'm using wagon-webdav 1.0-beta-2 with maven-deploy-plugin 2.3 together with Archiva

Re: deploy:deploy-file target and DAV

2007-01-30 Thread Graham Leggett
av was "201 Created" (meaning file successfully uploaded), followed by "204 No Content" (meaning file successfully replaced). In both cases, the deploy plugin treated these 2xx response codes incorrectly as errors, like so: [INFO] [deploy:deploy-file] Uploading: https://alchemy

Re: deploy:deploy-file target and DAV

2007-01-30 Thread Graham Leggett
On Tue, January 30, 2007 3:08 pm, Aaron Digulla wrote: > You do see the correct version in the output of Maven? I saw maven download the v1.0-beta-2 jars and dependencies. > The simple workaround would be to create the directories manually > until the bug is fixed. Unfortunately the end result

Re: deploy:deploy-file target and DAV

2007-01-30 Thread Graham Leggett
On Tue, January 30, 2007 3:09 pm, Aaron Digulla wrote: > Which version of the maven-deploy-plugin do you use? Have you tried 2.3? Yes (both natively as it's the latest release, and explicitly by adding it to the pom) - made no difference. Regards, Graham -- ---

Re: deploy:deploy-file target and DAV

2007-01-30 Thread Aaron Digulla
Quoting Graham Leggett <[EMAIL PROTECTED]>: Have you tried with 1.0-beta-2 of wagon-webdav? This solved some problems for me. Which version of the maven-deploy-plugin do you use? Have you tried 2.3? Regards, -- Aaron "Optimizer" Digulla a.k.a. Philmann Dark "It's not the universe that's limi

Re: deploy:deploy-file target and DAV

2007-01-30 Thread Aaron Digulla
Quoting Graham Leggett <[EMAIL PROTECTED]>: On Tue, January 30, 2007 1:55 pm, Aaron Digulla wrote: Have you tried with 1.0-beta-2 of wagon-webdav? This solved some problems for me. Added the 1.0-beta-2 of wagon-webdav like this: org.apache.maven.wagon wagon-we

deploy:deploy-file target and DAV

2007-01-30 Thread Graham Leggett
Hi all, As a test I have configured the maven deploy:deploy-file goal to deploy to a WebDAV server. The login and ssl part works fine, but the attempt to PUT the file fails with a 403 response code (but not because of auth failure according to the logs). It looks like the plugin is not making an

Re: deploy:deploy-file target and DAV

2007-01-30 Thread Graham Leggett
On Tue, January 30, 2007 1:55 pm, Aaron Digulla wrote: > Have you tried with 1.0-beta-2 of wagon-webdav? This solved some > problems for me. Added the 1.0-beta-2 of wagon-webdav like this: org.apache.maven.wagon wagon-webdav 1.0-beta-2 ...

Re: deploy:deploy-file target and DAV

2007-01-30 Thread Graham Leggett
On Tue, January 30, 2007 1:55 pm, Aaron Digulla wrote: > Have you tried with 1.0-beta-2 of wagon-webdav? This solved some > problems for me. Dumb question... how do you override the dependency of a plugin? Regards, Graham --

Re: deploy:deploy-file target and DAV

2007-01-30 Thread Graham Leggett
On Tue, January 30, 2007 1:55 pm, Aaron Digulla wrote: > Have you tried with 1.0-beta-2 of wagon-webdav? This solved some > problems for me. Not yet - I am trying to do this without a pom file (the artifacts are ultimately matlab generated). Seems creating a pom is the way to go. Will try it and

Re: deploy:deploy-file target and DAV

2007-01-30 Thread Aaron Digulla
Quoting Graham Leggett <[EMAIL PROTECTED]>: It looks like the plugin is not making an attempt to create the directories in the repository before trying to upload the file to the repository, thus the failure: Have you tried with 1.0-beta-2 of wagon-webdav? This solved some problems for me.

deploy:deploy-file target and DAV

2007-01-30 Thread Graham Leggett
Hi all, As a test I have configured the deploy:deploy-file goal to deploy to a WebDAV server. The login and ssl part works fine, but the attempt to PUT the file fails with a 403 response code (but not because of auth failure according to the logs). It looks like the plugin is not making an

Re: deploy:deploy-file

2006-07-10 Thread Allan Ramirez
? Shouldn't this be downloaded to local repo and used from there? Is it something to do with Classworlds' realms. Cheers, Rahul - Original Message - From: "Allan Ramirez" <[EMAIL PROTECTED]> To: "Maven Developers List" Sent: Tuesday, July 11, 2006 3:1

Re: deploy:deploy-file

2006-07-10 Thread Rinku
ers, Rahul - Original Message - From: "Allan Ramirez" <[EMAIL PROTECTED]> To: "Maven Developers List" Sent: Tuesday, July 11, 2006 3:15 AM Subject: Re: deploy:deploy-file Hi, This should be on the users mailing list. anyway, to answer your question, Wh

Re: deploy:deploy-file

2006-07-09 Thread Allan Ramirez
I want to deploy my artifact via ftp. So this is my command: mvn -e -Durl=file://ftp://some-server/root-dir/ -Dfile=com.company.models.util_1.2.0.jar -DrepositoryId=ftp-company-snapshot -DgroupId=com.company.models -DartifactId=com.company.models.util -Dversion=1.2.0-SNAPSHOT -Dpackaging=jar -Dgener

deploy:deploy-file

2006-07-07 Thread Marcin Maciukiewicz
-DgeneratePom=true deploy:deploy-file This the result: ... [INFO] [ERROR] BUILD ERROR [INFO] [INFO] Error deploying artifact: Unsupported Protocol: 

[jira] Closed: (MDEPLOY-25) deploy:deploy-file installs the file in the local repository too (but it should not do that)

2006-02-27 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MDEPLOY-25?page=all ] John Casey closed MDEPLOY-25: - Resolution: Fixed Fix Version: 2.2 > deploy:deploy-file installs the file in the local repository too (but it > should not d

[jira] Reopened: (MDEPLOY-25) deploy:deploy-file installs the file in the local repository too (but it should not do that)

2006-02-27 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MDEPLOY-25?page=all ] John Casey reopened MDEPLOY-25: --- > deploy:deploy-file installs the file in the local repository too (but it > should not d

[jira] Closed: (MDEPLOY-25) deploy:deploy-file installs the file in the local repository too (but it should not do that)

2006-02-21 Thread Allan Ramirez (JIRA)
local and remote repository > deploy:deploy-file installs the file in the local repository too (but it > should not do that) > > > Key: MDEPLOY-25 > URL: http://jira

[jira] Commented: (MDEPLOY-25) deploy:deploy-file installs the file in the local repository too (but it should not do that)

2006-02-21 Thread Allan Ramirez (JIRA)
[ http://jira.codehaus.org/browse/MDEPLOY-25?page=comments#action_59171 ] Allan Ramirez commented on MDEPLOY-25: -- Ok.. I 'll document it. > deploy:deploy-file installs the file in the local repository too (but it > should

[jira] Commented: (MDEPLOY-25) deploy:deploy-file installs the file in the local repository too (but it should not do that)

2006-02-20 Thread Geoffrey De Smet (JIRA)
[ http://jira.codehaus.org/browse/MDEPLOY-25?page=comments#action_59036 ] Geoffrey De Smet commented on MDEPLOY-25: - (both in the documentation and in the logging output would be nice) > deploy:deploy-file installs the file in the local reposit

[jira] Commented: (MDEPLOY-25) deploy:deploy-file installs the file in the local repository too (but it should not do that)

2006-02-20 Thread Geoffrey De Smet (JIRA)
[ http://jira.codehaus.org/browse/MDEPLOY-25?page=comments#action_59035 ] Geoffrey De Smet commented on MDEPLOY-25: - fair enough, but could it deploy:deploy-file at least note that it's also installing it locally? > deploy:deploy-file inst

[jira] Closed: (MDEPLOY-25) deploy:deploy-file installs the file in the local repository too (but it should not do that)

2006-02-20 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MDEPLOY-25?page=all ] John Casey closed MDEPLOY-25: - Assign To: John Casey Resolution: Won't Fix see previous comment. this behavior is consistent with other deployment functions of Maven. > deploy:dep

[jira] Commented: (MDEPLOY-25) deploy:deploy-file installs the file in the local repository too (but it should not do that)

2006-02-20 Thread John Casey (JIRA)
lifecycle documentation here: http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html > deploy:deploy-file installs the file in the local repository too (but it > sh

[jira] Created: (MDEPLOY-25) deploy:deploy-file installs the file in the local repository too (but it should not do that)

2006-02-20 Thread Geoffrey De Smet (JIRA)
deploy:deploy-file installs the file in the local repository too (but it should not do that) Key: MDEPLOY-25 URL: http://jira.codehaus.org/browse/MDEPLOY-25 Project: Maven 2.x

[jira] Closed: (MDEPLOY-14) Add POM generation/uploading to deploy:deploy-file goal

2006-01-11 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MDEPLOY-14?page=all ] Brett Porter closed MDEPLOY-14: --- Resolution: Fixed Fix Version: 2.1 > Add POM generation/uploading to deploy:deploy-file g

[jira] Closed: (MDEPLOY-8) create a deploy:deploy-file goal

2006-01-11 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MDEPLOY-8?page=all ] Brett Porter closed MDEPLOY-8: -- Resolution: Fixed Fix Version: 2.1 > create a deploy:deploy-file goal > > > Key: MDEPLOY-8 >

[jira] Reopened: (MDEPLOY-8) create a deploy:deploy-file goal

2006-01-11 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MDEPLOY-8?page=all ] Brett Porter reopened MDEPLOY-8: > create a deploy:deploy-file goal > > > Key: MDEPLOY-8 > URL: http://jira.codehaus.org/b

[jira] Reopened: (MDEPLOY-14) Add POM generation/uploading to deploy:deploy-file goal

2006-01-11 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MDEPLOY-14?page=all ] Brett Porter reopened MDEPLOY-14: - > Add POM generation/uploading to deploy:deploy-file goal > --- > > Key: MDEPLOY-14 &g

[jira] Updated: (MNG-1551) create a deploy:deploy-file goal

2005-12-19 Thread Jason van Zyl (JIRA)
[ http://jira.codehaus.org/browse/MNG-1551?page=all ] Jason van Zyl updated MNG-1551: --- type: Bug (was: Improvement) > create a deploy:deploy-file goal > > > Key: MNG-1551 > URL: http://ji

[jira] Moved: (MDEPLOY-2) deploy:deploy-file need to generate and deploy pom.xml as well

2005-12-19 Thread Jason van Zyl (JIRA)
) Key: MDEPLOY-2 (was: MNG-1785) Project: Maven 2.x Deploy Plugin (was: Maven 2) > deploy:deploy-file need to generate and deploy pom.xml as well > -- > > Key: MDEPLOY-2 >

[jira] Moved: (MDEPLOY-8) create a deploy:deploy-file goal

2005-12-19 Thread Jason van Zyl (JIRA)
: MNG-1551) Project: Maven 2.x Deploy Plugin (was: Maven 2) > create a deploy:deploy-file goal > > > Key: MDEPLOY-8 > URL: http://jira.codehaus.org/browse/MDEPLOY-8 > Project: Maven 2.x Deploy Plugin &

[jira] Updated: (MNG-1786) Add POM generation/uploading to deploy:deploy-file goal

2005-12-19 Thread Jason van Zyl (JIRA)
[ http://jira.codehaus.org/browse/MNG-1786?page=all ] Jason van Zyl updated MNG-1786: --- type: Bug (was: Improvement) > Add POM generation/uploading to deploy:deploy-file goal > --- > >

[jira] Moved: (MDEPLOY-10) NPE in deploy:deploy-file

2005-12-19 Thread Jason van Zyl (JIRA)
Deploy Plugin (was: Maven 2) > NPE in deploy:deploy-file > - > > Key: MDEPLOY-10 > URL: http://jira.codehaus.org/browse/MDEPLOY-10 > Project: Maven 2.x Deploy Plugin > Type: Bug > Reporter: Jochen Wiedmann >

[jira] Moved: (MDEPLOY-14) Add POM generation/uploading to deploy:deploy-file goal

2005-12-19 Thread Jason van Zyl (JIRA)
Deploy Plugin (was: Maven 2) > Add POM generation/uploading to deploy:deploy-file goal > --- > > Key: MDEPLOY-14 > URL: http://jira.codehaus.org/browse/MDEPLOY-14 > Project: Maven 2.x Deploy Plugin &

[jira] Closed: (MNG-1828) NPE in deploy:deploy-file

2005-12-13 Thread Allan Ramirez (JIRA)
[ http://jira.codehaus.org/browse/MNG-1828?page=all ] Allan Ramirez closed MNG-1828: -- Resolution: Fixed Applied. Thanks > NPE in deploy:deploy-file > - > > Key: MNG-1828 > URL: http://jira.code

[jira] Created: (MNG-1828) NPE in deploy:deploy-file

2005-12-13 Thread Jochen Wiedmann (JIRA)
NPE in deploy:deploy-file - Key: MNG-1828 URL: http://jira.codehaus.org/browse/MNG-1828 Project: Maven 2 Type: Bug Components: maven-deploy-plugin Reporter: Jochen Wiedmann Attachments: maven-deploy-plugin.patch The DeployFileMojo

[jira] Closed: (MNG-1786) Add POM generation/uploading to deploy:deploy-file goal

2005-12-09 Thread Allan Ramirez (JIRA)
[ http://jira.codehaus.org/browse/MNG-1786?page=all ] Allan Ramirez closed MNG-1786: -- Resolution: Fixed Applied patch with slight modification. Thanks > Add POM generation/uploading to deploy:deploy-file g

[jira] Closed: (MNG-1785) deploy:deploy-file need to generate and deploy pom.xml as well

2005-12-08 Thread Allan Ramirez (JIRA)
[ http://jira.codehaus.org/browse/MNG-1785?page=all ] Allan Ramirez closed MNG-1785: -- Resolution: Duplicate MNG-1786 has an attach patch for this. > deploy:deploy-file need to generate and deploy pom.xml as w

[jira] Created: (MNG-1786) Add POM generation/uploading to deploy:deploy-file goal

2005-12-08 Thread Chris Tucker (JIRA)
Add POM generation/uploading to deploy:deploy-file goal --- Key: MNG-1786 URL: http://jira.codehaus.org/browse/MNG-1786 Project: Maven 2 Type: Improvement Components: maven-deploy-plugin Reporter: Chris

[jira] Created: (MNG-1785) deploy:deploy-file need to generate and deploy pom.xml as well

2005-12-08 Thread Dan Tran (JIRA)
deploy:deploy-file need to generate and deploy pom.xml as well -- Key: MNG-1785 URL: http://jira.codehaus.org/browse/MNG-1785 Project: Maven 2 Type: Bug Components: maven-deploy-plugin Versions

[jira] Closed: (MNG-1551) create a deploy:deploy-file goal

2005-12-05 Thread Allan Ramirez (JIRA)
[ http://jira.codehaus.org/browse/MNG-1551?page=all ] Allan Ramirez closed MNG-1551: -- Resolution: Fixed -fixed in svn > create a deploy:deploy-file goal > > > Key: MNG-1551 >

[jira] Commented: (MNG-1551) create a deploy:deploy-file goal

2005-12-05 Thread Dan Tran (JIRA)
e a deploy:deploy-file goal > > > Key: MNG-1551 > URL: http://jira.codehaus.org/browse/MNG-1551 > Project: Maven 2 > Type: Improvement > Components: maven-deploy-plugin > Reporter: Brett Porter > Assignee

[jira] Commented: (MNG-1551) create a deploy:deploy-file goal

2005-12-05 Thread Dan Tran (JIRA)
[ http://jira.codehaus.org/browse/MNG-1551?page=comments#action_52715 ] Dan Tran commented on MNG-1551: --- it would be great with a snapshot is deployed to codehaus. > create a deploy:deploy-file goal > > >

[jira] Commented: (MNG-1551) create a deploy:deploy-file goal

2005-12-02 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-1551?page=comments#action_52699 ] Brett Porter commented on MNG-1551: --- I saw this was committed. Should it be closed? > create a deploy:deploy-file goal > > > K

[jira] Commented: (MNG-1551) create a deploy:deploy-file goal

2005-11-29 Thread Allan Ramirez (JIRA)
. What does -Ddescription do? Do you want it to create a text file maybe and deploy it on the server? > create a deploy:deploy-file goal > > > Key: MNG-1551 > URL: http://jira.codehaus.org/browse/MNG-1551 > Project: Mave

[jira] Commented: (MNG-1551) create a deploy:deploy-file goal

2005-11-29 Thread Dan Tran (JIRA)
[ http://jira.codehaus.org/browse/MNG-1551?page=comments#action_52382 ] Dan Tran commented on MNG-1551: --- i hope -Dpackaging, -Did, and -Durl are optional right? Can you add -Ddescription? > create a deploy:deploy-file g

[jira] Updated: (MNG-1551) create a deploy:deploy-file goal

2005-11-29 Thread Allan Ramirez (JIRA)
execute the command mvn deploy:deploy-file -DgroupId= -DartifactId= -Dversion= -Dpackaging= -Dfile= -Did= -Durl= Any thoughts? > create a deploy:deploy-file g

[jira] Created: (MNG-1551) create a deploy:deploy-file goal

2005-11-13 Thread Brett Porter (JIRA)
create a deploy:deploy-file goal Key: MNG-1551 URL: http://jira.codehaus.org/browse/MNG-1551 Project: Maven 2 Type: Improvement Components: maven-deploy-plugin Reporter: Brett Porter Fix For: 2.0.1 this should partner