0 Replies Latest reply on Aug 5, 2011 6:01 AM by ruphus

    RF4 CDK maven integration

    ruphus

      Hello.

      I have to import CDK libraries to a existing maven project.

      I followed the instructions in this page and obtained a message:

       

      Project build error: 'dependencies.dependency.version' for org.richfaces.cdk:annotations:jar is missing.
      

       

      I supposed it was something related to artifact version, so I added the version tag to the dependency and searched for an available version.

       

       

      <dependency>
           <groupId>org.richfaces.cdk</groupId>
           <artifactId>annotations</artifactId>
           <scope>provided</scope>
           <version>4.0.0-SNAPSHOT</version>
      </dependency>
      

       

      Now it works. Do you have any better solution?

       

      Thanks in advance.