Uploaded image for project: 'Cactus'
  1. Cactus
  2. CACTUS-100

commons-jelly-tags-xml dependency not set

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.6
    • Maven Integration
    • None

    Description

      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.

      Attachments

        Activity

          People

            vmassol Vincent Massol
            ndeloof nicolas de loof
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: