Re: Enforcing annotations

2014-11-25 Thread Alexander Kriegisch
FYI, Maven users: I have just added an answer [1] to the StackOverflow question in order not to bloat the list here. My solution uses AspectJ. Maybe there are better ways to do that, but for me it works. I use AspectJ anyway and find it convenient to also do some rule enforcement during

Re: Enforcing annotations

2014-11-25 Thread Kristian Rosenvold
I wrote an analyzer that specifically identifies troublesome spring scope mixtures. It has typically been run as a Unit/integration test within a project, since it inspects the running context for problems. It probably needs a little tweaking for the latest generations of spring, but the source

Re: Linux Command Line System Property Issue

2014-11-25 Thread Adrien Rivard
Hi, Maybe try -DmavenArgLine=arg1 arg2 It works on plain java but can''t think of a way to test it quickly with maven. On Tue, Nov 25, 2014 at 2:21 AM, Gribnau, Phillip pgrib...@informatica.com wrote: Hi Everyone, I am having trouble passing in a value via the command line on bash in

Re: Using the Maven Indexer

2014-11-25 Thread Tamas Cservenak
Hi there, 1) yes, indexing context retains the artefact “origin” (ie. repo), so you need context per origin. Sadly, the 1 index per context is current limitation of maven indexer, but this problem is known. Created http://jira.codehaus.org/browse/MINDEXER-93 2) Yes, merged context is basically

Re: Using the Maven Indexer

2014-11-25 Thread Tamas Cservenak
Maven Indexer requires FS access, hence, you can index only local repositories. To have indexing context of remote repository, you must ensure that remote repository publishes the index. If remote does not publish it, you have no other choice than nag the remote repository owner to publish it.

Re: [VOTE] Change project logo and adopt owl as mascot

2014-11-25 Thread Stephen Connolly
+1 On 25 November 2014 at 10:57, Stephen Connolly stephen.alan.conno...@gmail.com wrote: For anyone who has been living under a rock, here is the background Background = I think everyone can agree that the site needs a reorganisation and a rewrite. Users cannot find what they

[VOTE] Change project logo and adopt owl as mascot

2014-11-25 Thread Stephen Connolly
For anyone who has been living under a rock, here is the background Background = I think everyone can agree that the site needs a reorganisation and a rewrite. Users cannot find what they need, and the end result is that people keep on abusing maven rather than having maven help them.

Re: [VOTE] Change project logo and adopt owl as mascot

2014-11-25 Thread Arnaud Héritier
+1 thx On Tue, Nov 25, 2014 at 11:57 AM, Stephen Connolly stephen.alan.conno...@gmail.com wrote: +1 On 25 November 2014 at 10:57, Stephen Connolly stephen.alan.conno...@gmail.com wrote: For anyone who has been living under a rock, here is the background Background = I

[DISCUSS] In the event of adopting the owl as project mascot, what will we call it?

2014-11-25 Thread Stephen Connolly
http://people.apache.org/~stephenc/maven-logo-contest/maven-owl-final-large.png When I created this owl, I gave it the name Couché Tard which is a french nickname for an owl (literal translation: Sleeps Late) Early versions of this owl have ended up with the nickname Shotgun Owl due to the

Re: [VOTE] Change project logo and adopt owl as mascot

2014-11-25 Thread James Green
+1

Re: Re: [VOTE] Change project logo and adopt owl as mascot

2014-11-25 Thread thorsten . heit
+1 Thorsten Arnaud Héritier aherit...@gmail.com schrieb am 25.11.2014 12:01:00: Von: Arnaud Héritier aherit...@gmail.com An: Maven Developers List d...@maven.apache.org Kopie: Maven Users List users@maven.apache.org Datum: 25.11.2014 12:02 Betreff: Re: [VOTE] Change project logo and

Re: [VOTE] Change project logo and adopt owl as mascot

2014-11-25 Thread Raphael Ackermann
+1 On Tue Nov 25 2014 at 11:57:49 AM Stephen Connolly stephen.alan.conno...@gmail.com wrote: +1 On 25 November 2014 at 10:57, Stephen Connolly stephen.alan.conno...@gmail.com wrote: For anyone who has been living under a rock, here is the background Background = I

Re: [VOTE] Change project logo and adopt owl as mascot

2014-11-25 Thread domi
+1 On 25.11.2014, at 11:57, Stephen Connolly stephen.alan.conno...@gmail.com wrote: - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: [VOTE] Change project logo and adopt owl as mascot

