Skip to content

Commit

Permalink
fixed javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed May 23, 2020
1 parent d6a603b commit b027d86
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ public void execute()
/**
* Check-in content from scm checkout.
*
* @throws MojoExecutionException
* @throws MojoExecutionException in case of issue
*/
protected void checkinFiles()
throws MojoExecutionException
Expand Down Expand Up @@ -669,8 +669,8 @@ protected void deleteFiles( Collection<File> deleted )
* Add files to scm.
*
* @param added files to be added
* @throws MojoFailureException
* @throws MojoExecutionException
* @throws MojoFailureException in case of issue
* @throws MojoExecutionException in case of issue
*/
protected void addFiles( Collection<File> added )
throws MojoFailureException, MojoExecutionException
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,13 @@
*
* @goal scmpublish
* @execute lifecycle="scmpublish" phase="scmpublish-publish"
* @aggregate
* @aggregator
*/
public class ScmPublishLifecycleMojo
extends AbstractMojo
{

@Override
public void execute()
throws MojoExecutionException, MojoFailureException
{
Expand Down

0 comments on commit b027d86

Please sign in to comment.