Skip to content

Commit

Permalink
[MSHADE-422] Remove usage of deprecated Plugin#getGoals() method
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Sep 12, 2022
1 parent 26204d2 commit 8177c6b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1775,7 +1775,6 @@ protected void updatePlugin( Plugin value, String xmlTag, Counter counter, Eleme
!value.isExtensions() ? null : String.valueOf( value.isExtensions() ), "false" );
iteratePluginExecution( innerCount, root, value.getExecutions(), "executions", "execution" );
iterateDependency( innerCount, root, value.getDependencies(), "dependencies", "dependency" );
findAndReplaceXpp3DOM( innerCount, root, "goals", (Xpp3Dom) value.getGoals() );
findAndReplaceSimpleElement( innerCount, root, "inherited", value.getInherited(), null );
findAndReplaceXpp3DOM( innerCount, root, "configuration", (Xpp3Dom) value.getConfiguration() );
}
Expand Down

0 comments on commit 8177c6b

Please sign in to comment.