Skip to content

Commit

Permalink
#884 NoFileAssignedException when building Karaf features
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-zurczak committed Sep 5, 2019
1 parent 10824ad commit fb11a69
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pom.xml
Expand Up @@ -267,6 +267,19 @@
</execution>
</executions>
</plugin>

<!-- Fix for #884 -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<version>2.5.2</version>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.2</version>
</plugin>
</plugins>
</pluginManagement>

Expand Down

0 comments on commit fb11a69

Please sign in to comment.