HHH-11287 Include requiresDependencyResolution in the Maven plugin descriptor

This commit is contained in:
Craig Andrews 2016-11-29 22:47:14 -05:00 committed by Vlad Mihalcea
parent 1a36ff0b3e
commit b0f6f77d74
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@
<aggregator>false</aggregator>
<requiresOnline>false</requiresOnline>
<inheritedByDefault>true</inheritedByDefault>
<requiresDependencyResolution>compile+runtime</requiresDependencyResolution>
<phase>compile</phase>
<executePhase>compile</executePhase>
<executeGoal>enhance</executeGoal>