Skip to content

Commit

Permalink
Merge pull request #123 from mojohaus/maven30
Browse files Browse the repository at this point in the history
Ensure mojo descriptors are extracted after compilation
  • Loading branch information
rfscholte authored Mar 4, 2019
2 parents 3a7d229 + 238e14e commit 7771e91
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,12 @@
<goalPrefix>exec</goalPrefix>
<skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
</configuration>
<executions>
<execution>
<id>default-descriptor</id>
<phase>process-classes</phase>
</execution>
</executions>
</plugin>
</plugins>
</pluginManagement>
Expand Down

0 comments on commit 7771e91

Please sign in to comment.