c***@public.gmane.org
2010-07-30 08:26:10 UTC
Hi List
I am trying to build the captcha module using MVN.
http://confluence.magnolia-cms.com/display/WIKI/Captcha
However it fails with the following message
SNIPPET START------
Missing:
----------
1) com.octo.captcha:jcaptcha:jar:1.0-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=com.octo.captcha -DartifactId=jcaptcha
-Dversion=1.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=com.octo.captcha -DartifactId=jcaptcha -D
version=1.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -Dreposito
ryId=[id]
Path to dependency:
1) com.techbydesign:jcaptcha-module:jar:1.0
2) com.octo.captcha:jcaptcha:jar:1.0-SNAPSHOT
----------
1 required artifact is missing.
for artifact:
com.techbydesign:jcaptcha-module:jar:1.0
from the specified remote repositories:
central (http://repo1.maven.org/maven2),
magnolia (http://svn.magnolia.info/maven/m2),
octo-forge-snapshots (http://forge.octo.com/archiva/repository/forge-snapshots
/)
END-----
However I did not find the mentioned file anywhere in the above remote directories.
Does anyone of you has experience with this? I am not used to maven and don't really know how to fix this.
Many thanks
C
----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <user-list-***@magnolia-cms.com>
----------------------------------------------------------------
I am trying to build the captcha module using MVN.
http://confluence.magnolia-cms.com/display/WIKI/Captcha
However it fails with the following message
SNIPPET START------
Missing:
----------
1) com.octo.captcha:jcaptcha:jar:1.0-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=com.octo.captcha -DartifactId=jcaptcha
-Dversion=1.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=com.octo.captcha -DartifactId=jcaptcha -D
version=1.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -Dreposito
ryId=[id]
Path to dependency:
1) com.techbydesign:jcaptcha-module:jar:1.0
2) com.octo.captcha:jcaptcha:jar:1.0-SNAPSHOT
----------
1 required artifact is missing.
for artifact:
com.techbydesign:jcaptcha-module:jar:1.0
from the specified remote repositories:
central (http://repo1.maven.org/maven2),
magnolia (http://svn.magnolia.info/maven/m2),
octo-forge-snapshots (http://forge.octo.com/archiva/repository/forge-snapshots
/)
END-----
However I did not find the mentioned file anywhere in the above remote directories.
Does anyone of you has experience with this? I am not used to maven and don't really know how to fix this.
Many thanks
C
----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <user-list-***@magnolia-cms.com>
----------------------------------------------------------------