[ANN] Apache Maven Deploy Plugin 4.0.0-beta-2 Released

2025-02-27 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Apache Maven Deploy Plugin, version 4.0.0-beta-2 The deploy plugin is primarily used during the deploy phase, to add your artifact(s) to a remote repository for sharing with other developers and projects. https://maven.apache.org

[ANN] Apache Apache Maven Deploy Plugin 3.1.4 Released

2025-02-27 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Apache Maven Deploy Plugin, version 3.1.4 The deploy plugin is primarily used during the deploy phase, to add your artifact(s) to a remote repository for sharing with other developers and projects. https://maven.apache.org/plugins

[ANN] Apache Maven Deploy Plugin 3.1.3 Released

2024-08-19 Thread Tamás Cservenák
The Apache Maven team is pleased to announce the release of the Apache Maven Deploy Plugin, version 3.1.3 https://maven.apache.org/plugins/maven-deploy-plugin/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins maven-deploy-plugin 3.1.3

[ANN] Apache Maven Deploy Plugin 3.1.2 Released

2024-04-29 Thread Tamás Cservenák
The Apache Maven team is pleased to announce the release of the Apache Maven Deploy Plugin, version 3.1.2 https://maven.apache.org/plugins/maven-deploy-plugin/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins maven-deploy-plugin 3.1.2

[ANN] Maven Deploy Plugin 3.1.1 released

2023-03-24 Thread Tamás Cservenák
The Apache Maven team is pleased to announce the release of the Maven Deploy Plugin 3.1.1 https://maven.apache.org/plugins/maven-deploy-plugin/ Release Notes - Maven Deploy Plugin - Version 3.1.1 ** Improvement * [MDEPLOY-308] - Add parameter to lax project validation Have fun! -The Apache

[ANN] Maven Deploy Plugin 3.1.0 released

2023-02-09 Thread Tamás Cservenák
The Apache Maven team is pleased to announce the release of the Maven Deploy Plugin 3.1.0! https://maven.apache.org/plugins/maven-deploy-plugin/ You should specify the version in your project's POM: org.apache.maven.plugins maven-deploy-plugin 3.1.0 Release Notes - Maven D

[ANN] Maven Deploy Plugin 3.0.0 Released

2022-07-19 Thread Tamás Cservenák
Howdy, The Apache Maven team is pleased to announce the release of Maven Deploy Plugin 3.0.0. Plugin is Java7 level and compatible with Maven 3.2.5+ Site: https://maven.apache.org/plugins/maven-deploy-plugin/ Release Notes - Maven Deploy Plugin - Version 3.0.0 ** Bug * [MDEPLOY-193

[ANN] Maven Deploy Plugin 3.0.0-M2 released

2021-12-30 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Deploy Plugin version 3.0.0-M2. https://maven.apache.org/plugins/maven-deploy-plugin/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins maven-deploy-plugin 3.0

Re: Maven 3.8.1 + maven-deploy-plugin 3.0.0-M1 and still no SHA256/SHA512

2021-05-04 Thread Michael Osipov
Am 2021-04-30 um 07:29 schrieb David Milet: I figured it out... With Maven 3.8.1 and maven-deploy-plugin 3.0.0-M1, need to pass -Daether.checksums.algorithms="SHA256,SHA512" to the maven options Please note that this won't pass Maven Central up

Re: Maven 3.8.1 + maven-deploy-plugin 3.0.0-M1 and still no SHA256/SHA512

2021-04-29 Thread David Milet
I figured it out... With Maven 3.8.1 and maven-deploy-plugin 3.0.0-M1, need to pass -Daether.checksums.algorithms="SHA256,SHA512" to the maven options On Thu, Apr 29, 2021 at 8:35 PM David Milet wrote: > Hello, > > Maven 3.8.1 picked up new maven-resolver which supports th

Maven 3.8.1 + maven-deploy-plugin 3.0.0-M1 and still no SHA256/SHA512

