Re: FW: Nexus deployment of a ZIP file...

2013-03-21 Thread Wayne Fay
> I have a lot to learn about maven :-) (what difference does it > make when plugin is inside pluginManagement vs. outside). >From Maven documentation: pluginManagement: is an element that is seen along side plugins. Plugin Management contains plugin elements in much the same way, except t

RE: FW: Nexus deployment of a ZIP file...

2013-03-21 Thread Zanzerkia, Robert
: Thursday, March 21, 2013 3:31 PM To: Maven Users List Subject: Re: FW: Nexus deployment of a ZIP file... > mvn antrun:run assembly:single deploy > > Here's the POM that worked. If you are happy with things, then there is nothing more to do! But if you want to further reduce your typing

Re: FW: Nexus deployment of a ZIP file...

2013-03-21 Thread Wayne Fay
> mvn antrun:run assembly:single deploy > > Here's the POM that worked. If you are happy with things, then there is nothing more to do! But if you want to further reduce your typing at the command line then you could: 1. change id of default-cli in assembly plugin to something else 2. change id o

Re: Nexus deployment of a ZIP file...

2013-03-21 Thread Stephen Connolly
> > > > > > > > > Thanks, > > -Original Message- > From: Stephen Connolly [mailto:stephen.al

RE: FW: Nexus deployment of a ZIP file...

2013-03-21 Thread Zanzerkia, Robert
o:stephen.alan.conno...@gmail.com] Sent: Thursday, March 21, 2013 11:04 AM To: Maven Users List Subject: Re: FW: Nexus deployment of a ZIP file... yeah you probably want to bind antrun:run to the lifecycle before the package phase then On 21 March 2013 14:45, Zanzerkia, Robert wrote: > Stephen,

Re: FW: Nexus deployment of a ZIP file...

2013-03-21 Thread Stephen Connolly
if I do mvn deploy it deploys the jar file... > > Thanks, > Robert > PS: I read the classifiers faq and added following to assembly execution > configuration. > false > > -Original Message- > From: Stephen Connolly [mailto:stephen.alan.conno...@gmail.com] >

RE: FW: Nexus deployment of a ZIP file...

2013-03-21 Thread Zanzerkia, Robert
21, 2013 10:10 AM To: Maven Users List Subject: Re: FW: Nexus deployment of a ZIP file... Oh and if you want the assembly to be the primary artifact without a classifier, you need to read http://maven.apache.org/plugins/maven-assembly-plugin/faq.html#required-classifiers On 21 March 2013 14

Re: FW: Nexus deployment of a ZIP file...

2013-03-21 Thread Stephen Connolly
./dist >> >> ** >> >> >> ./target >> ./repository >>

Re: FW: Nexus deployment of a ZIP file...

2013-03-21 Thread Stephen Connolly
./target > ./repository > > > > > > > Thanks, > Robert > > > -Original Message- > From: bmat...@gmail.com [mailto:bmat...@gmail.com] On Behalf Of

RE: FW: Nexus deployment of a ZIP file...

2013-03-21 Thread Zanzerkia, Robert
h 21, 2013 9:40 AM To: Maven Users List Subject: Re: FW: Nexus deployment of a ZIP file... One simple way to go is to have a module dedicated to that assembly. Then just mvn deploy it (or even simpler inside the whole multimodule build). Cheers

RE: FW: Nexus deployment of a ZIP file...

2013-03-21 Thread Zanzerkia, Robert
Of Baptiste MATHUS Sent: Thursday, March 21, 2013 9:01 AM To: Maven Users List Subject: Re: FW: Nexus deployment of a ZIP file... Hi, I would say this is http://jira.codehaus.org/browse/MDEPLOY But if you have a classical maven build, using deploy-file is actually not the way to go. Just do mvn

Re: FW: Nexus deployment of a ZIP file...

2013-03-21 Thread Baptiste MATHUS
One simple way to go is to have a module dedicated to that assembly. Then just mvn deploy it (or even simpler inside the whole multimodule build). Cheers

RE: Re: Nexus deployment of a ZIP file...

2013-03-21 Thread Zanzerkia, Robert
kb.de [mailto:thorsten.h...@vkb.de] Sent: Thursday, March 21, 2013 9:16 AM To: Maven Users List Subject: Re: Re: Nexus deployment of a ZIP file... Hi, > Yup, this is a surprising repetition, agreed, but that's "normal". > Please file an enhancement request about that, I guess this mi

RE: FW: Nexus deployment of a ZIP file...

2013-03-21 Thread Zanzerkia, Robert
a Way Merrimack, NH 03054 Work: 603-791-3477 Blackberry: 603-320-9682 -Original Message- From: bmat...@gmail.com [mailto:bmat...@gmail.com] On Behalf Of Baptiste MATHUS Sent: Thursday, March 21, 2013 9:01 AM To: Maven Users List Subject: Re: FW: Nexus deployment of a ZIP file... Hi, I would say

Re: Re: Nexus deployment of a ZIP file...

2013-03-21 Thread thorsten . heit
Hi, > Yup, this is a surprising repetition, agreed, but that's "normal". > Please file an enhancement request about that, I guess this might be > something fixable. I haven't used deploy:deploy-file from the command line for a longer time, but can't you omit groupId, artifactId etc. when you spe

Re: FW: Nexus deployment of a ZIP file...

2013-03-21 Thread Baptiste MATHUS
ack, NH 03054 > > Work: 603-791-3477 > Blackberry: 603-320-9682 > > > -Original Message- > From: bmat...@gmail.com [mailto:bmat...@gmail.com] On Behalf Of Baptiste > MATHUS > Sent: Thursday, March 21, 2013 8:18 AM > To: Maven Users List > Subject: Re: Nexus deployment o

Re: Nexus deployment of a ZIP file...

2013-03-21 Thread Baptiste MATHUS
t Zanzerkia > Fidelity Investments > FTG-OPS > Two Contra Way > Merrimack, NH 03054 > > Work: 603-791-3477 > Blackberry: 603-320-9682 > > > -Original Message- > From: Zanzerkia, Robert > Sent: Tuesday, March 19, 2013 12:11 PM > To: users@maven.apache.org

RE: Nexus deployment of a ZIP file...

2013-03-21 Thread Zanzerkia, Robert
, March 19, 2013 12:11 PM To: users@maven.apache.org Subject: Nexus deployment of a ZIP file... Hi, I am trying to deploy a zip file built using Maven to the Nexus repository (internal to our company). When I use mvn deploy it connects to repository and deploys the snapshot except with the d

RE: Nexus deployment of a ZIP file...

2013-03-19 Thread Jim McCaskey
distribution.xml -Original Message- From: Zanzerkia, Robert [mailto:robert.zanzer...@fmr.com] Sent: Tuesday, March 19, 2013 11:11 AM To: users@maven.apache.org Subject: Nexus deployment of a

Re: Nexus deployment of a ZIP file...

2013-03-19 Thread Jeffrey E Care
"Zanzerkia, Robert" wrote on 03/19/2013 12:10:33 PM: > From: "Zanzerkia, Robert" > To: "users@maven.apache.org" , > Date: 03/19/2013 12:12 PM > Subject: Nexus deployment of a ZIP file... > > Hi, > I am trying to deploy a zip file built usin

Nexus deployment of a ZIP file...

2013-03-19 Thread Zanzerkia, Robert
Hi, I am trying to deploy a zip file built using Maven to the Nexus repository (internal to our company). When I use mvn deploy it connects to repository and deploys the snapshot except with the default jar file NOT with the zip file I am building as explained below. "uCMDB-PatternDev-0.0.1-2