2014-11-25 Thread Maxim Solodovnik
+1 WBR, Maxim (from mobile, sorry for the typos) On Nov 25, 2014 5:31 PM, domi d...@fortysix.ch wrote: +1 On 25.11.2014, at 11:57, Stephen Connolly stephen.alan.conno...@gmail.com wrote: - To unsubscribe, e-mail:

Re: [DISCUSS] In the event of adopting the owl as project mascot, what will we call it?

2014-11-25 Thread Jeroen Hoek
I would recommend leaving it without a name. The mascot can help in providing Maven with a stronger visual identity, but I'm not convinced naming it is helpful. On the contrary, it might come across as 'silly' or 'unprofessional', which for me goes against the nature of Maven: a mature tool many

Re: [VOTE] Change project logo and adopt owl as mascot

2014-11-25 Thread Alexandre BRETET
+1 2014-11-25 10:57 GMT+00:00 Stephen Connolly stephen.alan.conno...@gmail.com : For anyone who has been living under a rock, here is the background Background = I think everyone can agree that the site needs a reorganisation and a rewrite. Users cannot find what they need, and

Re: [VOTE] Change project logo and adopt owl as mascot

2014-11-25 Thread Mark Struberg
+1 really like the new logo (or better any of those owls). LieGrue, strub On Tuesday, 25 November 2014, 12:02, Arnaud Héritier aherit...@gmail.com wrote: +1 thx On Tue, Nov 25, 2014 at 11:57 AM, Stephen Connolly stephen.alan.conno...@gmail.com wrote: +1 On 25 November

Maven use for integration

2014-11-25 Thread Alejandro . Endo
Hello everyone, I wanted to ask what you guys though about using maven as an integration tool. Is it out of the scope of maven? is anyone else doing this? What I mean by integration is that the artifacts are built (also by maven but in other jobs) and deployed to nexus, but I still need to

Re: Maven use for integration

2014-11-25 Thread Alejandro . Endo
Hi Ron, #1. I don't understand your question. You mean the poms of the artifacts deployed in nexus? they each have their own pom and instructions on how to build itself, just like a regular maven artifact So I have an artifact A that gets deployed to nexus with groupId foo.bar and artifactId A

Re: [DISCUSS] In the event of adopting the owl as project mascot, what will we call it?

2014-11-25 Thread Stephen Connolly
On Tuesday, November 25, 2014, Jeroen Hoek jer...@lable.org wrote: I would recommend leaving it without a name. I think that the name Pandora's box is already open, I suspect in the absence of a concrete alternative, shotgun will be the name The mascot can help in providing Maven with a

RE: Linux Command Line System Property Issue

2014-11-25 Thread Gribnau, Phillip
Hi, Thanks for the suggestion. I tried it but it doesn't work. For some reason on linux it tries to process the second argument as a lifecycle phase. I am using v3.2.1 btw. mvn clean install -DmavenArgLine=arg1 arg2 -e 21 [ERROR] Unknown lifecycle phase arg2. You must specify a valid

Re: [VOTE] Change project logo and adopt owl as mascot

2014-11-25 Thread Kristian Rosenvold
+1 for the shotgun owl ! K 2014-11-25 13:28 GMT+01:00 Mark Struberg strub...@yahoo.de: +1 really like the new logo (or better any of those owls). LieGrue, strub On Tuesday, 25 November 2014, 12:02, Arnaud Héritier aherit...@gmail.com wrote: +1 thx On Tue, Nov 25, 2014 at

Re: Linux Command Line System Property Issue

2014-11-25 Thread Mark Eggers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Phillip, Try single quotes. Double quotes in bash allow special characters (including spaces) to be interpreted by the shell. Single quotes prevent the shell from being interpreted. mvn package -DmavenArgLine='arg1 arg2' Partial results: [INFO]

Re: [DISCUSS] In the event of adopting the owl as project mascot, what will we call it?

2014-11-25 Thread Paul Benedict
I really don't think we need to name the owl, do we? Are we just naming it for fun or is there a reason we want to? Cheers, Paul On Tue, Nov 25, 2014 at 1:23 PM, Stephen Connolly stephen.alan.conno...@gmail.com wrote: On Tuesday, November 25, 2014, Jeroen Hoek jer...@lable.org wrote: I

Re: [DISCUSS] In the event of adopting the owl as project mascot, what will we call it?

