Invitation to connect on LinkedIn

2012-01-21 Thread ashishmemod
LinkedIn Jeff, I'd like to add you to my professional network on LinkedIn. - Ashish Ashish Patel -- India Confirm that you know Ashish Patel: https://www.linkedin.com/e/7uv5np-gxplo4zt-5d/isd/5609237096/Gm2huQRJ/?hs=false&tok=1eqi3Zs47dxB41 -- You are receiving Invitation to Co

RE: Maven Global Index View Incomplete (using Nexus as Repo Proxy)

2012-01-21 Thread Andreas Weise
Nevermind. Scheduling a 'Publish index'-job in nexus did the trick. Sorry for the spam. -- Andy -Original Message- From: Andreas Weise [mailto:m...@andreasweise.com] Sent: Samstag, 21. Januar 2012 13:33 To: Maven Users List Subject: RE: Maven Global Index View Incomplete (using Nexus

Re: Word Documents for Release Team and SET files of the application.

2012-01-21 Thread Wayne Fay
> So looks like there isn't any Standard defined by MAVEN for that.. > > We have to use maven-assembly-plugin in order to package it correct ? If you put the files under src/main/resources somewhere, then the jar plugin will pick them up. Otherwise yes you will need to use assembly plugin. Wayne

Using Maven Shade plugin to create Uber-Jar of another Maven plugin

2012-01-21 Thread Lewis John Mcgibbney
Hi, There is some code within the maven-license-plugin which I would like to package into a jar file and extend, this would enable my project to use it @ runtime. I am currently working to configure the Maven shade plugin to do this, but haven't quite got the configuration correct yet. First thing

Re: custom unique version

2012-01-21 Thread Vincent Latombe
http://mojo.codehaus.org/buildnumber-maven-plugin/ could be your solution Vincent 2012/1/20 Ron Wheeler > Of all of the developers that have built thousands of applications using > Maven, you are the only one who wants to do this. > > Does that not raise any red flags? > > There must be a "bes

mvn release problems with too many '-'?

2012-01-21 Thread Erwin Mueller
Have maven problems with modules containing too many "-"? I have projects that are named: globalpom-groovy globalpom-groovy-izpack globalpom-groovy-izpack-snglejar globalpom-groovy-testutils But if I do mvn release:prepare, then I get the error: [INFO] Executing: /bin/sh -c cd /mnt/read/project

Re: Single zip out of multi module project

2012-01-21 Thread Guillaume Polet
Have a look at the maven assembly plugin. Cheers, Guillaume Le 21/01/2012 10:54, vijayrcse a écrit : Hi I am a newbie to Maven. This is my problem I have a multi module pom project. Ex : A is the parent having its pom, with 3 sub modules as B, C D When i build A i am getting three separate z

RE: Maven Global Index View Incomplete (using Nexus as Repo Proxy)

2012-01-21 Thread Andreas Weise
I forgot attachments are not forwarded in the mailing list. So I uploaded the screenshots here: http://imageshack.us/g/163/01nexusbrowseindex.png/ From: Andreas Weise [mailto:m...@andreasweise.com] Sent: Samstag, 21. Januar 2012 13:29 To: users@maven.apache.org Subject: Maven Global Index View I

Maven Global Index View Incomplete (using Nexus as Repo Proxy)

2012-01-21 Thread Andreas Weise
Hi Community, I'm not sure whether this is a maven, m2e or nexus issue. I would assume it is maven not syncing the indexes properly. We are using nexus oss as repo proxy and I'm wondering why index view in nexus differs from index view of a client (e.g. via m2e). At the end this causes the m2e

Single zip out of multi module project

2012-01-21 Thread vijayrcse
Hi I am a newbie to Maven. This is my problem I have a multi module pom project. Ex : A is the parent having its pom, with 3 sub modules as B, C D When i build A i am getting three separate zip files for B c and D How to build A such that i just get one zip, and i should be able to unzip and d