[
http://jira.codehaus.org/browse/MAVENUPLOAD-1526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_95828
]
Leonid Vysochyn commented on MAVENUPLOAD-1526:
----------------------------------------------
Hi Carlos,
Sorry I did not know they are automatic. How often they are run?
Now it seems like sync was performed but when I am trying to use this version
jars in my maven build it can't find them in maven repository.
I have something like this in my pom.xml
<dependency>
<groupId>net.sf.jxls</groupId>
<artifactId>jxls-core</artifactId>
<version>0.9.3</version>
</dependency>
But I get
Downloading:
http://repo1.maven.org/maven2/net/sf/jxls/jxls-core/0.9.3/jxls-core-0.9.3.pom
Downloading:
http://repo1.maven.org/maven2/net/sf/jxls/jxls-core/0.9.3/jxls-core-0.9.3.jar
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) net.sf.jxls:jxls-core:jar:0.9.3
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=net.sf.jxls -DartifactId=jxls-core \
-Dversion=0.9.3 -Dpackaging=jar -Dfile=/path/to/file
Path to dependency:
1) com.leo.test:test1-app:jar:1.0-SNAPSHOT
2) net.sf.jxls:jxls-core:jar:0.9.3
----------
1 required artifact is missing.
for artifact:
com.leo.test:test1-app:jar:1.0-SNAPSHOT
from the specified remote repositories:
central (http://repo1.maven.org/maven2)
This started to happen after I setup automatic sync of my repository (starting
from jxls 0.9.2)
May be something is wrong with my repository? Could you please advice?
> Sync jXLS repository to the central repository
> ----------------------------------------------
>
> Key: MAVENUPLOAD-1526
> URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1526
> Project: maven-upload-requests
> Issue Type: Task
> Reporter: Leonid Vysochyn
> Attachments: net.sf.jxls.sh
>
>
> Please do a sync of jxls repository
> /home/groups/j/jx/jxls/htdocs/repository/releases to central repository as
> there is a new release of jXLS library (0.9.3)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira