Skip to content

Java/Gradle demo project to show how to deploy private artifacts on a remote Maven Repository.

Notifications You must be signed in to change notification settings

svaponi/gradle-demo-artifact

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gradle Demo Artifact

Java/Gradle demo project to show how to deploy private artifacts on a remote Maven Repository.

To see how to use private artifacts from a remote Maven Repository svaponi/gradle-demo-consumer.

The library provides a service that returns the current OS user. That's it!

How to

Test project and and build artifacts:

gradle clean build

Install artifacts locally:

gradle install

Install artifacts on remote Maven Repository:

gradle uploadArchives

If you get an error, see Local configuration for remote Maven Repository.

Gradle Tasks

Show all Gradle tasks available on this project:

gradle tasks --all

About

Java/Gradle demo project to show how to deploy private artifacts on a remote Maven Repository.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages