maven: missing: org.apache.maven.wagon:wagon-ftp:jar:1.0-rc1-snapshot
i'm new maven i competence blank something obvious, but
i've got maven digest i try "mvn package" digest fails with
error build blunder info
------------------------------------------------------------------------ [info] unsuccessful solve artifact.
missing:
---------- 1) org.apache.maven.wagon:wagon-ftp:jar:1.0-rc1-snapshot
try downloading record manually digest website.
then, exercise controlling command:
mvn install:install-file -dgroupid=org.apache.maven.wagon -dartifactid=wagon-ftp -dversion=1.0-rc1-snapshot -dpackaging=ja r -dfile=/path/to/file
alternatively, horde your possess repository muster record there:
mvn deploy:deploy-file -dgroupid=org.apache.maven.wagon -dartifactid=wagon-ftp -dversion=1.0-rc1-snapshot -dpackaging=jar
-dfile=/path/to/file -durl=[url] -drepositoryid=[id]
route dependency:
1) com.cgs:domain:jar:1.0-snapshot
2) org.apache.maven.wagon:wagon-ftp:jar:1.0-rc1-snapshot
----------
1 mandatory artifact missing.
artifact: com.cgs:domain:jar:1.0-snapshot
specified remote repositories: ibiblio.org (http://mirrors.ibiblio.org/pub/mirrors/maven2)
the initial thing i don't know chronicle requires 1.0-rc1-snapshot. says tide chronicle 1.0-beta-5. i suspect .
anyway, i've attempted download latest wagon-ftp jar (1.0 beta 6 jar) muster according instructions blunder message.
but speculation what, gave me same error.
Comments
Post a Comment