We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9a7316 commit ac5d221Copy full SHA for ac5d221
src/main/java/org/codehaus/plexus/archiver/Archiver.java
@@ -264,6 +264,7 @@ ResourceIterator getResources()
264
void setDuplicateBehavior( String duplicate );
265
266
/**
267
+ * For java7 and above, new java method will be used, regardless of this setting
268
* to use or not the jvm method for file permissions : user all <b>not active for group permissions</b>
269
*
270
* @since 1.1
@@ -272,6 +273,7 @@ ResourceIterator getResources()
272
273
void setUseJvmChmod( boolean useJvmChmod );
274
275
276
277
278
* @return
279
*/
0 commit comments