2021-04-29 Thread David Milet
Hello, Maven 3.8.1 picked up new maven-resolver which supports the generation (and I suppose, verification) of SHA256 and SHA512 digests. ( https://issues.apache.org/jira/browse/MRESOLVER-115) However it seems that maven-deploy-plugin 3.0.0-M1 still uses maven-artifact-transfer 0.10.0, which

Re: Need help with maven deploy plugin.

2020-08-19 Thread John Patrick
Which pom are properties beans.version and rest.version defined? com.blah.nw.libraries:libraries:1.0.0 or it's parent? Technically what you're deploying and using looks valid, the consumed using them should resolve those dependencies and pick up your custom version property and work it out dynami

Need help with maven deploy plugin.

2020-08-19 Thread Jai Sharma
I am trying to upload multiple jar files to artifactory using "mvn deploy" command for a multi module project. Problem I am facing is generated pom files uploaded with jar files to artifactory contains only property name as version. Example - This is the part of jar file uploaded to artifactory

[ANN] Apache Maven Deploy Plugin Version 3.0.0-M1 Released

2018-10-01 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Deploy Plugin Version 3.0.0-M1. https://maven.apache.org/plugins/maven-deploy-plugin/ Important Note since 3.0.0-M1: * Maven 3.X only * Minimum JDK 7+ * The maven-deploy-plugin will generate the needed checksums

Re: Cannot Deploy From Jenkins to Nexus maven-deploy-plugin:2.7 not found

2018-08-10 Thread Tommy Svensson
/jcenter. Regards, Tommy Från: Mills, Gary (GE Digital) Svara: Maven Users List Datum: 10 augusti 2018 at 16:22:34 Till: Maven Users List Ämne:  Cannot Deploy From Jenkins to Nexus maven-deploy-plugin:2.7 not found Hey Tommy, thanks! Yeah, I get it. I'm really just trying to understan

Re: Cannot Deploy From Jenkins to Nexus maven-deploy-plugin:2.7 not found

2018-08-10 Thread Doug Douglass
On Fri, Aug 10, 2018 at 7:22 AM Mills, Gary (GE Digital) < gary.l.mi...@ge.com> wrote: > Hey Tommy, thanks! Yeah, I get it. I'm really just trying to understand > how this all works 😊 . > > How does Maven determine the default plugin version to use? Let's say you > only give Maven the order, "c

Cannot Deploy From Jenkins to Nexus maven-deploy-plugin:2.7 not found

2018-08-10 Thread Mills, Gary (GE Digital)
rom Jenkins to Nexus maven-deploy-plugin:2.7 not found Hello Gary, I have seen the word LATEST in capitals used as version number, but never tried it myself. It is in general a good idea to know exactly what version you are using, and do controlled upgrades to newer versions. Surprises a

Re: Cannot Deploy From Jenkins to Nexus maven-deploy-plugin:2.7 not found

2018-08-10 Thread Tommy Svensson
on how to resolve or explain what the heck is going > on would be much appreciated, > > it keeps looking for maven-deploy-plugin:2.7 when 2.8.2 is available? How can > I make this work? Either use 2.7 or make it use 2.8 ? > > > xmlns="http://maven.apache.org/SETT

Cannot Deploy From Jenkins to Nexus maven-deploy-plugin:2.7 not found

2018-08-09 Thread Mills, Gary (GE Digital)
the 2.7 is being declared. ?? thank you any suggestions on how to resolve or explain what the heck is going on would be much appreciated, it keeps looking for maven-deploy-plugin:2.7 when 2.8.2 is available? How can I make this work? Either use 2.7 or make it use 2.8 ? http://maven.apache.org/SETT

Issue with maven deploy plugin

2014-10-04 Thread Sameer Chandekar
generated by maven. GIT GIT repository https://github.com/sameerchandekar/deploy.git now when I execute the deploy goal i get following error INFO] --- maven-deploy-plugin:2.7:deplo

Re: Problem with maven-deploy-plugin

2014-09-14 Thread Graham Leggett
On 14 Sep 2014, at 11:58, Fedor Belov wrote: > Hello. I've got repository protected by SSL located on subdomain: > https://abc.mysite.com/ > When I try to upload my artifact (`mvn deploy`) mvn rises an exception: > > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-deploy-plugin

Problem with maven-deploy-plugin

2014-09-14 Thread Fedor Belov
Hello. I've got repository protected by SSL located on subdomain: https://abc.mysite.com/ When I try to upload my artifact (`mvn deploy`) mvn rises an exception: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy (default-deploy) on project test: Failed to

[ANN] Apache Maven Deploy Plugin Version 2.8.2 Released

2014-09-01 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Deploy Plugin, version 2.8.2 The deploy plugin is primarily used during the deploy phase, to add your artifact(s) to a remote repository for sharing with other developers and projects. This is usually done in an

Re: MDEPLOY-157 deployAtEnd option of maven-deploy-plugin broken after ant-assembly-maven-plugin execution

2014-03-12 Thread Julien CARSIQUE
Indeed. Thanks for pointing at that thread. That would suggest the behavior comes from my plugin which defines it's own lifecycle (extensions true), but that the issue resides in the deployAtEnd implementation in maven-deploy-plugin. However, a lot of plugins do define their own exten

Re: MDEPLOY-157 deployAtEnd option of maven-deploy-plugin broken after ant-assembly-maven-plugin execution

2014-03-12 Thread Tamás Cservenák
tween the "deployAtEnd" option of > "maven-deploy-plugin" and the execution of my plugin > "ant-assembly-maven-plugin" (based on Aether). > > I first though it had nothing to do with maven-deploy-plugin and revealed > a more general issue in my implementation,

MDEPLOY-157 deployAtEnd option of maven-deploy-plugin broken after ant-assembly-maven-plugin execution

2014-03-12 Thread Julien CARSIQUE
Hi, I recently discovered an issue between the "deployAtEnd" option of "maven-deploy-plugin" and the execution of my plugin "ant-assembly-maven-plugin" (based on Aether). I first though it had nothing to do with maven-deploy-plugin and revealed a more general is

Re: Maven deploy plugin 2.8.1 - deploy-file goal - unable to avoid attachedArtifacts from being deployed in execute

2014-02-16 Thread Anders Hammar
> On Thu, Feb 13, 2014 at 11:36 AM, Henrik Skriver Rasmussen < > >>>>> skrive...@gmail.com> wrote: > >>>>> > >>>>> > Hi Anders > >>>>> > > >&

Re: Maven deploy plugin 2.8.1 - deploy-file goal - unable to avoid attachedArtifacts from being deployed in execute

2014-02-16 Thread Henrik Skriver Rasmussen
ule 1 - builds a jar as artifact >>>>> > - module 2 - uses module 1 jar artifact in assembly tries to deploy >>>>> the >>>>> > assembled zip file to artifactory. >>>>> > >

Re: Maven deploy plugin 2.8.1 - deploy-file goal - unable to avoid attachedArtifacts from being deployed in execute

2014-02-16 Thread Robert Scholte
s > > pom > > scripts > > > > > > UTF-8 > > UTF-8 > > ${project.parent.basedir} > > > > > > > > > > org.apache.maven.plugins > > maven-install-plugin > > 2.5.1

Re: Maven deploy plugin 2.8.1 - deploy-file goal - unable to avoid attachedArtifacts from being deployed in execute

2014-02-16 Thread Henrik Skriver Rasmussen
gt; xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 >>> > http://maven.apache.org/xsd/maven-4.0.0.xsd";> >>> > >>> > 4.0.0 >>> > >>> > >>> > >>> > >>> > >>

Re: Maven deploy plugin 2.8.1 - deploy-file goal - unable to avoid attachedArtifacts from being deployed in execute

2014-02-16 Thread Robert Scholte
; > UTF-8 > > ${project.parent.basedir} > > > > > > > > > > org.apache.maven.plugins > > maven-install-plugin > > 2.5.1 > > > > true > > > > > > > > org.apache.maven.plugins > >

Re: Maven deploy plugin 2.8.1 - deploy-file goal - unable to avoid attachedArtifacts from being deployed in execute

2014-02-15 Thread Henrik Skriver Rasmussen
; > > > scripts > > > > > > > > > > > > UTF-8 > > > > > UTF-8 > > > > ${project.parent.basedir} > > > > > > > > > > > > > > > > > > > > org.ap

Re: Maven deploy plugin 2.8.1 - deploy-file goal - unable to avoid attachedArtifacts from being deployed in execute

2014-02-13 Thread Anders Hammar
> > 1.1-SNAPSHOT > > > > scripts > > pom > > scripts > > > > > > UTF-8 > > UTF-8 > > ${project.parent.basedir} > > > > > > > > > > org.apache.maven.plugins > > maven-ins

Re: Maven deploy plugin 2.8.1 - deploy-file goal - unable to avoid attachedArtifacts from being deployed in execute

2014-02-13 Thread Henrik Skriver Rasmussen
scripts pom scripts UTF-8 UTF-8 ${project.parent.basedir} org.apache.maven.plugins maven-install-plugin 2.5.1 true org.apache.maven.plugins maven-assembly-plugin 2.4 true org.apache.maven.plugins maven-deploy

Re: Maven deploy plugin 2.8.1 - deploy-file goal - unable to avoid attachedArtifacts from being deployed in execute

2014-02-13 Thread Anders Hammar
ted behaviour of the deploy:deploy-file > goal in the maven deploy plugin 2.8.1 which I am currently using to deploy > one file. > > It surprised me that no matter what I did I kept getting more artifacts > deployed that I asked for and the reason is in the > org.apache.maven.plugin.deploy

Fwd: Maven deploy plugin 2.8.1 - deploy-file goal - unable to avoid attachedArtifacts from being deployed in execute

2014-02-13 Thread Henrik Skriver Rasmussen
Hi I have a question about the expected behaviour of the deploy:deploy-file goal in the maven deploy plugin 2.8.1 which I am currently using to deploy one file. It surprised me that no matter what I did I kept getting more artifacts deployed that I asked for and the reason is in the

Re: maven-deploy-plugin: exclude specific project artifact(s)?

2014-01-21 Thread Gordon Cody
Hello We use this to prevent deploying ears/wars into our repo. Everything is built but not everything gets deployed. Newer versions of the deploy plugin allow you to skip deployment so within a few specific poms you can add. maven-deploy-plugin

RE: maven-deploy-plugin: exclude specific project artifact(s)?

2014-01-20 Thread Jim Garrison
> deploys all three artifacts (the original jar, the jwd and the zip > > file) to Nexus. > > > > Is there a way to prevent deployment of the jar and jwd, and only > > upload the zip file to Nexus? I've read the maven-deploy-plugin > > documentation page but

Re: maven-deploy-plugin: exclude specific project artifact(s)?

2014-01-20 Thread Robert Scholte
d jwd, and only upload the zip file to Nexus? I've read the maven-deploy-plugin documentation page but there doesn't seem to be a way to prevent those artifacts from being deployed. - To unsubscribe, e-

maven-deploy-plugin: exclude specific project artifact(s)?

2014-01-20 Thread Jim Garrison
e a way to prevent deployment of the jar and jwd, and only upload the zip file to Nexus? I've read the maven-deploy-plugin documentation page but there doesn't seem to be a way to prevent those artifacts from being deployed.

Re: maven deploy plugin fails with artifact-not-found

2013-12-13 Thread Sankaran, Nambi
Yes, did try ³mvm deploy². But it fails in an empty repo. This is a parent pom file ( packaging = pom ). This pom contains section and section that¹s all. On 12/13/13, 10:07 AM, "Thorsten Heit" wrote: >Hi, > >> I¹m trying to deploy a snapshot version of the artifact for the first >time. >>

Re: maven deploy plugin fails with artifact-not-found

2013-12-13 Thread Thorsten Heit
Hi, > I’m trying to deploy a snapshot version of the artifact for the first time. > Maven deploy fails with error “could not find artifact in the remote > repository” > Obviously the artifact was never deployed in the remote repository, > so it is not available in the remote repository. > > Tri

maven deploy plugin fails with artifact-not-found

2013-12-13 Thread Sankaran, Nambi
m 2.0.0.RC3-SNAPSHOT [INFO] ---- [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-cli) @ platform-root --- Downloading: http://repocorp.com/content/repositories/snapshots/com/ebay/platform/platform-root/2.0.0.RC3-SNAPSHOT/maven-metadata.xml Uploading: h

[ANN] Apache Maven Deploy Plugin 2.8.1 Released

2013-10-19 Thread Robert Scholte
The Apache Maven team is pleased to announce the release of the Apache Maven Deploy Plugin, version 2.8.1 This plugin plugin is primarily used during the deploy phase, to add your artifact(s) to a remote repository for sharing with other developers and projects. http://maven.apache.org

[ANN] Apache Maven Deploy Plugin 2.8 Released

2013-09-30 Thread Robert Scholte
The Apache Maven team is pleased to announce the release of the Apache Maven Deploy Plugin, version 2.8 This plugin is primarily used during the deploy phase, to add your artifact(s) to a remote repository for sharing with other developers and projects. http://maven.apache.org/plugins

Maven Deploy Plugin and Nexus Meta Data update of LATEST failing

2013-07-18 Thread Martijn Verburg
Hi all, I've upgraded to the latest maven deploy plugin and hte latest nexus OSS version. I hoped that between the two that the updating of the LATEST meta-data would work when doing a relase (See http://stackoverflow.com/questions/4878808/maven-metadata-xml-is-not-updated-when-deployi

Re: Maven deploy plugin

2013-05-01 Thread Wayne Fay
> Hi, when using the maven deploy plugin, can I change the name of the file > being uploaded to Nexus. ?? No. Wayne - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: u

Re: Maven deploy plugin

2013-05-01 Thread Stephen Connolly
The Maven Deploy Plugin has one function: deploying artifacts to a Maven repository. A Maven repository has a strict layout: URL + groupId.replaceAll('.','/')+"/"+artifactId+"/"+version.replace("-\d{8}\.\d{6}-\d+$","-SNAPSHOT")+"/&

Maven deploy plugin

2013-05-01 Thread Kristian Lind
Hi, when using the maven deploy plugin, can I change the name of the file being uploaded to Nexus. ?? Like the maven-ear-plugin has the finalName. Now the file just gets the name "artifactId"

Re: Using the Maven Deploy Plugin

2012-08-06 Thread Benson Margulies
solutions suggested before, but nothing worked. Even I > deleted the earlier from local file system repository... > > Any clue? > > > > -- > View this message in context: > http://maven.40175.n5.nabble.com/Using-the-Maven-Deploy-Plugin-tp126828p5716127.html > S

Re: Using the Maven Deploy Plugin

2012-08-05 Thread chan
repository... Any clue? -- View this message in context: http://maven.40175.n5.nabble.com/Using-the-Maven-Deploy-Plugin-tp126828p5716127.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-m

Re: Maven deploy plugin: altDeploymentRepository: snapshots OK?

2012-03-21 Thread Mirko Friedenhagen
On Wed, Mar 21, 2012 at 19:18, Laird Nelson wrote: > On Wed, Mar 21, 2012 at 2:10 PM, Olivier Lamy wrote: > >> Use something like >> >>   >>     >>      ${distMgmtSnapshotsId} >>      ${distMgmtSnapshotsName} >>      ${distMgmtSnapshotsUrl} >>     >>   >> >>   >>    Snapshot Repository >>    Snap

Re: Maven deploy plugin: altDeploymentRepository: snapshots OK?

2012-03-21 Thread Laird Nelson
On Wed, Mar 21, 2012 at 2:10 PM, Olivier Lamy wrote: > Use something like > > > > ${distMgmtSnapshotsId} > ${distMgmtSnapshotsName} > ${distMgmtSnapshotsUrl} > > > > >Snapshot Repository >Snapshot Repository >http://host:port > /repository/snapshots/ > >

Re: Maven deploy plugin: altDeploymentRepository: snapshots OK?

2012-03-21 Thread Olivier Lamy
Use something like ${distMgmtSnapshotsId} ${distMgmtSnapshotsName} ${distMgmtSnapshotsUrl} Snapshot Repository Snapshot Repository http://host:port/repository/snapshots/ You have correct default values and you can override with -D ... 2012/3/

Maven deploy plugin: altDeploymentRepository: snapshots OK?

2012-03-21 Thread Laird Nelson
If I am deploying a SNAPSHOT artifact, but I wish to supply the altDeploymentRepository property on the command line, is Maven or the plugin smart enough to realize that I'm deploying a SNAPSHOT? I ask because the "regular" distributionManagement element has *two* entries: one for releases, and on

Re: maven-deploy-plugin 2.7

2012-02-24 Thread Wayne Fay
>                                           > ${project.distributionManagement.repository.url} > snapshots > ${dist.dir.client}/${client.jar.arnes.name}.jar Generally people are using deploy:deploy-file by specifying all parameters as -D on the command line. What are you trying to achieve with th

maven-deploy-plugin 2.7

2012-02-22 Thread TomazM
Plugin fail to read url tag as variable: project.distributionManagement.repository.url and url is HTTTP based protokol deploy deploy-file

Re: maven-deploy-plugin: package vs deploy phase

2011-09-15 Thread Andreas Sewe
Hi Greg, Greg Sandell wrote: > I have a call to maven-deploy-plugin bound to package phase that works > correctly when I call "maven clean package" but if I call "maven clean > deploy" I get: > > "java.lang.IllegalStateException: Cannot add two dif

maven-deploy-plugin: package vs deploy phase

2011-09-15 Thread Greg Sandell
I have a call to maven-deploy-plugin bound to package phase that works correctly when I call "maven clean package" but if I call "maven clean deploy" I get: "java.lang.IllegalStateException: Cannot add two different pieces of metadata for: project com.thomsonreuters.ima

[ANN] Maven GPG Plugin 1.4 and Maven Deploy Plugin 2.7 Released

2011-08-27 Thread Stephen Connolly
Subject: The Maven team is pleased to announce the release of the Maven GPG Plugin, version 1.4 and the Maven Deploy Plugin, version 2.7 The Maven GPG plugin signs all of the project's attached artifacts with GnuPG. The Maven Deploy plugin is primarily used during the deploy phase, to add

[ANN] Maven Deploy Plugin 2.6 Released

2011-05-13 Thread Paul Gier
The Maven team is pleased to announce the release of the Maven Deploy Plugin, version 2.6 This plugin allows artifacts to be deployed to a Maven repository. See the plugin's site for more details: http://maven.apache.org/plugins/maven-deploy-plugin/ You should specify the version in

Re: Maven deploy plugin increments buildNumber twice during a single invocation of "mvn deploy"

2010-10-04 Thread Daniel Patton
On 2 October 2010 13:37, Benjamin Bentmann wrote: > > In case you refer to the pde-maven-plugin ( > http://mojo.codehaus.org/pde-maven-plugin/), you should fill this as a bug > at http://jira.codehaus.org/browse/MOJO/component/12535, its > EclipsePDEAttachMojo.java uses the wrong way to attach the

Re: Maven deploy plugin increments buildNumber twice during a single invocation of "mvn deploy"

2010-10-02 Thread Benjamin Bentmann
Daniel Patton wrote: However, the ZIP file (which is the attached artifact produced by the maven-pde-plugin) is given a buildNumber of 4, and if I check the maven-metadata.xml file, the buildNumber has indeed been incremented twice. In case you refer to the pde-maven-plugin (http://mojo.codeh

Maven deploy plugin increments buildNumber twice during a single invocation of "mvn deploy"

2010-10-01 Thread Daniel Patton
Dear Maven Users, I am using the maven-deploy-plugin to deploy snapshot builds to a shared repository. This works fine for all my "standard" projects, but I have one project that uses the maven-pde-plugin to build an Eclipse plugin, and this involves attaching an extra artifact to the

Re: maven-deploy-plugin hangs when deploying artifacts

2010-09-11 Thread Simone Tripodi
> in the middle of the release process in apache-commons I met a strage > behavior in the maven-deploy-plugin: the scp in people.apache.org > requires interactive password (even if set in settings.xml) so when > trying to upload, it prompts for the password. It nicely works when > depl

maven-deploy-plugin hangs when deploying artifacts

2010-09-11 Thread Simone Tripodi
Hi all guys, in the middle of the release process in apache-commons I met a strage behavior in the maven-deploy-plugin: the scp in people.apache.org requires interactive password (even if set in settings.xml) so when trying to upload, it prompts for the password. It nicely works when deploying

Re: maven deploy plugin

2010-08-06 Thread Wayne Fay
> of these deploy fine to Archiva.  I have one maven project that is similar > in structure to all the rest that produces a 2M JAR.  This project will not > deploy to Archiva.  It exits with the following exception: Did you post this on the Archiva list? They may know about a defect either in Mave

maven deploy plugin

2010-08-06 Thread mjkelleher
-- View this message in context: http://maven.40175.n5.nabble.com/maven-deploy-plugin-tp2265826p2265826.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.a

Problem using maven-deploy-plugin against an https server via proxy

2010-06-14 Thread Jochen Wiedmann
Hi, I am trying to deploy a snapshot of an Apache project to https://repository.apache.org/content/repositories/snapshots. From my point of view, the configuration is correct: I have a "server" entry in my settings.xml and I have configured an https proxy. (See "Adding User-Agent configuration" an

maven-deploy-plugin differences between 2.4 and 2.5

2010-06-08 Thread Jason Chaffee
I tried to upgrade to version 2.5 and I started to get the following error all projects that we using the assembly to attach artifacts. It works correctly on my "jar", "war" and "pom" only projects though. Does anyone have any idea why this happening? [INFO] --

Re: Error from maven deploy plugin during release:perform

2010-05-20 Thread Stijn Maller
aven 2.2.1 (r801777; 2009-08-06 14:16:01-0500) > Java version: 1.6.0_17 > Java home: /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home > Default locale: en_US, platform encoding: MacRoman > OS name: "mac os x" version: "10.6.2" arch: "x86_64" Family:

Re: doubt in maven-deploy plugin : deploy-file goal

2010-04-30 Thread Ron Wheeler
to:anders.g.ham...@gmail.com] On Behalf Of Anders Hammar Sent: Friday, April 30, 2010 3:04 PM To: Maven Users List Subject: Re: doubt in maven-deploy plugin : deploy-file goal Didn't you ask the very same question (twice) yesterday? Please don't spam the mailing list, but allow some days for p

RE: doubt in maven-deploy plugin : deploy-file goal

2010-04-30 Thread Ambikapathy, Srinivas
ders.g.ham...@gmail.com [mailto:anders.g.ham...@gmail.com] On Behalf Of Anders Hammar Sent: Friday, April 30, 2010 3:04 PM To: Maven Users List Subject: Re: doubt in maven-deploy plugin : deploy-file goal Didn't you ask the very same question (twice) yesterday? Please don't spam the mailing list,

Re: doubt in maven-deploy plugin : deploy-file goal

2010-04-30 Thread Anders Hammar
Didn't you ask the very same question (twice) yesterday? Please don't spam the mailing list, but allow some days for people to answer. /Anders On Thu, Apr 29, 2010 at 16:53, srinivasa raghavan < srinivasaraghava...@gmail.com> wrote: > Hi, > have a doubt in maven-deploy p

doubt in maven-deploy plugin : deploy-file goal

2010-04-30 Thread srinivasa raghavan
Hi, have a doubt in maven-deploy plugin 2.5 version. For deploy-file goal , they make a sanity check to see whether the file to be deployed is present in the local repository and if so they fail the deploy goal. I believe 2.4 version didn't do that. So why is it illegal to deploy artifact

doubt in maven-deploy plugin : deploy-file goal

2010-04-29 Thread srinivasa raghavan
Hi, have a doubt in maven-deploy plugin 2.5 version. For deploy-file goal , they make a sanity check to see whether the file to be deployed is present in the local repository and if so they fail the deploy goal. I believe 2.4 version didn't do that. So why is it illegal to deploy artifact

Error from maven deploy plugin during release:perform

2010-03-30 Thread rsmith99
7;t turned anything up. Anyone seen this before or know what I might try? Regards, Ron -- View this message in context: http://n2.nabble.com/Error-from-maven-deploy-plugin-during-release-perform-tp4822554p4822554.html Sent from the maven users mailing list archive at Nabble.com. -

maven-deploy-plugin — inconsistent unique Version, upload and download issues

2010-03-12 Thread Julien CARSIQUE
Hello, I had an issue with Nexus not returning the right artifact, apparently to be due to presence of both -SNAPSHOT and artifacts in its repositories; this seems to be fixed by emptying the snapshot repositories and re-deploy. Before the deletion, Maven was always download -SNAPSHOT artifacts,

[ANN] Maven Deploy Plugin 2.5 Released

2009-12-25 Thread Benjamin Bentmann
The Maven team is pleased to announce the release of the Maven Deploy Plugin, version 2.5. This plugin is primarily used during the deploy phase, to add your artifact(s) to a remote repository for sharing with other developers and projects. For more information, see the plugin's site:

Re: Using the Maven Deploy Plugin

2009-11-30 Thread Brian Fox
Original Message- >> From: Jamie Whitehouse [mailto:jamie.whiteho...@genesyslab.com] >> Sent: Thu 11/12/2009 3:40 PM >> To: Maven Users List >> Subject: RE: Using the Maven Deploy Plugin >> >> No, it's http that you want. >> >> Since you used fil

Re: Using the Maven Deploy Plugin

2009-11-30 Thread Brian Fox
9 3:40 PM > To: Maven Users List > Subject: RE: Using the Maven Deploy Plugin > > No, it's http that you want. > > Since you used file initially you'll probably see your artifacts on your > local disk in a directory like > myserver:8081/nexus/content/rep

Re: Using the Maven Deploy Plugin

2009-11-30 Thread starver
y ideas as to what is going on here? > > Thanks. > > -- View this message in context: http://old.nabble.com/Using-the-Maven-Deploy-Plugin-tp26325832p26581431.html Sent from the Maven - Users mailing list archive at Nabble.com. --

RE: Using the Maven Deploy Plugin

2009-11-12 Thread Neil Chaudhuri
. -Original Message- From: Jamie Whitehouse [mailto:jamie.whiteho...@genesyslab.com] Sent: Thu 11/12/2009 3:40 PM To: Maven Users List Subject: RE: Using the Maven Deploy Plugin No, it's http that you want. Since you used file initially you'll probably see your artifacts on your local

RE: Using the Maven Deploy Plugin

2009-11-12 Thread Jamie Whitehouse
ovember 12, 2009 4:32 PM To: Maven Users List Subject: RE: Using the Maven Deploy Plugin As illuminating as that link is, I have my pom setup in precisely that fashion. The only difference is that I am not using either scp or sftp as my protocol because they are not appropriate in my case. Is

RE: Using the Maven Deploy Plugin

2009-11-12 Thread Neil Chaudhuri
Message- From: Stevo Slavic [mailto:ssla...@gmail.com] Sent: Thu 11/12/2009 3:14 PM To: Maven Users List Subject: Re: Using the Maven Deploy Plugin http://maven.apache.org/pom.html#Repository Regards, Stevo. On Thu, Nov 12, 2009 at 9:30 PM, Neil Chaudhuri < nchaudh...@potomacfusion.com>

Re: Using the Maven Deploy Plugin

2009-11-12 Thread Stevo Slavić
http://maven.apache.org/pom.html#Repository Regards, Stevo. On Thu, Nov 12, 2009 at 9:30 PM, Neil Chaudhuri < nchaudh...@potomacfusion.com> wrote: > We have an internal Maven repository that I can view in my browser at > http://myserver:8081/nexus/content/repositories/myRepo/. I am simply > tryi

Using the Maven Deploy Plugin

2009-11-12 Thread Neil Chaudhuri
We have an internal Maven repository that I can view in my browser at http://myserver:8081/nexus/content/repositories/myRepo/. I am simply trying to upload my generated WAR file to this repository. I have set up credentials in settings.xml, and my pom is set up as follows: my-maven

Re: maven deploy plugin

2009-08-12 Thread Wendy Smoak
On Wed, Aug 12, 2009 at 2:30 PM, huser wrote: > Here is what I added in the maven goal. > > -e deploy:deploy-file -Dfile=pom.xml > -Durl=http://abc001.na.abcglobal.com:8081/nexus/content/repositories/releases > -DrepositoryId=releases -DgroupId=com.abc.t3 -DartifactId=t3 -Dversion=1.1 > -Dpackagin

Re: maven deploy plugin

2009-08-12 Thread huser
ual file i.e pom.xml in this case. What could be wrong here ? Thanks, huser wrote: > > Hi, > > I want to deploy a project POM file only. I added maven-deploy plugin as > follows. When I run > > mvn dpeloy:deploy-file > > It still complains about missing modules

Re: maven deploy plugin

2009-08-11 Thread Alexander
Tried http://maven.apache.org/plugins/maven-deploy-plugin/deploy-file-mojo.html? If no, try this. [?] 2009/8/10 huser > > Hi, > > I want to deploy a project POM file only. I added maven-deploy plugin as > follows. When I run > > mvn dpeloy:deploy-file > > It st

maven deploy plugin

2009-08-10 Thread huser
Hi, I want to deploy a project POM file only. I added maven-deploy plugin as follows. When I run mvn dpeloy:deploy-file It still complains about missing modules directories. I dont want to build the modules. I want to generate the pom file only. How can I do this

Maven error with multiple executions in maven-deploy-plugin

2009-03-16 Thread Jürgen Rose
deploy:deploy-file org.apache.maven.plugins maven-deploy-plugin 2.4 deploy-file openscada

Re: maven deploy plugin help

2008-10-08 Thread Brett Porter
You can configure the deploy plugin in each of those projects to skip deployment: http://maven.apache.org/plugins/maven-deploy-plugin/deploy-mojo.html#skip 2008/10/9 Shaun Poore <[EMAIL PROTECTED]>: > so I'm attempting to run mvn deploy from a top level pom and I have an issue >

maven deploy plugin help

2008-10-08 Thread Shaun Poore
so I'm attempting to run mvn deploy from a top level pom and I have an issue I was wondering if anyone had the answer to, any help is greatly appreciated. The top level pom builds several child pom modules. Now I want all of the child poms to be deployed except for one or two when I run mvn deplo

Re: Maven won't run offline (maven-deploy-plugin). Can I use ant for deploy phase?

2008-09-16 Thread Wayne Fay
>>>>> Could you please explain what you're trying to achieve? >>>>>> >>>>>> If you followed some tutorial, please explain at least where it fails >>>>>> for you and what *you* expected it to do. >>

RE: Maven won't run offline (maven-deploy-plugin). Can I use ant for deploy phase?

2008-09-16 Thread Brian E. Fox
ing works. Then you'll understand why we're all confused about what you're trying to do. -Original Message- From: John Brady [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 16, 2008 9:28 AM To: Baptiste MATHUS Cc: Maven Users List Subject: Re: Maven won't run offline (

[ANN] Maven Deploy Plugin version 2.4 Released

2008-08-06 Thread Wendy Smoak
The Maven team is pleased to announce the release of the Maven Deploy Plugin, version 2.4. This plugin is used to add artifacts and associated metadata to a remote repository [1]. http://maven.apache.org/plugins/maven-deploy-plugin/ To use this release, specify the version in your project&#

Re: problems with the maven-deploy-plugin

2008-07-03 Thread Wendy Smoak
On Thu, Jul 3, 2008 at 4:34 PM, Chris Berry <[EMAIL PROTECTED]> wrote: > I was going to try out the true for the > maven-war-plugin, but I don't know where to get it from?? > Do I need to build it myself from the SVN trunk?? Building it yourself is an option, but if you're not already doing that

Re: problems with the maven-deploy-plugin

2008-07-03 Thread Chris Berry
Thanks Wendy. I was going to try out the true for the maven-war-plugin, but I don't know where to get it from?? Do I need to build it myself from the SVN trunk?? So to be clear, if I use , will this cause a JAR to be automatically installed in my local repo (for mvn install) and automatical

Re: problems with the maven-deploy-plugin

2008-07-03 Thread Wendy Smoak
On Thu, Jul 3, 2008 at 4:07 PM, Chris Berry <[EMAIL PROTECTED]> wrote: > Still what I find confusing is that the deploy plugin is aware of SNAPSHOTs > versus Releases -- and it chooses the URL dynamically from > distributionManagement -- so it seems that deploy-file could too?? I've never seen de

  1   2   >