There was an error while loading. Please reload this page.
1 parent 2494321 commit 0a985e1Copy full SHA for 0a985e1
1 file changed
pom.xml
@@ -122,6 +122,15 @@
122
<allowIncompleteProjects>true</allowIncompleteProjects>
123
</configuration>
124
</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>
134
<plugin>
135
<groupId>org.codehaus.mojo</groupId>
136
<artifactId>build-helper-maven-plugin</artifactId>
0 commit comments