Skip to content

Commit

Permalink
Activate camel-core integration tests via -Dnative
Browse files Browse the repository at this point in the history
Before this change -Dnative-camel was needed and the camel-core
integration tests were not run on Quarkus CI.
  • Loading branch information
ppalaga committed May 7, 2019
1 parent b939b3b commit c48009f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/camel-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
<id>native-image</id>
<activation>
<property>
<name>native-camel</name>
<name>native</name>
</property>
</activation>
<build>
Expand Down

0 comments on commit c48009f

Please sign in to comment.