You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Martin Gainty (JIRA)" <ji...@apache.org> on 2016/08/15 14:46:20 UTC

[jira] [Created] (MVERIFIER-23) maven-failsafe-plugin IntegrationTestMojo @Override

Martin Gainty created MVERIFIER-23:
--------------------------------------

             Summary: maven-failsafe-plugin IntegrationTestMojo @Override
                 Key: MVERIFIER-23
                 URL: https://issues.apache.org/jira/browse/MVERIFIER-23
             Project: Maven Verifier Plugin
          Issue Type: Bug
    Affects Versions: 3.0.0
         Environment: JDK 1.8
Maven-3.2.5
            Reporter: Martin Gainty
            Priority: Minor


maven-failsafe-plugin-2.19.2-SNAPSHOT 

org.apache.maven.plugin.failsafe.IntegrationTestMojo.java contains superfluous @Override

//@Override /* getReportSchemaLocation not exist in base class */
    protected String getReportSchemaLocation()
    {
        return "https://maven.apache.org/surefire/maven-failsafe-plugin/xsd/failsafe-test-report.xsd";
    }



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)