[
https://issues.apache.org/jira/browse/GEODE-6237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Patrick Rhomberg resolved GEODE-6237.
-------------------------------------
Resolution: Fixed
> Publication should be "opt-in" rather than injected into all subprojects
> ------------------------------------------------------------------------
>
> Key: GEODE-6237
> URL: https://issues.apache.org/jira/browse/GEODE-6237
> Project: Geode
> Issue Type: Improvement
> Reporter: Patrick Rhomberg
> Priority: Major
> Labels: pull-request-available
> Time Spent: 50m
> Remaining Estimate: 0h
>
> Currently, we inject publication logic into all subprojects in our
> {{publish.gradle}}. Then, many subprojects "opt-out" of this via our custom
> {{disableMavenPublishing}} global method.
> Rather than activating publication for all modules, then disabling it for
> some select internal modules, it would be better for those modules we intend
> to publish to "opt-in" to publication and apply the plugin specifically to
> those modules. Moreover, this iterates us towards modularity within each
> subproject module, rather than the injection and tight-coupling that the
> {{subprojects}} and {{allprojects}} configurations represent.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)