http://jira.codehaus.org/ViewIssue.jspa?key=MAVEN-1216
I tryed maven-eclipse-plugin and got another exception : java.lang.ClassNotFoundException: org.apache.commons.jelly.tags.xml.XMLTagLibrary It's because maven-eclipse-plugin doesn't contain dependecy to commons-jelly-tags-xml. http://maven.apache.org/reference/plugins/eclipse/dependencies.html Then I ( again ) looked on dependencies for maven-plugin-plugin and saw dependency on commons-jelly-tags-xml. but not on jaxen and saxpath. http://maven.apache.org/reference/plugins/plugin/dependencies.html So question : Should all maven plugins, which use <jelly:xml>, define dependecy to commons-jelly-tags-xml, jaxen and saxpath ? Or this jars will be in future version of maven-distribution ? vlk --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
