cstamas commented on a change in pull request #12:
URL: https://github.com/apache/maven-deploy-plugin/pull/12#discussion_r543553533



##########
File path: src/main/java/org/apache/maven/plugins/deploy/DeployMojo.java
##########
@@ -51,6 +51,9 @@
 public class DeployMojo
     extends AbstractDeployMojo
 {
+    private static final Pattern ALT_INVALID_REPO_SYNTAX_PATTERN = 
Pattern.compile( "(.+)::(.+)::(.+)::(.+)" );

Review comment:
       Done




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to