Skip to content

Conversation

@slachiewicz
Copy link
Member

No description provided.

int url = indexOf( lines, ".*http://cwiki.apache.org/confluence/display/MAVEN/AetherClassNotFound.*" );
assertTrue( "Url to ClassNotFoundAether was not found in output.", url >= 0 );

boolean versionWithMng5693 = matchesVersionRange( "[3.6.1,)"); // no more link to cwiki
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why we keep this waiting for 8 months?
The hint was printed by older Maven?

int url = indexOf( lines, ".*http://cwiki.apache.org/confluence/display/MAVEN/AetherClassNotFound.*" );
assertTrue( "Url to ClassNotFoundAether was not found in output.", url >= 0 );

boolean versionWithMng5693 = matchesVersionRange( "[3.6.1,)"); // no more link to cwiki
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not change this in super()? The test will be obsolete with 3.6.2?!

Copy link
Contributor

@Tibor17 Tibor17 Aug 19, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think he is checking that next versions do not have that link either. If it is @slachiewicz 's purpose, then super() would not help.
@michael-o Question I asked on ML, why do we keep ITs for old versions. We don't need them. We are tesing SNAPSHOT version and we do not do it backwards for the old versions. Old versions are over, and there I would propose to TAG this project with every Maven release. Then delete the non-general ITs.

@slachiewicz slachiewicz closed this by deleting the head repository Jul 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants