[jira] Subscription: Design & Best Practices

2006-08-17 Thread jira
Issue Subscription Filter: Design & Best Practices (37 issues) Subscriber: mavendevlist Key Summary MNG-2184Possible problem with @aggregator and forked lifecycles http://jira.codehaus.org/browse/MNG-2184 MNG-612 implement conflict resolution techniques htt

Re: Please sync Apache m2 repository for Struts

2006-08-17 Thread Wendy Smoak
On 8/16/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: Do I need to do this for Tapestry as well? I was under the impression scripts came along and did it magically for me. As I understand it, the Maven 2 ibiblio rsync repository does not get synced automatically. (There is a README file at the

Re: Compilation problem

2006-08-17 Thread Brett Porter
I've not been able to find out where that came back from recently, but the build was broken due to it. You need to remove maven-assembly-plugin from your local cache and let it be downloaded again. - Brett On 18/8/06 1:29 AM, Arnaud Bailly wrote: Hi, I am trying to build maven from sources

Re: svn commit: r431626 - /maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml

2006-08-17 Thread Brett Porter
a) is what is on the table now that I said wasn't acceptable. b) sounds like a good idea So should we create a dependency report plugin and roll the MPIR one back to the previous version? On 18/8/06 4:17 AM, Carlos Sanchez wrote: i like 2, let's split the reports in more manageable chunks

Re: Using Multiple JDKs

2006-08-17 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Jan, Jan Nielsen wrote: > I'm a newbie to Maven and Continuum, so aplogies if this is obvious. I'm > not sure if this is a Maven question or Continuum question, or perhaps > both, so I thought I'd try here first. > > When dealing with multiple p

Re: m2eclipse and transitive dependencies

2006-08-17 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Graham Leggett wrote: > Hi all, Hi, > > Do transitive dependencies work within m2eclipse v0.0.9? They do work for me. I have quite a lot of projects with many dependencies. > In the case > where eclipse project A depends on eclipse project B, and e

Re: What do you think: add new "endorsed" dependency scope?

2006-08-17 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Mike, SingleShot wrote: > I have several cases where I need to override the default JDK implementations > via the Java endorsed JAR override mechanism (for example, by setting > java.endorsed.dirs). When I create a software distribution, I use the

Re: svn commit: r431626 - /maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml

2006-08-17 Thread Carlos Sanchez
i like 2, let's split the reports in more manageable chunks On 8/17/06, Joakim Erdfelt <[EMAIL PROTECTED]> wrote: Two other choices / possibilities. a) Get wagon-2.0-beta2 into maven 2.0.5. b) Rip out the dependency location section into a seperate maven-advanced-dependencies-report-plugin (ma

Re: svn commit: r431626 - /maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml

2006-08-17 Thread Joakim Erdfelt
Two other choices / possibilities. a) Get wagon-2.0-beta2 into maven 2.0.5. b) Rip out the dependency location section into a seperate maven-advanced-dependencies-report-plugin (madrp?). The dependencies report in MPIR is starting to get out of hand anyway. I also have some dependencies inte

Help with copying artifacts between remote repositories

2006-08-17 Thread Wendy Smoak
I need help figuring out how to get artifacts from one remote repository into another, without re-building them. The use case involves staging releases in one repository and then promoting those exact artifacts and signatures to another repo. (At Apache: deploying to the snapshot or another rep

Re: Please sync ...

2006-08-17 Thread Carlos Sanchez
done On 8/17/06, Jochen Wiedmann <[EMAIL PROTECTED]> wrote: the directory /www/people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/axis2 Thanks! -- My wife Mary and I have been married for forty-seven years and not once have we had an argument serious enough to consider divorce; mur

Re: Extending reporting management

2006-08-17 Thread Arnaud Bailly
Mike Perham <[EMAIL PROTECTED]> writes: > Unfortunately my area is not the OWL-part of our system, but I sit right > next to the guys that do use it. :-) We have been using Jena but are > replacing it with our own impl to minimize large external > dependencies. I The last time I tried to look

Compilation problem

2006-08-17 Thread Arnaud Bailly
Hi, I am trying to build maven from sources (trunk) and I have problems. Compilation of components seems to be ok but it chokes on CLI creation. Here is the full error trace: Running Maven... /home/nono/soft/maven/bootstrap/target/installation/bin/mvn -e --batch-mode clean assembly:assembly + E

Re: Extending reporting management

2006-08-17 Thread Mike Perham
Unfortunately my area is not the OWL-part of our system, but I sit right next to the guys that do use it. :-) We have been using Jena but are replacing it with our own impl to minimize large external dependencies. I would suggest you take a look at it; it has worked ok for us for the last y

Testing mail filters, please ignore

2006-08-17 Thread Kenney Westerhof
Sorry, ignore!

RE: Plugin executions

2006-08-17 Thread hermod.opstvedt
Hi Take a look at profiles. Hermod -Original Message- From: SlinnHawkins, Jon (ELS) [mailto:[EMAIL PROTECTED] Sent: Thursday, August 17, 2006 8:05 AM To: Maven Developers List Subject: Plugin executions Hi All, Is there any way of specifying which execution to use when inheriting plug

Please sync ...

2006-08-17 Thread Jochen Wiedmann
the directory /www/people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/axis2 Thanks! -- My wife Mary and I have been married for forty-seven years and not once have we had an argument serious enough to consider divorce; murder, yes, but divorce, never. (Jack Benny) --

War plugin: Secondary artifact handling

2006-08-17 Thread Jochen Wiedmann
Hi, the maven-war-plugin contains the following code snipped: Artifact artifact = getProject().getArtifact(); if ( primaryArtifact ) { artifact.setFile( aarFile ); } else if ( artifact.getFile() == null || artifact.getFile().i