[MRRESOURCES-102] Implement MRRESOURCES-102#2
Conversation
9a02538 to
6df9986
Compare
src/main/java/org/apache/maven/plugin/resources/remote/ProcessRemoteResourcesMojo.java
Outdated
Show resolved
Hide resolved
src/main/java/org/apache/maven/plugin/resources/remote/ProcessRemoteResourcesMojo.java
Outdated
Show resolved
Hide resolved
| req.setFrom( source ); | ||
| req.setTo( file ); | ||
| req.setFiltering( isFiltering ); | ||
| req.setFiltering( true ); |
There was a problem hiding this comment.
But this filtering always active, is that what we want?
There was a problem hiding this comment.
The property useResourceFiltering is still adhered to. It's evaluated on line 1279.
…-102 # Conflicts: # src/main/java/org/apache/maven/plugin/resources/remote/ProcessRemoteResourcesMojo.java
|
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 😀) |
|
Resolve #228 |
This implements MRRESOURCES-102 by using Maven resource filtering.