2014-11-25 Thread Matt Benson
From the peanut gallery: someone had complained that the owl as a mascot disregarded the Yiddish origin of the term Maven. How about naming the owl something like Abraham, Jacob, or Moses? :D Matt On Tue, Nov 25, 2014 at 5:05 AM, Stephen Connolly stephen.alan.conno...@gmail.com wrote:

Re: [DISCUSS] In the event of adopting the owl as project mascot, what will we call it?

2014-11-25 Thread Michael Osipov
Am 2014-11-25 um 20:56 schrieb Matt Benson: From the peanut gallery: someone had complained that the owl as a mascot disregarded the Yiddish origin of the term Maven. How about naming the owl something like Abraham, Jacob, or Moses? :D That was me and I still highly dislike the connection

Re: Maven use for integration

2014-11-25 Thread Ron Wheeler
It is still a bit unclear about what you will end up with if your idea works. Are you just hoping to get a zip file of OSGi artifacts that you can unzip to deploy? Multiple versions of non-OSGi artifacts will not work since the classloader will only load the first version that it finds. On

Re: [VOTE] Change project logo and adopt owl as mascot

2014-11-25 Thread Karl Heinz Marbaise
Hi, -1 Kind regards Karl Heinz Marbaise On 11/25/14 11:57 AM, Stephen Connolly wrote: For anyone who has been living under a rock, here is the background Background = I think everyone can agree that the site needs a reorganisation and a rewrite. Users cannot find what they need, and

RE: Linux Command Line System Property Issue

2014-11-25 Thread Gribnau, Phillip
Thanks Mark for the suggestion. Unfortunately it still treats 'arg2' as a unknown lifecycle phase. I also tried saving the value as a system variable first, then passing it into maven's command. This still fails with the unknown lifecycle phase issue: export zzz='arg1 arg2' mvn clean install

Re: [DISCUSS] In the event of adopting the owl as project mascot, what will we call it?

2014-11-25 Thread Matt Benson
How about a rabbinical owl? Matt On Tue, Nov 25, 2014 at 2:07 PM, Michael Osipov micha...@apache.org wrote: Am 2014-11-25 um 20:56 schrieb Matt Benson: From the peanut gallery: someone had complained that the owl as a mascot disregarded the Yiddish origin of the term Maven. How about

Re: [DISCUSS] In the event of adopting the owl as project mascot, what will we call it?

2014-11-25 Thread Michael Osipov
:-D that would either look funny or ridiculous but worth evaluating. Are you or is someone else able provide a rendering which a Jewish-looking owl? Woody Allen style, for example. Michael Am 2014-11-25 um 21:51 schrieb Matt Benson: How about a rabbinical owl? Matt On Tue, Nov 25, 2014 at

Re: Maven use for integration

2014-11-25 Thread Alejandro . Endo
No, not a zip. I just need the bundles to be in the file system so that when the server packaging starts, they get packaged. The job of the integrator is just to download the artifacts from nexus and leave them in the filesystem of the server's image. The fact that i want to use the info in

Re: Linux Command Line System Property Issue

2014-11-25 Thread Mark Eggers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Odd, I ran this on a Linux system and I copy / pasted the output. Please copy / paste my pom.xml (change the groupId / artifactId), and see what happens. There seems to be something odd going on in your environment, since the pom.xml, output, and

RE: Maven use for integration

2014-11-25 Thread Martin Gainty
To: users@maven.apache.org Subject: Re: Maven use for integration From: alejandro.e...@grassvalley.com Date: Tue, 25 Nov 2014 16:26:17 -0500 No, not a zip. I just need the bundles to be in the file system so that when the server packaging starts, they get packaged. The job of the

Re: Maven use for integration

2014-11-25 Thread Ron Wheeler
On 25/11/2014 4:26 PM, alejandro.e...@grassvalley.com wrote: No, not a zip. I just need the bundles to be in the file system so that when the server packaging starts, they get packaged. The job of the integrator is just to download the artifacts from nexus and leave them in the filesystem of

[LOGO] site with Fluido skin and owl logo

2014-11-25 Thread Hervé BOUTEMY
I created a branch in svn to test in my own browser https://svn.apache.org/repos/asf/maven/site/branches/fluido/ and here is the mvn site result: http://people.apache.org/~hboutemy/site-fluido-owl/ HTH Regards, Hervé - To

Re: [VOTE] Change project logo and adopt owl as mascot

2014-11-25 Thread Tony Jewell
+1 Tony Jewell