[xwiki-devs] xwiki build problem ?
Good day. Such question: is something was changed in xwiki build procedure ? Now, when I want to build xwiki-product-enterprise I receive [rssh@a22 xwiki-product-enterprise]$ mvn install [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve artifact. Missing: ---------- 1) com.xpn.xwiki.platform.tools:xwiki-xar-handlers:jar:1.9-SNAPSHOT Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=com.xpn.xwiki.platform.tools -DartifactId=xwiki-xar-handlers \ -Dversion=1.9-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file Path to dependency: 1) com.xpn.xwiki.products:xwiki-enterprise-parent:pom:1.5-SNAPSHOT 2) com.xpn.xwiki.platform.tools:xwiki-xar-handlers:jar:1.9-SNAPSHOT ---------- 1 required artifact is missing. for artifact: com.xpn.xwiki.products:xwiki-enterprise-parent:pom:1.5-SNAPSHOT from the specified remote repositories: central (http://repo1.maven.org/maven2) -- Ruslan Shevchenko GradSoft. http://www.gradsoft.ua
No, nothing is changed AFAIK and that jar is in our repo. What's wrong in your log is that your version of maven is not looking in our remote repo. What version of maven are you using? (now to solve your problem temporarily, go in xwiki-platform-tools and build them). Thanks -Vincent On May 21, 2008, at 8:05 PM, rssh wrote:
Good day.
Such question: is something was changed in xwiki build procedure ?
Now, when I want to build xwiki-product-enterprise I receive
[rssh@a22 xwiki-product-enterprise]$ mvn install [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve artifact.
Missing: ---------- 1) com.xpn.xwiki.platform.tools:xwiki-xar-handlers:jar:1.9-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command: mvn install:install-file -DgroupId=com.xpn.xwiki.platform.tools -DartifactId=xwiki-xar-handlers \ -Dversion=1.9-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
Path to dependency: 1) com.xpn.xwiki.products:xwiki-enterprise-parent:pom:1.5- SNAPSHOT 2) com.xpn.xwiki.platform.tools:xwiki-xar-handlers:jar:1.9- SNAPSHOT
---------- 1 required artifact is missing.
for artifact: com.xpn.xwiki.products:xwiki-enterprise-parent:pom:1.5-SNAPSHOT
from the specified remote repositories: central (http://repo1.maven.org/maven2)
-- Ruslan Shevchenko GradSoft. http://www.gradsoft.ua
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
participants (2)
-
rssh -
Vincent Massol