You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Josh Elser (JIRA)" <ji...@apache.org> on 2016/03/15 17:24:33 UTC

[jira] [Created] (CALCITE-1157) Automatically activate apache-release profile in release-plugin

Josh Elser created CALCITE-1157:
-----------------------------------

             Summary: Automatically activate apache-release profile in release-plugin
                 Key: CALCITE-1157
                 URL: https://issues.apache.org/jira/browse/CALCITE-1157
             Project: Calcite
          Issue Type: Improvement
          Components: build
            Reporter: Josh Elser
            Assignee: Josh Elser
            Priority: Minor
             Fix For: 1.8.0, avatica-1.8.0


Another nice-to-have when making releases:

{noformat}
        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-release-plugin</artifactId>
          <configuration>
            <releaseProfiles>apache-release</releaseProfiles>
          </configuration>
        </plugin>
{noformat}

Something like the above should automatically enable the apache-release plugin (and avoid the case where the developer forgets to enable the profile on the commandline).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)