Re: Supporting branches in Maven

2011-01-30 Thread Arnaud Héritier
We are also only using a change in the version. We often use the release:branch mojo to create the branch but sometimes we do it manually with versions:set to update all versions. Arnaud On Sun, Jan 30, 2011 at 10:42 PM, Evgeny Goldin wrote: > > Thanks, I see "release:branch" is the common way

Re: Supporting branches in Maven

2011-01-30 Thread Evgeny Goldin
Thanks, I see "release:branch" is the common way so it means we're doing basically the same. - Best regards, Evgeny http://evgeny-goldin.com/ evgeny-goldin.com -- View this message in context: http://maven.40175.n5.nabble.com/Supporting-branches-in-Maven-tp3363522p3363783.html Sent from

Re: Welcome Evgeny Mandrikov to Apache Maven Dev Team

2011-01-30 Thread Paul Benedict
Welcome On Sun, Jan 30, 2011 at 1:51 PM, Olivier Lamy wrote: > Hello, > > We just voted him as a committer. > > So Welcome Evgeny ! > > Thanks, > -- > Apache Maven Team > > - > To unsubscribe, e-mail: dev-unsubscr...@maven.

Re: Welcome Evgeny Mandrikov to Apache Maven Dev Team

2011-01-30 Thread Arnaud Héritier
Welcome Evgeny !!! Arnaud On Sun, Jan 30, 2011 at 9:29 PM, Stephen Connolly < stephen.alan.conno...@gmail.com> wrote: > welcome > > - Stephen > > --- > Sent from my Android phone, so random spelling mistakes, random nonsense > words and other nonsense are a direct result of using swype to type o

Re: Welcome Evgeny Mandrikov to Apache Maven Dev Team

2011-01-30 Thread Stephen Connolly
welcome - Stephen --- Sent from my Android phone, so random spelling mistakes, random nonsense words and other nonsense are a direct result of using swype to type on the screen On 30 Jan 2011 19:52, "Olivier Lamy" wrote: > Hello, > > We just voted him as a committer. > > So Welcome Evgeny ! > >

Welcome Evgeny Mandrikov to Apache Maven Dev Team

2011-01-30 Thread Olivier Lamy
Hello, We just voted him as a committer. So Welcome Evgeny ! Thanks, -- Apache Maven Team - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: maven-ear-plugin 2.5-SNAPSHOT has been unstable lately

2011-01-30 Thread Anders Hammar
maven-ear-plugin 2.5 was released yesterday. /Anders On Sat, Jan 29, 2011 at 15:00, viggo.navarsete wrote: > > Hi, > > the error come and go randomly. I use the maven-ear-plugin 2.5-SNAPSHOT to > generate application-name, see http://jira.codehaus.org/browse/MEAR-128. > I'm > using it in a JEE 6

[ANNOUNCE] Maven Licenses Verifier Plugin - 0.2-SNAPSHOT

2011-01-30 Thread Karl Heinz Marbaise
Hi to all, I'm proud to present a new update of the Maven Licenses Verifier Plugin This is a "beta" Release so not for production intended! But it would be nice if you could give the plugin a try to see what is working or not...and if it's useful for you... Furthermore if you have ideas, sug

Re: Maven archive issue

2011-01-30 Thread Stevo Slavić
Which version of maven-war-plugin are you using? Did you put maven-war-plugin declaration in pluginManagement? Regards, Stevo. On Fri, Jan 28, 2011 at 11:13 PM, sanju wrote: > I am trying to add archive configuration but that is not helping ( it is not > adding/updating manifest file generated

Re: Supporting branches in Maven

2011-01-30 Thread Justin Edelson
Different branches = different versions. Read the list archives for more information. Justin On Sun, Jan 30, 2011 at 11:27 AM, Evgeny Goldin wrote: > > Hi everybody, > > We have a number of branches built with Maven. If we do nothing then > artifacts from different branches will override each o

Maven archive issue

2011-01-30 Thread sanju
I am trying to add archive configuration but that is not helping ( it is not adding/updating manifest file generated as part of the war). true

Re: maven-ear-plugin 2.5-SNAPSHOT has been unstable lately

2011-01-30 Thread viggo.navarsete
Hi, the error come and go randomly. I use the maven-ear-plugin 2.5-SNAPSHOT to generate application-name, see http://jira.codehaus.org/browse/MEAR-128. I'm using it in a JEE 6 project where I want to access the global JNDI tree. It would be great if you could create a release soon, the sooner the

Supporting branches in Maven

2011-01-30 Thread Evgeny Goldin
Hi everybody, We have a number of branches built with Maven. If we do nothing then artifacts from different branches will override each other in local maven repo and corporate repo manager. So we have a Groovy script that modifies or of all POMs in a branch, by adding a branch name to it. I su

Re: How to migrate Ant obfuscation build to Maven?

2011-01-30 Thread Karsten Silz
We use another obfuscation software - Zelix Klassmaster (http://www.zelix.com/klassmaster). They only have an Ant task, no Maven plugin. But I could write my own plugin that calls the Ant task or call the obfuscator directly. So I assume that right way for Maven obfuscation is to do the obfusca

Re: two questions about archetypes

2011-01-30 Thread Anders Hammar
1. The simplest way (that I know of) to do this is to use Nexus as your repo manager and make sure to have the archetype-plugin installed. It will produce the (remote) archetype catalog file that makes this happen. /Anders On Sun, Jan 30, 2011 at 03:34, Erik Price wrote: > I have two questions