Github user jsuereth commented on a diff in the pull request:

    https://github.com/apache/ant-ivy/pull/6#discussion_r37987168
  
    --- Diff: 
src/java/org/apache/ivy/plugins/parser/m2/PomModuleDescriptorParser.java ---
    @@ -306,6 +306,15 @@ private void 
addSourcesAndJavadocArtifactsIfPresent(PomModuleDescriptorBuilder m
                 // no main artifact in pom, we don't need to search for meta 
artifacts
                 return;
             }
    +        
    +        final boolean disabledForSourcesAndJavadoc = 
"true".equals(ivySettings.substitute("${disabledForSourcesAndJavadoc}"));
    --- End diff --
    
    In pedantic mode, can we call this "disableMavenAutoSourcesAndJavadoc"


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org

Reply via email to