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:
@@ -46,3 +46,11 @@ jar {
|
||||
dependsOn prepareResources
|
||||
}
|
||||
|
||||
publishing {
|
||||
publications {
|
||||
mavenJava(MavenPublication) {
|
||||
from components.java
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user