This is an automated email from the ASF dual-hosted git repository.
gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push:
new 2a1c2e7 [CAMEL-14444] Make sure the jandex index is included in core
modules
2a1c2e7 is described below
commit 2a1c2e739f200229cccd7fd7301855b6eb262c3e
Author: Guillaume Nodet <[email protected]>
AuthorDate: Tue Jan 28 17:37:30 2020 +0100
[CAMEL-14444] Make sure the jandex index is included in core modules
---
core/pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/core/pom.xml b/core/pom.xml
index 5339610..00a4ebb 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -72,8 +72,9 @@
<phase>prepare-package</phase>
</execution>
<execution>
- <id>jaxb-list</id>
+ <id>generate</id>
<goals>
+ <goal>jandex</goal>
<goal>generate-jaxb-list</goal>
</goals>
<phase>process-classes</phase>