Skip to content

Add feature for PomModuleDescriptorParser disabled handle source and javadoc artifact for speed up …#6

Closed
qxo wants to merge 1 commit intoapache:masterfrom
qxo:master
Closed

Add feature for PomModuleDescriptorParser disabled handle source and javadoc artifact for speed up …#6
qxo wants to merge 1 commit intoapache:masterfrom
qxo:master

Conversation

@qxo
Copy link
Contributor

@qxo qxo commented Jul 15, 2015

PomModuleDescriptorParser disabled handle source and javadoc artifact by set disabledForSourcesAndJavadoc=true,

by ivysettings.xml like:

<ivysettings>
    <property name="disabledForSourcesAndJavadoc" value="true"/>
    ....

by System property,like -DdisabledForSourcesAndJavadoc=true

…setting disabledForSourcesAndJavadoc=true

in ivysettings.xml or System property,like -DdisabledForSourcesAndJavadoc=true
@qxo qxo changed the title PomModuleDescriptorParser disabled handle source and javadoc artifact for speed up … Add feature for PomModuleDescriptorParser disabled handle source and javadoc artifact for speed up … Aug 12, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks great. We should be able to set this in ivysettings.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In pedantic mode, can we call this "disableMavenAutoSourcesAndJavadoc"

@jsuereth
Copy link

One naming comment, then LGTM

@hibnico
Copy link
Contributor

hibnico commented Aug 30, 2015

I have implemented it with two properties, ivy.maven.sources.lookup and ivy.maven.javadoc.lookup, which defaults to true
Thanks for the PR

@asfgit asfgit closed this in e124901 May 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants