Hi
That's a recurrent discussion
All the java7 stuff done by reflection can be definitely removed (it's a
legacy code when we have minimum support of java5)
So feel free to remove that and make those librairies java7 minimum. This
shouldn't be a problem.
Regarding java8, I have my opinion and a
olamy commented on a change in pull request #21:
URL: https://github.com/apache/maven-site-plugin/pull/21#discussion_r426105614
##
File path: Jenkinsfile
##
@@ -17,4 +17,4 @@
* under the License.
*/
-asfMavenTlpPlgnBuild(jdk:['7','8','11','12'], maven:['3.0.x', '3.2.x',
Hi folks,
I’ve been looking at MRESOURCES-236 (Copying of files with permissions broken)
and it looks like it should be solvable using Java 7’s
Files.getPosixFilePermission() and Files.setPostixFilePermission(). In
particular I propose that the various copyFile() methods in
maven-resources-plu
rfscholte commented on a change in pull request #21:
URL: https://github.com/apache/maven-site-plugin/pull/21#discussion_r425670278
##
File path: Jenkinsfile
##
@@ -17,4 +17,4 @@
* under the License.
*/
-asfMavenTlpPlgnBuild(jdk:['7','8','11','12'], maven:['3.0.x', '3.2.x