[OS-JIRA] Created: (WOL-791) maven ERCaptcha dependencies missing from transitive classpath

From: Lachlan Deck (JIRA) ("Lachlan)
Date: Sun Apr 27 2008 - 18:49:26 EDT

  • Next message: Lachlan Deck (JIRA): "[OS-JIRA] Created: (WOL-792) maven classpath bug?"

    maven ERCaptcha dependencies missing from transitive classpath
    --------------------------------------------------------------

                     Key: WOL-791
                     URL: http://issues.objectstyle.org/jira/browse/WOL-791
                 Project: WOProject/WOLips
              Issue Type: Bug
              Components: maven plugins
        Affects Versions: WOProject 2.0 SNAPSHOT
             Environment: Mac OS X 10.5.2, maven 2.08
                Reporter: Lachlan Deck

    application pom has as one of its dependencies:
    <dependency>
    <artifactId>ERCaptcha</artifactId>
    <groupId>${wonder.common.groupId}</groupId>
    </dependency>

    parent pom has dependency management:
    <dependency>
    <artifactId>ERCaptcha</artifactId>
    <groupId>${wonder.common.groupId}</groupId>
    <version>${wonder.version}</version>
    </dependency>

    However, unless I include the following also in the project pom it fails to compile:
    <dependency>
    <groupId>com.octo.captcha</groupId>
    <artifactId>jcaptcha-all</artifactId>
    <version>1.0-RC4</version>
    <scope>compile</scope>
    </dependency>

    Which is a direct copy out of the ERCaptcha pom - but this ought to be transitively included, no?

    -- 
    This message is automatically generated by JIRA.
    -
    If you think it was sent incorrectly contact one of the administrators: http://issues.objectstyle.org/jira/secure/Administrators.jspa
    -
    For more information on JIRA, see: http://www.atlassian.com/software/jira
    



    This archive was generated by hypermail 2.0.0 : Sun Apr 27 2008 - 18:50:26 EDT