[
https://issues.apache.org/jira/browse/GEODE-6259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16742525#comment-16742525
]
ASF subversion and git services commented on GEODE-6259:
--------------------------------------------------------
Commit fdd924eb1cb1faed8ee782fa937d08add4a1e202 in geode's branch
refs/heads/feature/GEODE-2113e from Patrick Rhomberg
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=fdd924e ]
GEODE-6259: Correct issues with publish targets (#3067)
* Default values in gradle.properties should not be quote-wrapped
* Short-circuit-when-exists operator is ?: in Groovy, not || like in Python.
* Username/Password credentials are only valid for maven targets of HTTP,
HTTPS, and SFTP.
* The meta pipeline should be updated when meta.properties changes.
> Simplify publication logic -- remove mavenSnapshotBucket
> --------------------------------------------------------
>
> Key: GEODE-6259
> URL: https://issues.apache.org/jira/browse/GEODE-6259
> Project: Geode
> Issue Type: Improvement
> Reporter: Patrick Rhomberg
> Priority: Major
> Labels: pull-request-available
> Time Spent: 1.5h
> Remaining Estimate: 0h
>
> At the moment, the Maven target for publication is determined by:
> (1) If it was provided on the command line
> (2) If the version string indicates that it is a release version
> (3) If a "snapshot bucket" was provided on the commandline
> (4) Or a default snapshot location.
> The {{mavenSnapshotBucket}} is an unnecessary accessory that injects the
> provided string into a GCS url. A complete {{mavenRepository}} should be
> provided instead.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)