Hi.
I'm trying this plugin and i don't know if I'm doing anything wrong, but it
won't work for me. I'm using Artifactory, but i can see correct metadata
even on my local repository.
I have a very simple POM with a snapshot dependency inside:
<dependencies>
<dependency>
<groupId>com.dummy</groupId>
<artifactId>dummy-client</artifactId>
<version>15.6.30-SNAPSHOT</version>
</dependency>
</dependencies>
When I execute: mvn versions:use-releases, it does nothing.
If I enable the debugging log level, I can see this:
[DEBUG] Looking for a release of
com.dummy:dummy-client:jar:null:15.6.30-SNAPSHOT
[DEBUG] Determining update check for artifact com.dummy:dummy-client
(/home/user/.m2/repository/com/dummy/dummy-client/maven-metadata-artifactory.xml)
from artifactory (http://artifactoryserver.domain.com:8080/artifactory/all)
[DEBUG] Searching for artifactory.maven-metadata-artifactory.xml.lastUpdated
in resolution tracking file.
[DEBUG] Reading resolution-state from:
/home/user/.m2/repository/com/dummy/dummy-client/resolver-status.properties
There's nothing changed. The POM is not created and no backup file is
created.
Could you tell me what could be going wrong?
Thanks.
Regards.