I have a main project with project.xml and maven.xml. In maven.xml, I use a Velocity tag library:

xmlns:velocity="jelly:org.apache.commons.jelly.tags.velocity.VelocityTagLibrary"

Since I have many subprojects that extend the main project.xml, I moved the velocity dependency to another project file, named project-main.xml which *only* the main project.xml extends.

Now, when I attempt to compile a subproject, I get:
java.lang.ClassNotFoundException: org.apache.commons.jelly.tags.velocity.VelocityTagLibrary


So, is it true that the maven.xml is loaded of the main project when a subproject depends on it? This seems to be the case -- and that seems strange to me.

Thanks for any info!

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to