Skip to content

Commit

Permalink
maven: Move resolver earlier in reactor
Browse files Browse the repository at this point in the history
This enables use of resolver in later it testing.

Signed-off-by: BJ Hargrave <bj@hargrave.dev>
  • Loading branch information
bjhargrave committed Nov 16, 2022
1 parent 875a41f commit 0c76117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maven/pom.xml
Expand Up @@ -21,9 +21,9 @@
<module>bnd-maven-plugin</module>
<module>bnd-indexer-maven-plugin</module>
<module>bnd-baseline-maven-plugin</module>
<module>bnd-resolver-maven-plugin</module>
<module>bnd-export-maven-plugin</module>
<module>bnd-testing-maven-plugin</module>
<module>bnd-resolver-maven-plugin</module>
<module>bnd-run-maven-plugin</module>
<module>bnd-reporter-maven-plugin</module>
<module>bnd-generate-maven-plugin</module>
Expand Down

0 comments on commit 0c76117

Please sign in to comment.