Pavel Horal created MNG-7654:
--------------------------------

             Summary: Malformed POM in integration test data
                 Key: MNG-7654
                 URL: https://issues.apache.org/jira/browse/MNG-7654
             Project: Maven
          Issue Type: Bug
          Components: Core
            Reporter: Pavel Horal


I have stumbled on malformed POM in integration test data 
[maven-core/src/test/remote-repo/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom#L16|https://github.com/apache/maven/blob/master/maven-core/src/test/remote-repo/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom#L16]

{code}
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version4.13.1</version>
      <scope>test</scope>
    </dependency>
{code}

This error was introduced in 
https://github.com/apache/maven/commit/449e6dc9db8152b1c67728a0fb8b16dc04e8976f 
when upgrading JUnit dependency.

The reason I am creating this issue is that it is very strange that a malformed 
POM does not break any test. So either there is another issue in some test or 
that file is useless and can be (should be?) deleted.



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

Reply via email to