Skip to content

Commit b7a14b7

Browse files
authored
[OSGi] Publish OSGi Artifacts (#347)
1 parent 4363840 commit b7a14b7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

common.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,9 @@ subprojects {
329329
publications {
330330
mavenJava(MavenPublication) {
331331
from components.java
332+
artifact(project.tasks.osgi) {
333+
classifier = 'bundle'
334+
}
332335
pom.withXml {
333336
asNode().get('version') + ({
334337
resolveStrategy = Closure.DELEGATE_FIRST

0 commit comments

Comments
 (0)