Re: Adding the path to the pom file as a variable.

2014-01-02 Thread onlypq
Thanks Ziga, It's a little more complicated than that, sorry I have not explained it clearly. Anyway, stephenconnolly suggestion did the trick :-) Thanks guys -- View this message in context: http://maven.40175.n5.nabble.com/Adding-the-path-to-the-pom-file-as-a-variable-tp5779909p5780026.ht

RE: assembly plugin jar-with-dependencies - how to refer to artifact name later?

2014-01-02 Thread Jim Garrison
> -Original Message- > From: Ron Wheeler [mailto:rwhee...@artifact-software.com] > Sent: Thursday, January 02, 2014 2:24 PM > To: users@maven.apache.org > Subject: Re: assembly plugin jar-with-dependencies - how to refer to artifact > name later? > > Why does the name change? > What is the

Re: assembly plugin jar-with-dependencies - how to refer to artifact name later?

2014-01-02 Thread Ron Wheeler
Why does the name change? What is the variable portion? Ron On 02/01/2014 3:05 PM, Jim Garrison wrote: I build a jar-with-dependencies in one execution of the assembly plugin. In a second execution I use the assembly plugin to package a distributable zip, and need to substitute the name of the

[ANN] Maven Wagon 2.6 Released

2014-01-02 Thread Benson Margulies
The Apache Maven team is pleased to announce the release of the Apache Maven Wagon, version 2.6. The Wagon component provides communications between Maven and repositories. Typically, to use a particular version of Wagon, you would add an 'extension' to your POM, such as:

Re: New logo?

2014-01-02 Thread Paul Benedict
My suggestion is for someone in the PMC to pay $29 to http://www.48hourslogo.com/ and have an extraordinary number of artists show you their logo ideas. Buy the one you like and then donate it to Apache. Paul

Re: New logo?

2014-01-02 Thread Lyons, Roy
Lettering eh, how about comic sans? :) ... J/K btw Jason & company might let you re-use the letting from http://blog.sonatype.com/wp-content/uploads/2010/03/maven1.jpg if you wanted something a little edgier and crisp. On 1/2/14 3:36 PM, "Stephen Connolly" wrote: >Well our current "ic

Re: New logo?

2014-01-02 Thread Stephen Connolly
Nice... I like the first one for compactness too! On Thursday, 2 January 2014, Adam Retter wrote: > Okay, so I bit the bullet and tried it. I based my examples on a > Creative Commons image, but it should be fine as long as it is > attributed. http://www.flickr.com/photos/dr_scott/4463167753/size

Re: New logo?

2014-01-02 Thread Stephen Connolly
Well our current "icon" is somebody's arse behind a laptop... Which with a cleaner site looks a tad odd With the old header bar it was fine though I have no issue changing the font or colouring, but I think an actual icon or emblem is something good to have. There was some effort to pick a new f

Re: New logo?

2014-01-02 Thread Jeffrey E Care
Stephen Connolly wrote on 01/02/2014 02:06:55 PM: > I personally liked the anteater idea... We can ask the Ant PMC if we have a > "winning" logo that we are worried about While some Ant folks might appreciate the tongue-in-cheek nature of an anteater logo, I think it be seen by many more folk

Re: New logo?

2014-01-02 Thread Mark Derricutt
Is it me or are a lot of these purely changing the icon, not the "logo". i.e. is the "logo" inclusive of the "mAven" name ( side question - why is the A always a different colour, historic Ant reference? ) On 3 Jan 2014, at 2:18, Stephen Connolly wrote: > As 9 is particularly problematic I have

assembly plugin jar-with-dependencies - how to refer to artifact name later?

2014-01-02 Thread Jim Garrison
I build a jar-with-dependencies in one execution of the assembly plugin. In a second execution I use the assembly plugin to package a distributable zip, and need to substitute the name of the jar-with-dependencies output artifact into a script file that launches the program. Does the assembly

Re: New logo?

2014-01-02 Thread Adam Retter
Okay, so I bit the bullet and tried it. I based my examples on a Creative Commons image, but it should be fine as long as it is attributed. http://www.flickr.com/photos/dr_scott/4463167753/sizes/l/ http://static.adamretter.org.uk/maven-logo-example1.png and http://static.adamretter.org.uk/maven-

Re: Adding the path to the pom file as a variable.

2014-01-02 Thread Ziga GREGORIC
I have to agree with Wayne here - this setup is not easy to understand. Since my setup consists of TeamCity and SonarSource, here are my 2 cents. Is this a maven project? Can it be build simply with 'mvn clean install'? If both answers are yes, than have a: - build configuration in TeamCity that

Re: Adding the path to the pom file as a variable.

