RE: Custom tags in the pom

2011-03-30 Thread Stan Devitt
Why not name spaces? -Original Message- From: Stephen Connolly [mailto:stephen.alan.conno...@gmail.com] Sent: Wednesday, March 30, 2011 9:48 AM To: Maven Users List Subject: Re: Custom tags in the pom how about XML PI's IIRC maven tools which rewrite the pom might strip them out, but

RE: Custom tags in the pom

2011-03-30 Thread Stan Devitt
Message- From: Stephen Connolly [mailto:stephen.alan.conno...@gmail.com] Sent: Wednesday, March 30, 2011 12:15 PM To: Maven Users List Cc: Stan Devitt Subject: Re: Custom tags in the pom Modello may object to some uses of namespaces... suck it and see! On 30 March 2011 16:56, Stan Devitt sdev

RE: How to release a single module in a Mercurial repository?

2011-03-06 Thread Stan Devitt
What about perforce or clearcase ? -Original Message- From: Mark Struberg [mailto:strub...@yahoo.de] Sent: Sunday, March 06, 2011 4:40 PM To: Maven Users List Subject: Re: How to release a single module in a Mercurial repository? hmm, I think we should remove this Exception. tagging a

RE: standardized Maven GAV URN?

2010-07-01 Thread Stan Devitt
Such a notation would be much more useful if it were 1. standardized and 2. unambiguous My personal preference would be something like groupId:artifactId(classifier):version;extension[scope] This way, the classifier, the extension, and the scope could be optional

RE: standardized Maven GAV URN?

2010-06-30 Thread Stan Devitt
Why would the recommended format here be different than the format used by the dependency plugin? (e.g. junit:junit:jar:3.8.1:test ) Stan -Original Message- From: Brian Fox [mailto:bri...@infinity.nu] Sent: Monday, June 28, 2010 9:56 PM To: Maven Users List Subject: Re: standardized

RE: webResources not copied during build on UNIX.

2010-06-28 Thread Stan Devitt
Is there any possibility that on Windows you are relying on the fact that there is no case distinction in the names and using different capitalization? Stan -Original Message- From: Michael Delaney [mailto:mdela...@upromise.com] Sent: Friday, June 25, 2010 1:40 PM To:

RE: How to run Exec Maven plugin for each file in a directory?

2009-05-26 Thread Stan Devitt
One way to attach this to (say) the process-resources phase is: plugin groupIdorg.codehaus.groovy.maven/groupId artifactIdgmaven-plugin/artifactId version1.0-rc-3/version executions execution

RE: Challenge: Find a plugin combo that achieves what 4 lines of bash script can do...

2009-04-24 Thread Stan Devitt
, Apr 23, 2009 at 11:03 AM, Stan Devitt sdev...@rim.com wrote:           plugin               groupIdorg.codehaus.groovy.maven/groupId               artifactIdgmaven-plugin/artifactId               executions                execution                 phasegenerate-resources/phase

RE: Challenge: Find a plugin combo that achieves what 4 lines of bash script can do...

2009-04-24 Thread Stan Devitt
Note that there is ain the code to append to a file. -Original Message- From: gret...@gmail.com [mailto:gret...@gmail.com] On Behalf Of Grant Rettke Sent: Thursday, April 23, 2009 5:24 PM To: Maven Users List Subject: Re: Challenge: Find a plugin combo that achieves what 4 lines of

RE: Looking for advice on unraveling a particularly nasty Ant-Maven migration

2009-04-24 Thread Stan Devitt
Can you move D to A and use an assembly to build the external jar you want? - This transmission (including any attachments) may contain confidential information, privileged material (including material protected by the

RE: Challenge: Find a plugin combo that achieves what 4 lines of bash script can do...

2009-04-23 Thread Stan Devitt
One of the nice things about maven projects is that you download them and they just work. Assuming the dictionary source files are already broken down by letters of the alphabet, then the following 5 lines of code does most of it. (Note that the sed scripts are pretty close to just a line by line

RE: Release plugin woes

2008-12-07 Thread Stan Devitt
no other interaction with your project. It does not even need to be the parent of the projects parent pom. The entire project is still configured/managed from the parent pom in the flat structure and is unaware of this extra aggregator pom - i.e., no changes. Stan Devitt -Original Message