hi all,
when i tried to compile my jira plugin i've got this:
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
/home/........./src/main/java/com/............. .java:[8,39] cannot find symbol
symbol : class elements
location: package org.codehaus.cargo.module.webapp
and i tried to add its dependency ,but doesn't work
<dependency><groupId>org.codehaus.cargo</groupId><artifactId>cargo-core-api-container</artifactId><version>1.4.4</version></dependency>
can you try this
<dependency> <groupId>org.codehaus.cargo</groupId> <artifactId>cargo-core-api-container</artifactId> <version>1.4.4</version> <scope>provided</scope> </dependency>
after adding this to pom.xml run atlas-mvn eclipse:eclipse command
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
did you ran atlas-mvn eclipse:eclipse command?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.