Skip to content

Commit

Permalink
KameletCatalog is empty with a bundled jar
Browse files Browse the repository at this point in the history
  • Loading branch information
oscerd committed May 4, 2021
1 parent ae827f0 commit a8157e5
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions library/camel-kamelets-catalog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,30 +123,6 @@
</execution>
</executions>
</plugin>
<plugin>

<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<executions>
<execution>
<phase>generate-sources</phase>
<goals>
<goal>add-source</goal>
<goal>add-resource</goal>
</goals>
<configuration>
<sources>
<source>src/kamelets</source>
</sources>
<resources>
<resource>
<directory>src/kamelets</directory>
</resource>
</resources>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>

0 comments on commit a8157e5

Please sign in to comment.