Marco Tedone wrote:
Stephen, I downloaded the template project from the repository and I executed "maven". I obtain the following error:
<snip>
Yep - I had an incorrect dependency declaration in the impl/project.xml that wasn't being picked up to the state of my local cache. I've fixed this in cvs and update the download.
The problem was this entry:
<dependency>
<groupId>avalon</groupId> <------------------- bad group id, should be "template"
<artifactId>template-api</artifactId>
<version>1.0</version>
</dependency>
Stephen.
--
Stephen J. McConnell mailto:[EMAIL PROTECTED]
|------------------------------------------------| | Magic by Merlin | | Production by Avalon | | | | http://avalon.apache.org/merlin | | http://dpml.net/ | |------------------------------------------------|
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
