elharo commented on code in PR #317:
URL: 
https://github.com/apache/maven-source-plugin/pull/317#discussion_r3715045657


##########
src/main/java/org/apache/maven/plugins/source/AbstractSourceJarMojo.java:
##########
@@ -58,6 +58,12 @@ public abstract class AbstractSourceJarMojo implements Mojo {
 
     private static final String[] DEFAULT_EXCLUDES = new String[] {};
 
+    /**
+     * Name of the directory produced by maven-remote-resources-plugin whose 
contents are added to
+     * the source archive. Matched against the last path segment, not the 
whole path.
+     */
+    private static final String SHARED_ARCHIVE_RESOURCES = 
"maven-shared-archive-resources";

Review Comment:
   inline this as it's only used in one place



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to