2014-01-02 Thread onlypq
Thanks Wayne... In Teamcity I am trying to use maven to run Sonar to analyze a projects. When the projects build I need to execute Sonar in that directory, which the directories are created using a revision number so they will always be different. When the project builds it creates a text file (

Re: New logo?

2014-01-02 Thread Stephen Connolly
I personally liked the anteater idea... We can ask the Ant PMC if we have a "winning" logo that we are worried about On Thursday, 2 January 2014, Robert Scholte wrote: > How "safe" is an aardvark or armadillo compared to an AntEater? > > https://www.google.com/search?q=creative+animal&hl=nl&; > s

Re: Adding the path to the pom file as a variable.

2014-01-02 Thread Stephen Connolly
mvn -f path/to/pom.xml On 2 January 2014 16:50, onlypq wrote: > Hello, > > The location of my POM is dynamic, my script will create a variable to the > location of the pom file but I do not know how to enter that variable in > the > maven command line. > Can that be done? > > Thanks > pq > > >

Re: Adding the path to the pom file as a variable.

2014-01-02 Thread Wayne Fay
> The location of my POM is dynamic, my script will create a variable to the > location of the pom file but I do not know how to enter that variable in the > maven command line. Speaking only for myself, I am confused about your use case. Please provide (a lot) more information about what you are

Re: New logo?

2014-01-02 Thread Stephen Connolly
So what... you cannot do worse than http://people.apache.org/~stephenc/maven-logo-contest/maven.png On 2 January 2014 16:55, Adam Retter wrote: > I would love to, but I posses absolutely zero artistic skill. > > On 2 January 2014 16:28, Stephen Connolly > wrote: > > how about you try sketching

Re: New logo?

2014-01-02 Thread Adam Retter
I would love to, but I posses absolutely zero artistic skill. On 2 January 2014 16:28, Stephen Connolly wrote: > how about you try sketching out what you mean! > > > On 2 January 2014 16:18, Adam Retter wrote: > >> I like that one best personally. How about something like the Albanian >> coat of

Adding the path to the pom file as a variable.

2014-01-02 Thread onlypq
Hello, The location of my POM is dynamic, my script will create a variable to the location of the pom file but I do not know how to enter that variable in the maven command line. Can that be done? Thanks pq -- View this message in context: http://maven.40175.n5.nabble.com/Adding-the-path-to-t

Re: New logo?

2014-01-02 Thread Stephen Connolly
how about you try sketching out what you mean! On 2 January 2014 16:18, Adam Retter wrote: > I like that one best personally. How about something like the Albanian > coat of arms? > > On 2 January 2014 15:11, Stephen Connolly > wrote: > > http://people.apache.org/~stephenc/maven-logo-contest/m

Re: New logo?

2014-01-02 Thread Stephen Connolly
how about you try sketching out what you mean! On 2 January 2014 16:18, Adam Retter wrote: > I like that one best personally. How about something like the Albanian > coat of arms? > > On 2 January 2014 15:11, Stephen Connolly > wrote: > > http://people.apache.org/~stephenc/maven-logo-contest/m

Re: New logo?

2014-01-02 Thread Stephen Connolly
Well I am a big fan of my moose with the internet on tap... only benson was against the moose from what I heard... However, I will do a vote-off once we get some other suggestions so that the community can decide On 2 January 2014 15:47, Baptiste Mathus wrote: > Might be just me, but though I'

Re: New logo?

2014-01-02 Thread Adam Retter
I like that one best personally. How about something like the Albanian coat of arms? On 2 January 2014 15:11, Stephen Connolly wrote: > http://people.apache.org/~stephenc/maven-logo-contest/maven-15.png > > > On 2 January 2014 14:52, Lyons, Roy wrote: > >> I was wondering if you might be able to

Re: New logo?

2014-01-02 Thread Baptiste Mathus
Oups, forgot users list. Might be just me, but though I'm not against using a raven, I'd at least prefer the more friendly 13 one (see http://people.apache.org/~stephenc/maven-logo-contest/screenshot-13.png). I'm actually far more liking the friendly teddybear's style of the moose ( http://people.

Re: New logo?

2014-01-02 Thread Stephen Connolly
http://people.apache.org/~stephenc/maven-logo-contest/maven-15.png On 2 January 2014 14:52, Lyons, Roy wrote: > I was wondering if you might be able to try this with the bird flying > upwards and to the right. Its a "moving up and to the future" instead of > "diving down into the past" kind of

Re: New logo?

2014-01-02 Thread Stephen Connolly
As 9 is particularly problematic I have sketched -14 which is not a direct copy of a silhouette. This still has the issue w.r.t. other marks called maven using a silhouetted raven... http://people.apache.org/~stephenc/maven-logo-contest/maven-14.png (in context: http://people.apache.org/~stephenc/

Re: New logo?

2014-01-02 Thread Stephen Connolly
two more that I drew over the holidays: http://people.apache.org/~stephenc/maven-logo-contest/maven-12.png (in context: http://people.apache.org/~stephenc/maven-logo-contest/screenshot-12.png) http://people.apache.org/~stephenc/maven-logo-contest/maven-13.png (in context: http://people.apache.org

Re: How to copy unversioned test resources during release:perform?

2014-01-02 Thread Stephen Connolly
Hmmm that is an interesting problem... One solution would be to add a goal to http://maven.apache.org/maven-release/maven-release-plugin/perform-mojo.html#goalsthat does the copy, for example you could have the default execution of antrun:run copy the resources if they exist in ../../src/somepath