Skip to content

Commit 0a985e1

Browse files
authored
Workaround deployment issues with karaf packaging (#1909)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
1 parent 2494321 commit 0a985e1

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,15 @@
122122
<allowIncompleteProjects>true</allowIncompleteProjects>
123123
</configuration>
124124
</plugin>
125+
<plugin>
126+
<groupId>org.apache.maven.plugins</groupId>
127+
<artifactId>maven-deploy-plugin</artifactId>
128+
<version>3.1.4</version>
129+
<configuration>
130+
<!-- Workaround for deploy errors for karaf packaging projects with attached artifacts only -->
131+
<allowIncompleteProjects>true</allowIncompleteProjects>
132+
</configuration>
133+
</plugin>
125134
<plugin>
126135
<groupId>org.codehaus.mojo</groupId>
127136
<artifactId>build-helper-maven-plugin</artifactId>

0 commit comments

Comments
 (0)