GitHub user qxo opened a pull request:
https://github.com/apache/ant-ivy/pull/6
PomModuleDescriptorParser disabled handle source and javadoc artifact for speed up …
PomModuleDescriptorParser disabled handle source and javadoc artifact by set disabledForSourcesAndJavadoc=true,
by ivysettings.xml like:
```xml
<ivysettings>
<property name="disabledForSourcesAndJavadoc" value="true"/>
....
by System property,like -DdisabledForSourcesAndJavadoc=true
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/qxo/ant-ivy master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ant-ivy/pull/6.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #6
----
commit ed533c20aabcdbd3aff2dbddc17f2f020635f8b8
Author: qxo <qxodream@gmail.com>
Date: 2015-07-15T11:47:22Z
PomModuleDescriptorParser disabled source and javadoc artifactory by setting disabledForSourcesAndJavadoc=true
in ivysettings.xml or System property,like -DdisabledForSourcesAndJavadoc=true
----
---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org
|