Issue Type: Bug Bug
Affects Versions: 5.0.1
Assignee: Unassigned
Components: app framework
Created: 12/Aug/13 3:39 PM
Description:

Creating a new local maven repo (Enterprise) following these instructions:
http://documentation.magnolia-cms.com/display/DOCS/Maven+init

Building the ui project produces this error:
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.vaadin.addons:icepush:jar:0.5.3

Try downloading the file manually from the project website.

Then, install it using the command:
mvn install:install-file -DgroupId=org.vaadin.addons -DartifactId=icepush -Dversion=0.5.3 -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.vaadin.addons -DartifactId=icepush -Dversion=0.5.3 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

Path to dependency:
1) info.magnolia.ui:magnolia-ui-vaadin-integration:jar:5.0.1
2) org.vaadin.addons:icepush:jar:0.5.3

----------
1 required artifact is missing.

for artifact:
info.magnolia.ui:magnolia-ui-vaadin-integration:jar:5.0.1

from the specified remote repositories:
central (http://repo1.maven.org/maven2),
magnolia.nexus.enterprise (http://nexus.magnolia-cms.com/content/groups/enterprise/)

[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch

Fix Versions: 5.0.2, 5.0.x
Project: Magnolia UI
Priority: Major Major
Reporter: Christian Ringele
Security Level: Public
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



----------------------------------------------------------------
For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <dev-list-unsubscr...@magnolia-cms.com>
----------------------------------------------------------------

Reply via email to