Skip to content

tt-gf/artifactory-client-java-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

artifactory-client-java example

This is a sample project using artifactory-client-java listing all artifacts in your Artifactory.

Build

$ ./gradlew build

Run

$ ./gradlew -q execute
Artifactory URL [http://artifactory-ci.tomtomgroup.com/artifactory]: 
User name [root]: 
Password []: 
[...]
com.tomtom/MyGreatPackage/myGreatArtifact.zip
com.tomtom/MyGreaterPackage/myGreaterArtifact.zip
[...]

Troubleshooting

Re-enable the Artifactory client's debug logs in Example.java.

Variants

Here a variant deleting all artifacts of a repo based on criteria.

About

Sample project using artifactory-client-java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages