Re: trunk build fails with Cannot find plugin: org.apache.maven.plugins:maven-resources-plugin:maven-plugin:2.4-SNAPSHOT

2009-04-14 Thread Benjamin Bentmann
Albrecht Militzer wrote: My maven settings contain my proxy. Since it downloaded some artifacts before reaching this error, I believe it is setup correctly. Could you tell me how I can get access to this plugin? Adding http://repository.apache.org/snapshots/ as a should do, see [0] for deta

trunk build fails with Cannot find plugin: org.apache.maven.plugins:maven-resources-plugin:maven-plugin:2.4-SNAPSHOT

2009-04-14 Thread Albrecht Militzer
Hello, I am trying to build maven following these instructions: http://maven.apache.org/guides/development/guide-building-m2.html The svn checkout completes without error. Calling maven install results in this: [INFO] Scanning for projects... [INFO] Reactor build order: [INFO] Apache Maven [

Assembly plugin trunk build failed

2008-11-26 Thread Enrico Boldrini
Hello, I'm trying to build the maven assembly plugin from source (trunk). I get the error reported below. Regards, Enrico Boldrini [EMAIL PROTECTED]:~/workspace/maven-assembly-plugin$ mvn -U compile [INFO] Scanning for projects... [IN

Re: Continuum trunk build failure - missing bcel-5.2.jar

2008-02-11 Thread Wendy Smoak
On Feb 11, 2008 7:19 AM, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: > We don't use jpox 1.1.9 but 1.1.7 That explains it. :) Archiva switched to jpox 1.1.9, and we were discussing it here-- I have local changes. Well, heads up that it may be a problem if we upgrade! -- Wendy

Re: Continuum trunk build failure - missing bcel-5.2.jar

2008-02-11 Thread Emmanuel Venisse
We don't use jpox 1.1.9 but 1.1.7 Emmanuel On Feb 10, 2008 7:47 PM, Wendy Smoak <[EMAIL PROTECTED]> wrote: > I'm having trouble building the trunk of Continuum. It's complaining > about: > > Missing: > -- > 1) bcel:bcel:jar:5.2 > ... > Path to dependency: >1) org.apache.maven.c

RE: Yoko trunk build error.

2007-11-04 Thread Brian E. Fox
11:39 PM To: Maven Developers List Subject: Re: Yoko trunk build error. I suspect it's the surefire plugin, actually (based on it using the new archiver), which in turn pulls in the new plexus-utils - and for some reason that is polluting the resources plugin (no idea how, but I have

Re: Yoko trunk build error.

2007-10-31 Thread John Casey
Nm. On Oct 31, 2007, at 6:38 PM, Brett Porter wrote: org.apache.maven.plugin.resources.ResourcesMojo.copyFile (ResourcesMoj o.java:235) --- John Casey Committer and PMC Member, Apache Maven mail: jdcasey at commonjava dot org blog: http://www.ejlife.net/blogs/john rss: http://feeds.feedburner

Re: Yoko trunk build error.

2007-10-31 Thread John Casey
What about this? org.apache.maven.plugin.resources.ResourcesMojo.copyFile (ResourcesMoj o.java:235) -john --- John Casey Committer and PMC Member, Apache Maven mail: jdcasey at commonjava dot org blog: http://www.ejlife.net/blogs/john rss: http://feeds.feedburner.com/ejlife/john

Re: Yoko trunk build error.

2007-10-31 Thread Brett Porter
I suspect it's the surefire plugin, actually (based on it using the new archiver), which in turn pulls in the new plexus-utils - and for some reason that is polluting the resources plugin (no idea how, but I have seen Brian file a similar bug). - Brett On 01/11/2007, at 3:29 AM, Daniel Kul

Re: Yoko trunk build error.

2007-10-31 Thread Daniel Kulp
Actually, it's probably the other way... You have plugin snapshots turned on: apache-snapshots Maven apache plugins snapshot repository http://people.apache.org/maven-snapshot-repository default true

Re: Yoko trunk build error.

2007-10-31 Thread John Casey
Just a guess, but you may be using an old version of the resource plugin. It looks like it's using but not declaring a direct dependency on plexus-utils, and if/when maven ceases to export that dependency to the plugin as part of the parent classloader, it fails. Again, just a guess. -john

Re: Yoko trunk build error.

2007-10-31 Thread Alan D. Cabrera
Does anyone in maven-land know why we have to do this? Regards, Alan On Oct 31, 2007, at 2:11 AM, Rick McGuire wrote: I finally managed to get this to build, but it wasn't a pretty process. Here were the steps: 1) I upgraded my maven version to 2.0.7. 2) Attempt to rebuild 2.0.7. This

Re: trunk build

2007-09-23 Thread Jason van Zyl
Found the problem, reverted it, ITs run fine. On 23 Sep 07, at 12:42 AM 23 Sep 07, Ralph Goers wrote: I made a small change to Artifact which is used in maven-project. I then checked out trunks on another machine and the build failed. When I manually build artifact first it builds fine. I su

Re: trunk build

2007-09-23 Thread Jason van Zyl
On 23 Sep 07, at 9:31 AM 23 Sep 07, Ralph Goers wrote: Jason van Zyl wrote: maven-artifact lives here: http://svn.apache.org/repos/asf/maven/artifact/trunk/ It is used by maven-project here: http://svn.apache.org/repos/asf/maven/components/trunk/maven-project/ And maven-artifact in its ne

Re: trunk build

2007-09-23 Thread Jason van Zyl
On 23 Sep 07, at 9:31 AM 23 Sep 07, Ralph Goers wrote: Jason van Zyl wrote: maven-artifact lives here: http://svn.apache.org/repos/asf/maven/artifact/trunk/ It is used by maven-project here: http://svn.apache.org/repos/asf/maven/components/trunk/maven-project/ And maven-artifact in its ne

Re: trunk build

2007-09-23 Thread Ralph Goers
Jason van Zyl wrote: maven-artifact lives here: http://svn.apache.org/repos/asf/maven/artifact/trunk/ It is used by maven-project here: http://svn.apache.org/repos/asf/maven/components/trunk/maven-project/ And maven-artifact in its new separated location is referenced in the POM of maven-pr

Re: trunk build

2007-09-23 Thread Jason van Zyl
I am finding that a commit post r574387 has tanked the build. People are changing and not running the ITs using trunk plugin descriptors are not being found. I keep track changes by revisions for just this type of situation. I'll find the problem shortly. If you change something in trunk it

Re: trunk build

2007-09-23 Thread Jason van Zyl
On 23 Sep 07, at 12:42 AM 23 Sep 07, Ralph Goers wrote: I made a small change to Artifact which is used in maven-project. I then checked out trunks on another machine and the build failed. When I manually build artifact first it builds fine. I suspect this is because artifact was recently

trunk build

2007-09-23 Thread Ralph Goers
I made a small change to Artifact which is used in maven-project. I then checked out trunks on another machine and the build failed. When I manually build artifact first it builds fine. I suspect this is because artifact was recently split out but was not added as a module to the main project?

Re: [m2 trunk] build test failures

2006-04-05 Thread sdixit
I am having the exact same error on WinXP. Is there any resolution to this error? Thanks, Sandeep -- View this message in context: http://www.nabble.com/-m2-trunk-build-test-failures-t1377834.html#a3771422 Sent from the Maven - Dev forum at Nabble.com

Re: [m2 trunk] build test failures

