Re: How do I get the configuration for a plugin in a MavenProject? Was: Re: svn commit: r1154621 - in /maven/plugins/trunk/maven-site-plugin/src/main/java/org/apache/maven/plugins/site: AbstractDeploy

2011-08-08 Thread Benjamin Bentmann
Dennis Lundberg wrote: Map map = project.getBuild().getPluginsAsMap(); This is nice, because in Maven 3 I get the complete effective set of plugins, from both build/plugins and build/pluginManagement. I hope this means "get the set of build/plugins as seen in help:effective-pom, in

How do I get the configuration for a plugin in a MavenProject? Was: Re: svn commit: r1154621 - in /maven/plugins/trunk/maven-site-plugin/src/main/java/org/apache/maven/plugins/site: AbstractDeployMojo

2011-08-08 Thread Dennis Lundberg
Hi So, this is the commit that made Jenkins unhappy building plugins with Maven 2. I've found the problem now. In the code below I do something like this to get the plugins for a project: Map map = project.getBuild().getPluginsAsMap(); This is nice, because in Maven 3 I get the complete

Re: US and UK maven central not in sync?

2011-08-08 Thread Stuart McCulloch
On 8 Aug 2011, at 20:02, Marshall Schor wrote: > On 8/8/2011 10:08 AM, Brian Fox wrote: >> Only the maven2 folder is replicated worldwide. For now you could use >> us.maven.org instead or repo1.maven.org ^ that should read "instead of repo1.maven.org" because repo1 is the one that has a dynamic

Re: US and UK maven central not in sync?

2011-08-08 Thread Marshall Schor
On 8/8/2011 10:08 AM, Brian Fox wrote: > Only the maven2 folder is replicated worldwide. For now you could use > us.maven.org instead or repo1.maven.org hmmm, our user was using repo1.maven.org (but from Europe) and that was somehow redirected to uk.maven.org > to be sure you get consistent > r

[VOTE] Release Maven Checkstyle Plugin version 2.7

2011-08-08 Thread Olivier Lamy
Hi, We solved 6 issues: https://jira.codehaus.org/secure/ReleaseNote.jspa?version=16773&styleName=Text&projectId=11127&Create=Create Staging repo: https://repository.apache.org/content/repositories/maven-005/ Staging site: http://maven.apache.org/plugins/maven-checkstyle-plugin-2.7/ (wait sync)

Re: Jenkins build is back to normal : maven-plugins-ITs-m3 #176

2011-08-08 Thread Mark Struberg
Hi Herve! I did try to tweak the parameters, but it still did not always solve the problems. I'm suspecting a file system mounted with atime param. If so, it might happen that some other task is parsng them? Can anyone with karma check this? txs and LieGrue, strub --- On Mon, 8/8/11, Hervé BO

Re: Jenkins build is back to normal : maven-plugins-ITs-m3 #176

2011-08-08 Thread Hervé BOUTEMY
yes, this one is lasting for a long time I added the traces a few months ago to track it when it was at Sonatype CI server, but without finding the cause if anybody find a solution, I'm interested in understanding... Regards, Hervé Le lundi 8 août 2011, Robert Scholte a écrit : > Another "some

RE: Jenkins build is back to normal : maven-plugins-ITs-m3 #176

2011-08-08 Thread Robert Scholte
Another "sometimes failing"-test: https://builds.apache.org/job/maven-plugins-ITs-m2/302/ Failed tests: testUnpackOverWriteIfNewer(org.apache.maven.plugin.dependency.fromConfiguration.TestUnpackMojo): unpackedFile '/home/jenkins/jenkins-slave/workspace/maven-plugins-ITs-m2/maven-dependency-

RE: Jenkins build is back to normal : maven-plugins-ITs-m3 #176

2011-08-08 Thread Robert Scholte
See Jenkins log[1]. The workspace path wasn't resolved correctly, so I changed it to the canonicalPath[2] -Robert [1] https://builds.apache.org/view/M-R/view/Maven/job/maven-plugins-ITs-m3-with-maven-plugin/50/org.apache.maven.plugins$maven-eclipse-plugin/ [2] http://svn.apache.org/viewvc/

Re: Archtypes and plugin prefix

2011-08-08 Thread Hervé BOUTEMY
yes, you found the source of the copy/paste removing seems safe Regards, Hervé Le lundi 8 août 2011, Arnaud Héritier a écrit : > I agree. For me it is also an erroneous copy/paste > > On Mon, Aug 8, 2011 at 12:44 PM, Benjamin Bentmann < > > benjamin.bentm...@udo.edu> wrote: > > Hi, > > > > d

Re: US and UK maven central not in sync?

2011-08-08 Thread John Casey
Is there a support page letting users know what's mirrored, what the status is, etc.? Something like the Apache infra monitoring page (http://monitoring.apache.org/status/) would be helpful IMO. -j On 8/8/11 10:08 AM, Brian Fox wrote: Only the maven2 folder is replicated worldwide. For now

Re: US and UK maven central not in sync?

2011-08-08 Thread Brian Fox
Only the maven2 folder is replicated worldwide. For now you could use us.maven.org instead or repo1.maven.org to be sure you get consistent results for m1 or eclipse. I'll see about getting the rest replicated to the uk boxes. On Sun, Aug 7, 2011 at 7:27 PM, Brett Porter wrote: > Brian may know,

Re: Archtypes and plugin prefix

2011-08-08 Thread Arnaud Héritier
I agree. For me it is also an erroneous copy/paste On Mon, Aug 8, 2011 at 12:44 PM, Benjamin Bentmann < benjamin.bentm...@udo.edu> wrote: > Hi, > > does anybody know what's the rationale behind the parameter > > http://maven.apache.org/**archetype/maven-archetype-** > plugin/add-archetype-metadat

Archtypes and plugin prefix

2011-08-08 Thread Benjamin Bentmann
Hi, does anybody know what's the rationale behind the parameter http://maven.apache.org/archetype/maven-archetype-plugin/add-archetype-metadata-mojo.html#goalPrefix and its corresponding impl in the Archtype plugin, i.e. why do archetypes bother to register a plugin prefix for them? I have a f