There was an error while loading. Please reload this page.
1 parent 4ab9964 commit c62ba1eCopy full SHA for c62ba1e
src/main/java/org/apache/maven/plugins/deploy/DeployMojo.java
@@ -239,7 +239,7 @@ else if ( !ArtifactUtils.isSnapshot( project.getVersion() ) && altReleaseDeploym
239
if ( !matcher.matches() )
240
{
241
throw new MojoFailureException( altDeploymentRepo, "Invalid syntax for repository.",
242
- "Invalid syntax for alternative repository. Use \"id::layout::url\"." );
+ "Invalid syntax for alternative repository. Use \"id::url\"." );
243
}
244
else
245
0 commit comments