HHH-9893 - proper karaf features file task dependency for artifact publishing
This commit is contained in:
parent
9b5bb9751c
commit
aa0aa0bc39
|
@ -360,6 +360,7 @@ publishing {
|
|||
mavenJava( MavenPublication ) {
|
||||
artifact( project.extensions.karafFeatures.featuresXmlFile ) {
|
||||
classifier 'karaf'
|
||||
builtBy generateKarafFeatures
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue