[ 
https://issues.apache.org/struts/browse/WW-3223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=46662#action_46662
 ] 

Arthur Nogueira Neves commented on WW-3223:
-------------------------------------------

Sorry, but when I try performing the command 'mvn install' on the struts2 
project, I get this error:

[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Unable to find artifact.

Embedded error: Unable to download the artifact from any repository

Try downloading the file manually from the project website.

Then, install it using the command:
    mvn install:install-file -DgroupId=com.opensymphony -DartifactId=xwork-core
-Dversion=2.1.5-SNAPSHOT -Dclassifier=sources -Dpackaging=jar -Dfile=/path/to/fi
le

Alternatively, if you host your own repository you can deploy the file there:
    mvn deploy:deploy-file -DgroupId=com.opensymphony -DartifactId=xwork-core -D
version=2.1.5-SNAPSHOT -Dclassifier=sources -Dpackaging=jar -Dfile=/path/to/file
 -Durl=[url] -DrepositoryId=[id]


  com.opensymphony:xwork-core:jar:2.1.5-SNAPSHOT

from the specified remote repositories:
  apache.snapshots (http://people.apache.org/maven-snapshot-repository),
  jboss-snapshot (http://snapshots.jboss.org/maven2),
  sonatype.net (http://repo1.sonatype.net/maven2),
  codehausSnapshots (http://snapshots.maven.codehaus.org/maven2),
  jboss (http://repository.jboss.com/maven2)

> Version of XWorks in pom.xml
> ----------------------------
>
>                 Key: WW-3223
>                 URL: https://issues.apache.org/struts/browse/WW-3223
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Other
>            Reporter: Arthur Nogueira Neves
>            Assignee: Arthur Nogueira Neves
>
> Dependency xwork-core in pom.xml of struts2-core need to be updated, because 
> there isn't a version of name '2.1.5-SNAPSHOT' , just there a version called 
> '2.1.5'.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to