Skip to content

Commit

Permalink
#141 added Chas Honton to contributors, made getOptions() and getMojo…
Browse files Browse the repository at this point in the history
…() private
  • Loading branch information
siom79 committed Aug 16, 2016
1 parent 35da683 commit 100bf12
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ protected void executeReport(Locale locale) throws MavenReportException {
}
}

JApiCmpMojo getMojo() throws MojoFailureException {
private JApiCmpMojo getMojo() throws MojoFailureException {
if (mojo != null) {
return mojo;
}
Expand All @@ -104,7 +104,7 @@ JApiCmpMojo getMojo() throws MojoFailureException {
return mojo;
}

Options getOptions() {
private Options getOptions() {
try {
return getMojo().getOptions(pluginParameters, mavenParameters);
} catch (MojoFailureException ignore) {
Expand Down
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@
<name>Niklas Therning</name>
<url>https://github.com/ntherning</url>
</contributor>
<contributor>
<name>Chas Honton</name>
<url>[email protected]</url>
</contributor>
</contributors>

<properties>
Expand Down

0 comments on commit 100bf12

Please sign in to comment.