mirror of
https://github.com/corda/corda.git
synced 2024-12-23 14:52:29 +00:00
ENT-6914 Fix generated pom
This commit is contained in:
parent
1ff853b421
commit
e5355d9e75
@ -44,6 +44,7 @@ tasks.register('buildCordaJAR', FatCapsule) {
|
||||
dependsOn(nodeProject.tasks.named('jar'))
|
||||
applicationClass 'net.corda.node.Corda'
|
||||
archiveBaseName = 'corda'
|
||||
archiveClassifier = ''
|
||||
archiveVersion = corda_release_version
|
||||
archiveName = archiveFileName.get()
|
||||
applicationSource = files(
|
||||
@ -89,10 +90,9 @@ publishing {
|
||||
publications {
|
||||
maven(MavenPublication) {
|
||||
artifactId 'corda'
|
||||
artifact(buildCordaJAR) {
|
||||
classifier ''
|
||||
}
|
||||
from components.java
|
||||
artifact(buildCordaJAR)
|
||||
artifact(javadocJar)
|
||||
artifact(sourcesJar)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user