[Yanel-dev] Re-using resources

Michael Wechner michael.wechner at wyona.com
Tue Sep 21 09:40:20 CEST 2010


Hi

A colleague of mine had recently a problem of re-using/extending an 
existing  resource type, in particular the redirect resource:

src/contributions/resources/redirect/

Normally one would define a dependeny on such a resource type, e.g.

<dependency groupId="wyona-org-yanel" 
artifactId="yanel-resource-redirect" version="0.1-dev-r28336"/>

but that didn't work. The reason for that was that it did not exist 
within the local maven repo and the reason
for that was that the redirect/build.xml didn't copy it there. It is now 
fixed :-)  but please remember or make sure that
the build and pom files are correct, e.g.

src/contributions/resources/redirect/build.xml
src/contributions/resources/redirect/src/build/pom.xml

Cheers

Michael


More information about the Yanel-development mailing list