You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Keppler (Jira)" <ji...@apache.org> on 2023/02/02 06:33:00 UTC

[jira] [Created] (MENFORCER-465) Superfluous blanks in BanDuplicatePomDependencyVersions

Michael Keppler created MENFORCER-465:
-----------------------------------------

             Summary: Superfluous blanks in BanDuplicatePomDependencyVersions
                 Key: MENFORCER-465
                 URL: https://issues.apache.org/jira/browse/MENFORCER-465
             Project: Maven Enforcer Plugin
          Issue Type: Bug
            Reporter: Michael Keppler


The blanks in "( 2 times )" should be removed. English language and typography don't use blanks there. It also doesn't fit all the remaining Maven output (like the execution id next to each goal in the console log).
{code:java}
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.2.1:enforce (enforce-plugin-versions) on project com.etas.ascet.application.edit.test:
[ERROR] Rule 1: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions failed with message:
[ERROR] Found 1 duplicate dependency declaration in this project:
[ERROR]  - dependencies.dependency[p2.eclipse.plugin:org.objectweb.asm:eclipse-plugin] ( 2 times ) {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)