mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-05-07 22:55:58 +02:00
improve error handling
This commit is contained in:
@@ -195,7 +195,8 @@ public class RunMojo extends AbstractMojo
|
||||
}
|
||||
else
|
||||
{
|
||||
getLog().error("could not find file for ".concat(artifact.getId()));
|
||||
throw new MojoExecutionException(
|
||||
"could not find file for ".concat(artifact.getId()));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -57,10 +57,7 @@
|
||||
<plugin>
|
||||
<groupId>sonia.scm.maven</groupId>
|
||||
<artifactId>scm-maven-plugin</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<configuration>
|
||||
<version>${project.version}</version>
|
||||
</configuration>
|
||||
<version>1.6-SNAPSHOT</version>
|
||||
</plugin>
|
||||
|
||||
</plugins>
|
||||
|
||||
Reference in New Issue
Block a user