Re: Maven 3.1.0 not adding assemblies to reactor

2013-08-09 Thread Stanislav Ochotnicky
-llr mvn option and see how it > goes? > > Thanks > > > 2013/8/9 Stanislav Ochotnicky > > > During rebuild of our Java packages for Fedora 20 we have encountered an > > interesting issue with Maven 3.1.0[1] > > > > When pom.xml is referencing assemblie

Maven 3.1.0 not adding assemblies to reactor

2013-08-09 Thread Stanislav Ochotnicky
3.0.5 works fine. I couldn't see anything in the release notes that would suggest this change was intentional, but before I file a bug maybe someone can correct me. Attached is a simple reproducer prepared by Mikolaj Izdebski [1] https://bugzilla.redhat.com/show_bug.cgi?id=991454 -- Stan

Re: [1/2] git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/maven

2012-11-30 Thread Stanislav Ochotnicky
> > > > > > > > -- > Olivier Lamy > Talend: http://coders.talend.com > http://twitter.com/olamy | http://linkedin.com/in/olamy > > - > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.o

Re: Git as the canonical SCM

2012-09-05 Thread Stanislav Ochotnicky
ing format-patch(es). That said, the code should IMHO be split into repositories depending on their releases (i.e. code that gets releases simultaneously should be in one repo, code that has multiple parts which get their own release tags should be in separate repos) -- Stanislav Ochotnicky Softw

Re: Updating dependencies on Maven 2.x to Maven 3.x in plugins?

2012-08-17 Thread Stanislav Ochotnicky
consider dropping support for JRE > 1.5 (given that 1.6 is nearing EOL) in which case we would probably retain > a link to the last version that only requires JRE 1.5 such as we are > currently doing for JRE 1.4 (i.e. the 2.0.11 link). Whether we would drop > the 2.0.11 link at that point

Re: Updating dependencies on Maven 2.x to Maven 3.x in plugins?

2012-08-17 Thread Stanislav Ochotnicky
re there any specific outstanding issues that need this change to solve? Nothing specific, just looking 10 years into the future where Maven 2.x still lives happily. -- Stanislav Ochotnicky Software Engineer - Base Operating Systems Brno PGP: 7B087241 Red Hat Inc.

Re: Updating dependencies on Maven 2.x to Maven 3.x in plugins?

2012-08-17 Thread Stanislav Ochotnicky
* there will come a time where 2.0.11 and 2.2.1 will have to die (i.e not be featured as download options). I would guess the transition would start at least then. -- Stanislav Ochotnicky Software Engineer - Base Operating Systems Brno PGP: 7B087241 Red Hat Inc. htt

Updating dependencies on Maven 2.x to Maven 3.x in plugins?

2012-07-30 Thread Stanislav Ochotnicky
maven-artifact-manager * maven-error-diagnostics * maven-model * maven-monitor * maven-plugin-descriptor * maven-plugin-registry * maven-profile * maven-project * maven-toolchain -- Stanislav Ochotnicky Software Engineer - Base Operating Systems Brno PGP: 7B087241 Red Ha

Re: How do I reply to an old message on the ml ?

2012-07-24 Thread Stanislav Ochotnicky
; 5. Send message Most email clients allow you to add additional headers (at least Thunderbird used to last time I checked), but for specifics you'll have to look at docs for your client. -- Stanislav Ochotnicky Software Engineer - Base Operating Systems Brno PGP: 7B087241 Red Hat Inc.

Re: RPMs for Maven 3?

2012-03-22 Thread Stanislav Ochotnicky
://brettporter.wordpress.com/ >> http://au.linkedin.com/in/brettporter >> http://twitter.com/brettporter >> >> >> >> >> > >-- >Brett Porter >br...@apache.org >http://brettporter.wordpress.com/ >http://au.linkedin.com/in/brettporte

Re: RPMs for Maven 3?

2012-03-20 Thread Stanislav Ochotnicky
cted. I don't want >any specific modifications made to the existing build process to accommodate >RPMs. I think a separate build would be more useful as it will be specific to >the task at hand and people can use it as they like to produce RPMs for >themselves if they so choo

Re: RPMs for Maven 3?

2012-03-20 Thread Stanislav Ochotnicky
o if there's no easy way to upgrade. That is why >I would think that the Maven folks would be interested in this, but it >sounds like it's not a priority. > >Thanks for your response, Manfred, and for everyone else's input in this >thread. I like your approach. Ku

Re: RPMs for Maven 3?

2012-03-19 Thread Stanislav Ochotnicky
Quoting Jos Backus (2012-03-16 19:55:31) >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 &

Re: Build Requires tag

2012-03-16 Thread Stanislav Ochotnicky
t;from scratch" and therefore BuildRequires tag is pointless in them. I assume you have a specific use-case, but it doesn't seem valid from the information you provided. Why do you want to rebuild the rpm after the maven-rpm-plugin is done with it? -- Stanislav Ochotnicky Software

Re: RPMs for Maven 3?

2012-03-16 Thread Stanislav Ochotnicky
e. Biggest issue would probably be that some of our current binary rpms in F17 and rawhide are built using OpenJDK 7 with target set to 1.7 so you won't be able to use them with 1.6 VM. We do have 3.0.4 currently and quite a few plugins, but if you go this way I'd suggest to ask questi

Re: Using maven as appstore for java app

2011-12-22 Thread Stanislav Ochotnicky
lnerability? You bundled just the binary right? 3. Develop fix for each of identified versions 4. test, deploy, etc END LOOP Good luck to your security response team. Before I forget: Merry Christmas and happy New Year everyone (no sarcasm here :-) ) -- Stanislav Ochotnicky Software Engi

Re: [VOTE] Apache Maven 3.0.4

2011-11-28 Thread Stanislav Ochotnicky
about updated deps one way or the other, but it would be nice to have it stated in the release notes if possible. So: pretty please do this :-) -- Stanislav Ochotnicky Software Engineer - Base Operating Systems Brno PGP: 7B087241 Red Hat Inc. http://cz.redhat.com

Re: Fix test scope dependency skipping

2011-09-05 Thread Stanislav Ochotnicky
maven.test.skip" string, referencing > "test" scope directly and few other ugly things so I know it can't be > included as it is. I'd be willing to work on it more, but first I'd like > your opinion on the general PoC idea so I don't waste time with some

Fix test scope dependency skipping

2011-09-05 Thread Stanislav Ochotnicky
d as it is. I'd be willing to work on it more, but first I'd like your opinion on the general PoC idea so I don't waste time with something you'd consider pointless in the end :-) Regards, -- Stanislav Ochotnicky Software Engineer - Base Operating Systems Brno PGP: 7B08724

[PATCH] Use ArtifactUtils when creating keys for ReactorReader

2011-01-18 Thread Stanislav Ochotnicky
Hi, ReactorReader used ArtifactUtils in some places, but in others created keys/versionless keys on its own. This inconsistency could cause problems in the future. Attached patch fixes this problem. -- Stanislav Ochotnicky Associate Software Engineer - Base Operating Systems Brno PGP

Explanation for bundle&shade of org.sonatype.sisu ?

2010-10-11 Thread Stanislav Ochotnicky
org/objectweb/asm/*Writer* -- Stanislav Ochotnicky Associate Software Engineer - Base Operating Systems Brno PGP: 71A1677C Red Hat Inc. http:

Explanation for bundle&shade of org.sonatype.sisu ?

2010-10-08 Thread Stanislav Ochotnicky
org/objectweb/asm/*Writer* ---- -- Stanislav Ochotnicky Associate Software Engineer - Base Operating Systems Brno PGP: 71A1677C Red Hat Inc. http: