[Fwd: DOAP Error Report] - missing doap_Maven.rdf

2009-09-14 Thread Shane Curcuru
Ping? The projects.apache.org site hasn't been able to find the maven DOAP for several days now. - Shane Original Message Subject: DOAP Error Report Date: Mon, 14 Sep 2009 00:30:49 + (UTC) From: aps...@apache.org Reply-To: site-...@apache.org To: Site Development

Fwd: DOAP Error Report

2009-09-14 Thread sebb
This started failing when the SVN repo was organised. Please can someone update https://svn.apache.org/repos/asf/infrastructure/site-tools/trunk/projects/files.xml with the new location for the DOAP? -- Forwarded message -- From: aps...@apache.org aps...@apache.org Date: 13 Sep

Re: Modifying Resources as part of the build.

2009-09-14 Thread Chris Graham
It would appear that the maven-resources-plugin does what I want - it performs the variable substitution - called filtering: http://maven.apache.org/plugins/maven-resources-plugin/examples/filter.html Thanks Brett David! -Chris Chris Graham wrote: Hi All. I'm modifying the

Re: [Fwd: DOAP Error Report] - missing doap_Maven.rdf

2009-09-14 Thread Brett Porter
I already fixed it this morning when I saw the email. - Brett On 14/09/2009, at 11:34 AM, Shane Curcuru wrote: Ping? The projects.apache.org site hasn't been able to find the maven DOAP for several days now. - Shane Original Message Subject: DOAP Error Report Date: Mon,

Re: 3.0 Maven Model Builder Failure

2009-09-14 Thread Benjamin Bentmann
Martin Gainty wrote: java.lang.ClassCastException: org.apache.maven.model.Repository cannot be cast to org.apache.maven.artifact.repository.ArtifactRepository Among the top-10 Google results for ClassCastException: org.apache.maven.model.Repository I get:

Re: 3.0 Maven Model Builder Failure

2009-09-14 Thread Benjamin Bentmann
Martin Gainty wrote: i downloaded maven-3.0 full at command line ran mvn -e -X install I don't want to sound rude but those few lines aren't really helpful either. You downloaded maven-3.0 full, is that downloaded as in you downloaded some source/binary archive from some URL, or more as in

Re: 3.0 Maven Model Builder Failure

2009-09-14 Thread Benjamin Bentmann
Martin Gainty wrote: [INFO] Internal error in the plugin manager executing goal 'org.apache.maven.plu gins:maven-remote-resources-plugin:1.0:process': Unable to load the mojo 'org.ap ache.maven.plugins:maven-remote-resources-plugin:1.0:process' in the plugin 'org

RE: 3.0 Maven Model Builder Failure

2009-09-14 Thread Martin Gainty
after diving into the build routines and turning on -X i narrowed down to plugin.xml version mismatch since the version i am working with is 1.0 i corrected to version1.0/version and the version mismatch errors are resolved velocity classes missing for remote-resources-plugin 1.1-SNAPSHOT

[VOTE] Maven Verifier 1.2

2009-09-14 Thread John Casey
Hi, This library has been pretty stable for awhile now, and I think it's time to release it before we start adding any more new features. I've been using the verifier more and more for integration testing outside of the Maven core (for plugins, shared components, etc.) and it has a very

[VOTE] Maven Artifact Resolver 1.0

2009-09-14 Thread John Casey
Hi, This is a new component in the shared libraries section. It's intended as an ultra-user-friendly API for resolving the dependency artifacts for one or more project instances. Benjamin and I have spent a fair amount of time ensuring the interfaces and exceptions are consistent between

[VOTE] Release Maven Remote Resources Plugin version 1.1

2009-09-14 Thread John Casey
Hi, Along with other features and bugfixes, this release will provide compatibility with Maven 3.x, so we have a released version to depend on by the time we release Maven 3.0-alpha-3. We solved 12 issues: