Correct artifact id for maven

This commit is contained in:
dordsor21 2019-02-22 14:38:18 +00:00
parent a9bebb10da
commit be51d8e159

View File

@ -26,14 +26,14 @@ task createPom {
pom {
project {
groupId 'com.github.intellectualsites.plotsquared'
artifactId 'Plotsquared'
artifactId 'Plotsquared-Api'
version project.parent.version
}
}.writeTo("../mvn/com/github/intellectualsites/plotsquared/Plotsquared-Api/${project.parent.version}/Plotsquared-Api-${project.parent.version}.pom")
pom {
project {
groupId 'com.github.intellectualsites.plotsquared'
artifactId 'Plotsquared'
artifactId 'Plotsquared-Api'
version 'latest'
}
}.writeTo("../mvn/com/github/intellectualsites/plotsquared/Plotsquared-Api/latest/Plotsquared-Api-latest.pom")