Re: Maven download source query

2011-01-30 Thread Justin Edelson
This sounds like a better use case for the Maven Indexer and/or Aether than Maven itself. There is no syntax for saying all artifacts within a group in a pom. But you should be able to use the Indexer API to formulate such a query against a repository index. Justin On Sat, Jan 29, 2011 at 5:11

Re: [Discuss] Using Expression Language in POM

2010-10-20 Thread Justin Edelson
On 10/20/10 11:47 AM, Jason van Zyl wrote: I think we just need to make it easier to create and add profile activators. +1 - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail:

Re: [PLEASE TEST] Apache Maven 3.0-RC1

2010-09-21 Thread Justin Edelson
benjamin.bentm...@udo.edu wrote: Justin Edelson wrote: To reproduce: $ svn co http://svn.apache.org/repos/asf/sling/trunk $ mvn clean install After a couple of builds of r999284 of Slink trunk with 3.0-RC1, the only failures I ever managed to produce were in org.apache.sling.launchpad.testing due

Re: [PLEASE TEST] Apache Maven 3.0-RC1

2010-09-16 Thread Justin Edelson
Integration tests in the Apache Sling build are pretty consistently failing on 3.0-RC1 and 3.0-beta-3 in two different modules. Both pass consistently in 2.2.1. To reproduce: $ svn co http://svn.apache.org/repos/asf/sling/trunk $ mvn clean install In about 4 minutes (depending upon the state of

Re: [PLEASE TEST] Apache Maven 3.0-RC1

2010-09-16 Thread Justin Edelson
On 9/16/10 11:12 AM, Benjamin Bentmann wrote: Justin Edelson wrote: Any clues as to what we should be looking for? Well, I would hope that the Sling guys now best what makes their tests fail. Indeed we do. In this case, what's making the tests fail is using a different Maven version

Re: extending existing maven plugin

2010-09-08 Thread Justin Edelson
You should look at the list archives. This has been discussed before. On Wed, Sep 8, 2010 at 12:29 PM, Prashant Bhate prashant.mailing.l...@gmail.com wrote: Hi, Is there a recommended way to extend maven plugins? which is better extend or aggregate with respect to MOJO inheritance? I wanted

Re: mailing list archives and bugs data of Apache Maven for academic research evaluation !

2010-09-06 Thread Justin Edelson
In the case of JIRA, you can pull everything you need via the API. You might also want to read You might want to read http://www.1060.org/blogxter/entry?publicid=E47B0A97528CCD973524C9A938A2E8D9 to help you understand why you're probably not going to get a database dump. Justin On 9/6/10 9:27

Re: Parallel usage of Maven 2 and 3

2010-07-30 Thread Justin Edelson
On 7/30/10 7:39 AM, Mirko Jahn wrote: Hey there, I am currently using Maven2 and 3 in parallel. I just tweaked the scripts in the bin folder to use mvn3 instead of mvn for the beta-1 release. This is a great way for me to easily check if my build has any problems with the latest release

Re: Julia Antonova/Tumlare is out of office.

2010-07-07 Thread Justin Edelson
Now that's what I call a vacation. On 7/7/10 12:07 PM, Julia Antonova wrote: I will be out of the office starting 05.07.2010 and will not return until 19.07.2010. I have no acces to my mailbox, I will reply to your message upon return. For urgent issues please contact my colleagues:

Re: Julia Antonova/Tumlare is out of office.

2010-06-28 Thread Justin Edelson
On Mon, Jun 28, 2010 at 10:03 AM, Antonio Petrelli antonio.petre...@gmail.com wrote: 2010/6/28 Stephen Connolly stephen.alan.conno...@gmail.com: Can somebody update the wiki please? Done, however I disagree with the counting, if I am in vacation from 28th to 29th of June, I have 2 days of

Re: Julia Antonova/Tumlare is out of office.

2010-06-27 Thread Justin Edelson
Who turns on their out of office for one day? On 6/27/10 6:19 PM, Julia Antonova wrote: I will be out of the office starting 28.06.2010 and will not return until 29.06.2010. I have no acces to my mailbox, I will reply to your message upon return. For urgent issues please contact my

Re: Julia Antonova/Tumlare is out of office.

