Skip to content

Commit

Permalink
publish the camel-k yaml dsl schema as artifact #389
Browse files Browse the repository at this point in the history
  • Loading branch information
lburgazzoli committed Jul 16, 2020
1 parent 4a3a7b2 commit 426adca
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions camel-k-loader-yaml/camel-k-loader-yaml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,22 @@
</resources>
</configuration>
</execution>
<execution>
<id>attach-artifacts</id>
<phase>package</phase>
<goals>
<goal>attach-artifact</goal>
</goals>
<configuration>
<artifacts>
<artifact>
<file>${project.basedir}/src/generated/resources/camel-yaml-dsl.json</file>
<type>json</type>
<classifier>json-schema</classifier>
</artifact>
</artifacts>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
Expand Down

0 comments on commit 426adca

Please sign in to comment.