simpligility / maven-repository-tools

Tools for interacting with Maven repositories
Eclipse Public License 1.0
137 stars 66 forks source link

Config parameter to only download and verify what would be deployed #25

Closed mosabua closed 8 years ago

mosabua commented 9 years ago

when deploying it should do some sort of HTTP GET to verify that a component is already deployed. If it is ... skip deployment and do not log failure.

mosabua commented 8 years ago

At least the check if something is already in the remote and skip deployment is already there.

https://github.com/simpligility/maven-repository-tools/blob/master/maven-repository-provisioner/src/main/java/com/simpligility/maven/provisioner/MavenRepositoryHelper.java#L248

probably need to test this and then do an expansion towards a test only mode..

mosabua commented 8 years ago

Fixed with 1.1.0 release