2006-04-01 Thread Rinku
java:699) at org.apache.maven.it.Verifier.executeHook(Verifier.java:356) ... 1 more <<<<<< Error Stacktrace - Original Message - From: "Jason van Zyl" <[EMAIL PROTECTED]> To: "Maven Developers List" Sent: Saturday, April 01, 2006 2:09 PM Subject: Re: [m2 tru

Re: [m2 trunk] build test failures

2006-03-31 Thread Jason van Zyl
Rahul Thakur wrote: Hey everyone, I am noticing quite a few IT test failures on the latest SVN snapshot from trunk, wondering if there are any refactorings/major changes taking place?? Here's the bunch that failed: 69/100 passed Failed tests: [it0099, it0092, it0089, it0088, it0087, it0086,

Re: [m2 trunk] build test failures

2006-03-31 Thread Brett Porter
Nope. Rahul Thakur wrote: > Hey everyone, > > I am noticing quite a few IT test failures on the latest SVN snapshot > from trunk, wondering if there are any refactorings/major changes taking > place?? > > Here's the bunch that failed: > > 69/100 passed > Failed tests: [it0099, it0092, it0089, i

[m2 trunk] build test failures

2006-03-31 Thread Rahul Thakur
Hey everyone, I am noticing quite a few IT test failures on the latest SVN snapshot from trunk, wondering if there are any refactorings/major changes taking place?? Here's the bunch that failed: 69/100 passed Failed tests: [it0099, it0092, it0089, it0088, it0087, it0086, it0077, it0073, it0

svn commit: r290726 - /maven/maven-1/core/trunk/build-bootstrap.xml

2005-09-21 Thread aheritier
t find in the current directory (i.e. maven's core). Modified: maven/maven-1/core/trunk/build-bootstrap.xml Modified: maven/maven-1/core/trunk/build-bootstrap.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/build-bootstrap.xml?rev=290726&r1=290

svn commit: r290662 - /maven/maven-1/core/trunk/build-bootstrap.xml

2005-09-21 Thread aheritier
it a problem with the exec task in ant? It must be investigated.. Modified: maven/maven-1/core/trunk/build-bootstrap.xml Modified: maven/maven-1/core/trunk/build-bootstrap.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/build-bootstrap.xml?rev=290662&r1=290661&r2=2906

svn commit: r289490 - /maven/maven-1/core/trunk/build-bootstrap.xml

2005-09-16 Thread aheritier
Author: aheritier Date: Fri Sep 16 04:07:52 2005 New Revision: 289490 URL: http://svn.apache.org/viewcvs?rev=289490&view=rev Log: Plugins tests are fixed. It takes a little time to execute them it's better for our quality. Modified: maven/maven-1/core/trunk/build-bootstrap.xml

svn commit: r190743 - in /maven/maven-1/core/trunk: build-bootstrap.xml maven.xml

2005-06-15 Thread brett
Author: brett Date: Wed Jun 15 05:48:58 2005 New Revision: 190743 URL: http://svn.apache.org/viewcvs?rev=190743&view=rev Log: correct the xsd's copied Modified: maven/maven-1/core/trunk/build-bootstrap.xml maven/maven-1/core/trunk/maven.xml Modified: maven/maven-1/core/tr

svn commit: r180320 - in /maven/maven-1/core/trunk: build-bootstrap.xml maven.xml

2005-06-06 Thread brett
Author: brett Date: Mon Jun 6 08:15:01 2005 New Revision: 180320 URL: http://svn.apache.org/viewcvs?rev=180320&view=rev Log: copy to legacy xsd location Modified: maven/maven-1/core/trunk/build-bootstrap.xml maven/maven-1/core/trunk/maven.xml Modified: maven/maven-1/core/trunk/b

svn commit: r178608 - in /maven/maven-1/core/trunk: build-bootstrap.xml src/bin/maven.bat

2005-05-25 Thread brett
n/maven-1/core/trunk/build-bootstrap.xml maven/maven-1/core/trunk/src/bin/maven.bat Modified: maven/maven-1/core/trunk/build-bootstrap.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/build-bootstrap.xml?rev=178608&r1=178607&r2

svn commit: r170373 - /maven/maven-1/core/trunk/build-bootstrap.xml

2005-05-16 Thread brett
Author: brett Date: Mon May 16 05:42:06 2005 New Revision: 170373 URL: http://svn.apache.org/viewcvs?rev=170373&view=rev Log: reorder arguments, required for CLI 1.0 Modified: maven/maven-1/core/trunk/build-bootstrap.xml Modified: maven/maven-1/core/trunk/build-bootstrap.xml URL:

svn commit: r170322 - in /maven/maven-1/core/trunk: build-bootstrap.xml maven.xml project.xml src/bin/forehead.conf src/bin/maven src/bin/maven.bat

2005-05-16 Thread brett
Author: brett Date: Mon May 16 00:02:36 2005 New Revision: 170322 URL: http://svn.apache.org/viewcvs?rev=170322&view=rev Log: remove xerces from distribution, depend on JDK 1.4. Upgrade Ant and incorporate ant JAR for style task Modified: maven/maven-1/core/trunk/build-bootstrap

svn commit: r155728 - maven/maven-1/core/trunk/build-bootstrap.xml

2005-02-28 Thread brett
Author: brett Date: Mon Feb 28 18:00:45 2005 New Revision: 155728 URL: http://svn.apache.org/viewcvs?view=rev&rev=155728 Log: honour local properties Modified: maven/maven-1/core/trunk/build-bootstrap.xml Modified: maven/maven-1/core/trunk/build-bootstrap.xml URL: http://svn.apache

svn commit: r126604 - /maven/maven-1/core/trunk/build-bootstrap.xml /maven/maven-1/core/trunk/src/bootstrap/org/apache/maven/BootstrapTask.java

2005-01-27 Thread brett
Author: brett Date: Thu Jan 27 04:27:48 2005 New Revision: 126604 URL: http://svn.apache.org/viewcvs?view=rev&rev=126604 Log: use maven.repo.remote for bootstrap Modified: maven/maven-1/core/trunk/build-bootstrap.xml maven/maven-1/core/trunk/src/bootstrap/org/apache/maven/BootstrapTask.

svn commit: r123471 - /maven/maven-1/core/trunk/build-bootstrap.xml

2004-12-27 Thread brett
Author: brett Date: Mon Dec 27 20:51:59 2004 New Revision: 123471 URL: http://svn.apache.org/viewcvs?view=rev&rev=123471 Log: not needed in local repo any more Modified: maven/maven-1/core/trunk/build-bootstrap.xml Modified: maven/maven-1/core/trunk/build-bootstrap.xml Url: