Skip to content

Commit

Permalink
generate-hk2-config moved to process-sources phase
Browse files Browse the repository at this point in the history
- The jaxws/jaxb plugins must be executed before generate-hk2-config

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
  • Loading branch information
dmatej committed Nov 6, 2023
1 parent 51456f8 commit b99ebdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nucleus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
<executions>
<execution>
<id>generate-hk2-config</id>
<phase>generate-sources</phase>
<phase>process-sources</phase>
<goals>
<goal>compile</goal>
</goals>
Expand Down

0 comments on commit b99ebdb

Please sign in to comment.