Package: tomcat-maven-plugin
Version: 1.1-1
Severity: important
trying to build the package on armel using JamVM, I get:
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building Tomcat Maven Plugin
[INFO] task-segment: [package]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) org.eclipse.jdt.core.compiler:ecj:jar:debian
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.eclipse.jdt.core.compiler
-DartifactId=ecj -Dversion=debian -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=org.eclipse.jdt.core.compiler
-DartifactId=ecj -Dversion=debian -Dpackaging=jar -Dfile=/path/to/file
-Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.codehaus.mojo:tomcat-maven-plugin:maven-plugin:1.1
2) org.apache.tomcat:jasper:jar:debian
3) org.eclipse.jdt.core.compiler:ecj:jar:debian
----------
1 required artifact is missing.
for artifact:
org.codehaus.mojo:tomcat-maven-plugin:maven-plugin:1.1
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]