2010-06-16 Thread Justin Edelson
Good GSoC project for next year - a process which watches for these emails and automatically updates the wiki. No reason this can't be automated. On 6/16/10 12:26 PM, Tamás Cservenák wrote: Update the wiki/FAQ please! Thanks, ~t~ On Sat, Jun 12, 2010 at 8:18 PM, Wayne Fay

Re: Unable to release with mvn3 from beta8 of the release plugin

2010-04-26 Thread Justin Edelson
Out of curiosity - how is it possible to cut a release without a settings.xml file? Don't you *always* need repository credentials? I guess if your repository was accessed via file://... Note - This isn't to suggest that this issue shouldn't be resolved. On 4/26/10 8:30 AM, Baptiste MATHUS

Re: Unable to release with mvn3 from beta8 of the release plugin

2010-04-26 Thread Justin Edelson
Ah. I forgot about wagon-svn. Thanks for the clarification. Baptiste MATHUS wrote: Hi, Well, no. Using SVN, the credentials are stored externally. Or you can even give them on the command line (-Duser/password). And btw, we're using svn:// protocol. Cheers 2010/4/26 Justin Edelson justinedel

Re: Getting jing.jar

2010-04-22 Thread Justin Edelson
That's up to whomever produces these artifacts, not the Maven developers. Justin On 4/22/10 8:52 AM, Norbert Bátfai wrote: Hi, The jing-20030619.jar is available in the central maven repository. But I cannot find the jing-2009. Is it possible to get this jar from the central maven

Re: Reference to available data for mojos?

2010-04-21 Thread Justin Edelson
You can look at the JavaDoc of the MavenProject class: http://maven.apache.org/ref/2.2.1/maven-project/apidocs/org/apache/maven/project/MavenProject.html On 4/21/10 8:45 AM, Ludwig Magnusson wrote: Hi! When writing a mojo there is a possibility to access information about the project running

Re: Multi Module and DistributionManagement

2010-04-12 Thread Justin Edelson
On 4/12/10 9:29 AM, M Muthukumaran wrote: All, I have a multi module project where I have only two modules. Every thing works fine like build, install, etc. However I have problem while deploying the artifact into my snapshot repository. I'm hosting artifactory as my organization

Re: AW: [DISCUSS] MNG-3226 - Developers and Contributors information is not being inherited

2010-04-01 Thread Justin Edelson
+1 On Apr 1, 2010, at 4:21 PM, Mark Struberg strub...@yahoo.de wrote: I think the current behaviour is the most flexible and also very intuitive. So I'd let it as is. LieGrue, strub --- Benjamin Bentmann benjamin.bentm...@udo.edu schrieb am Do, 1.4.2010: Von: Benjamin Bentmann

Re: preserving order of dependencies

2010-03-10 Thread Justin Edelson
Maven has supported an ordered classpath for a while now (since 2.0.9 IIRC). Can you provide more details? Justin On Mar 10, 2010, at 5:14 PM, Vladimir Jigounov jigou...@gmail.com wrote: I'm using maven 2.2.1. Order of libraries on classpath does not match order of dependencies in pom.xml

Re: How to have a mojo goal dependent on compile goal

2010-01-30 Thread Justin Edelson
Please read the @execute descriptor documention on this page: http://maven.apache.org/developers/mojo-api-specification.html Justin On 1/30/10 1:48 PM, Kay Kay wrote: I have defined a class inheriting from AbstractMojo with @goal mygoal. So, everytime we do $ mvn myplugin:mygoal I want to

Re: Junit

2010-01-05 Thread Justin Edelson
On Tue, Jan 5, 2010 at 9:15 AM, Peter Lynch pe...@peterlynch.ca wrote: On Tue, Jan 5, 2010 at 7:47 AM, Kristian Rosenvold kristian.rosenv...@gmail.com wrote: it should probably be org.junit but has since the beginning of time been just junit. I know at least surefire would need to be

Re: Maven-Changes-Plugin - Possible Bug ?

2009-12-21 Thread Justin Edelson
The File Activity report uses data from your SCM system, not changes.xml. maven-changes-plugin != maven-changelog-plugin (yes, the names are confusing). Justin P.S. This really belong on users@, not d...@. On Mon, Dec 21, 2009 at 2:57 PM, Karl Heinz Marbaise k...@soebes.de wrote: Hi, i'm