Answers for "The POM for org.apache.maven.plugins:maven-surefire-plugin:jar:9c6abc2 is missing, no dependency information available"

Go
3

Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.20.1:test (default-test) on project upload

<plugins>
        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-surefire-plugin</artifactId>
          <version>2.19.1</version>
        </plugin>
  </plugins>
Posted by: Guest on June-30-2020

Code answers related to "The POM for org.apache.maven.plugins:maven-surefire-plugin:jar:9c6abc2 is missing, no dependency information available"

Browse Popular Code Answers by Language