Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MRRESOURCES-102] Implement MRRESOURCES-102 #2

Closed
wants to merge 4 commits into from

Conversation

Jurrie
Copy link

@Jurrie Jurrie commented Nov 16, 2018

This implements MRRESOURCES-102 by using Maven resource filtering.

@Jurrie Jurrie mentioned this pull request Nov 16, 2018
@Jurrie Jurrie force-pushed the feature/MRRESOURCES-102 branch from 9a02538 to 6df9986 Compare November 16, 2018 21:05
{
MavenFileFilterRequest req = new MavenFileFilterRequest();
req.setFrom( source );
req.setTo( file );
req.setFiltering( isFiltering );
req.setFiltering( true );
Copy link
Contributor

Choose a reason for hiding this comment

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

But this filtering always active, is that what we want?

Copy link
Author

Choose a reason for hiding this comment

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

The property useResourceFiltering is still adhered to. It's evaluated on line 1279.

Copy link
Member

Choose a reason for hiding this comment

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

@rfscholte do we need more review here?

@elharo elharo changed the title Implement MRRESOURCES-102 [MRRESOURCES-102] Implement MRRESOURCES-102 Apr 3, 2023
…-102

# Conflicts:
#	src/main/java/org/apache/maven/plugin/resources/remote/ProcessRemoteResourcesMojo.java
@elharo
Copy link
Contributor

elharo commented Mar 2, 2024

This is out of sync with master and doesn't have tests. I'm inclined to close this unless someone wants to pick it up.

@Jurrie
Copy link
Author

Jurrie commented Mar 2, 2024

This is out of sync with master and doesn't have tests. I'm inclined to close this unless someone wants to pick it up.

Yeah, I know 😕 It was suggested on the mailing list to add unit tests. But the current tests were old (Maven 2-based). So the suggestion was to first fix MRRESOURCES-92. That posed too big of a hurdle for me. It seems MRRESOURCES-92 still isn't fixed. It's auto-closed because it was stale. So this project will probably not get much pull request effort from outsiders until that's done. (Funny enough there were pull requests merged without tests... Guess I'm just not that lucky 😀)

@elharo elharo closed this Mar 2, 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.

6 participants