Re: RPMs for Maven 3?

2012-03-16 Thread Jos Backus
On Fri, Mar 16, 2012 at 5:22 AM, Aleksandar Kurtakov wrote: > > > - Original Message - >> From: "Chris Graham" >> To: "Maven Developers List" >> Sent: Friday, March 16, 2012 1:42:37 PM >> Subject: Re: RPMs for Maven 3? >> >> I would also point out that the plugins do not need packaging,

Re: RPMs for Maven 3?

2012-03-16 Thread Jos Backus
Hi Stanislav, On Fri, Mar 16, 2012 at 3:46 AM, Stanislav Ochotnicky wrote: > Quoting Jos Backus (2012-03-15 21:04:00) >>Hi, >> >>I'm trying to install Maven 3 in automatically generated CentOS VM >>images, and having Maven 3 and plugins available as RPMs would help >>greatly with this effort. >>

Re: [VOTE] Apache Maven Shade Plugin 1.6

2012-03-16 Thread John Casey
+1 On 3/15/12 5:56 AM, Olivier Lamy wrote: Hello, I'd like to release Apache Maven Shade Plugin 1.6. We fixed 6 issues: https://jira.codehaus.org/secure/ReleaseNote.jspa?version=18042&styleName=Text&projectId=11540&Create=Create Staging repo: https://repository.apache.org/content/repositories

Re: [VOTE] Apache Maven Shade Plugin 1.6

2012-03-16 Thread Daniel Kulp
+1 Dan On Thursday, March 15, 2012 10:56:34 AM Olivier Lamy wrote: > Hello, > I'd like to release Apache Maven Shade Plugin 1.6. > > We fixed 6 issues: > > https://jira.codehaus.org/secure/ReleaseNote.jspa?version=18042&styleName= > Text&projectId=11540&Create=Create > > Staging repo: > htt

Re: [VOTE] Apache Maven Shade Plugin 1.6

2012-03-16 Thread Mark Struberg
+1 LieGrue, strub - Original Message - > From: Stephen Connolly > To: Maven Developers List > Cc: > Sent: Friday, March 16, 2012 1:10 PM > Subject: Re: [VOTE] Apache Maven Shade Plugin 1.6 > > +1 > > -Stephen > > On 15 March 2012 09:56, Olivier Lamy wrote: >> Hello, >> I'd like

Re: RPMs for Maven 3?

2012-03-16 Thread Aleksandar Kurtakov
- Original Message - > From: "Chris Graham" > To: "Maven Developers List" > Sent: Friday, March 16, 2012 1:42:37 PM > Subject: Re: RPMs for Maven 3? > > I would also point out that the plugins do not need packaging, as > maven will download them. Only the base distribution needs to be

Re: [VOTE] Apache Maven Shade Plugin 1.6

2012-03-16 Thread Stephen Connolly
+1 -Stephen On 15 March 2012 09:56, Olivier Lamy wrote: > Hello, > I'd like to release Apache Maven Shade Plugin 1.6. > > We fixed 6 issues: > > https://jira.codehaus.org/secure/ReleaseNote.jspa?version=18042&styleName=Text&projectId=11540&Create=Create > > Staging repo: https://repository.apach

Re: RPMs for Maven 3?

2012-03-16 Thread Chris Graham
I would also point out that the plugins do not need packaging, as maven will download them. Only the base distribution needs to be RPM'd. Sent from my iPhone On 16/03/2012, at 9:46 PM, Stanislav Ochotnicky wrote: > Quoting Jos Backus (2012-03-15 21:04:00) >> Hi, >> >> I'm trying to install Ma

Re: [VOTE] Apache Maven Shade Plugin 1.6

2012-03-16 Thread Benson Margulies
+1 On Thu, Mar 15, 2012 at 9:02 PM, Hervé BOUTEMY wrote: > +1 > > Hervé > > Le jeudi 15 mars 2012 10:56:34 Olivier Lamy a écrit : >> Hello, >> I'd like to release Apache Maven Shade Plugin 1.6. >> >> We fixed 6 issues: >> >> https://jira.codehaus.org/secure/ReleaseNote.jspa?version=18042&styleNam

Re: Build Requires tag

2012-03-16 Thread Stanislav Ochotnicky
Quoting enarkri (2012-03-16 09:27:12) >Hi, >I am creating an RPM package using rpm-maven-plugin. >During the generation of the SPEC file, I would want to have the >"BUILDREQUIRES" tag also to be printed in the SPEC file. Is it >possible? If so how? >From maven-rpm-plugin docs: In particular,

Re: RPMs for Maven 3?

2012-03-16 Thread Stanislav Ochotnicky
Quoting Jos Backus (2012-03-15 21:04:00) >Hi, > >I'm trying to install Maven 3 in automatically generated CentOS VM >images, and having Maven 3 and plugins available as RPMs would help >greatly with this effort. > >How hard would it be to augment the CI setup that creates the Maven >packages today

Build Requires tag

2012-03-16 Thread enarkri
Hi, I am creating an RPM package using rpm-maven-plugin. During the generation of the SPEC file, I would want to have the "BUILDREQUIRES" tag also to be printed in the SPEC file. Is it possible? If so how? Naren