Replace artifactory by standard repository structure

This commit removes the usage of the Artifactory plugin and replaces
it with a standard repository structure using the -PdeploymentRepository
option.

This also updates the generated POM to be current.
This commit is contained in:
Stéphane Nicoll
2024-10-10 10:39:36 +02:00
parent 1ffc41596b
commit b78aa3cee8
5 changed files with 87 additions and 77 deletions

View File

@@ -46,3 +46,11 @@ jar {
dependsOn prepareResources
}
publishing {
publications {
mavenJava(MavenPublication) {
from components.java
}
}
}