DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=27907>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=27907 1.6dev-20040226 maven plugin broken Summary: 1.6dev-20040226 maven plugin broken Product: Cactus Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Critical Priority: Other Component: Maven Integration AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] on newer plugin versions, the plugin jelly script uses jelly:xml tags, but doesn't declare dependency for it in project.xml. I get : java.lang.ClassNotFoundException: org.apache.commons.jelly.tags.xml.XMLTagLibrary I added <dependency> <groupId>commons-jelly</groupId> <artifactId>commons-jelly-tags-xml</artifactId> <version>20030211.142705</version> </dependency> in plugin project.xml to solve this. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
