HHH-11287 Include requiresDependencyResolution in the Maven plugin descriptor
This commit is contained in:
parent
1a36ff0b3e
commit
b0f6f77d74
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue