Skip to content

Commit

Permalink
Merge pull request #42 from arturobernalg/feature/javadoc
Browse files Browse the repository at this point in the history
Complete javadoc
  • Loading branch information
kinow committed Mar 8, 2021
2 parents 821329e + 9ba4677 commit 9dfa6e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ private List<File> copyDistributionsIntoScmDirectoryStructureAndAddToSvn(final F
* <code>${basedir}/target/commons-release-plugin/scm/signature-validator.sh</code>.
*
* @return the {@link File} for the signature-validator.sh
* @throws MojoExecutionException
* @throws MojoExecutionException if an error occurs while the resource is being copied
*/
private File copySignatureValidatorScriptToScmDirectory() throws MojoExecutionException {
final Path scmTargetPath = Paths.get(distRcVersionDirectory.toString(), SIGNATURE_VALIDATOR_NAME);
Expand Down

0 comments on commit 9dfa6e1

Please sign in to comment.