[jira] [Updated] (HBASE-12121) maven release plugin does not allow for customized goals
[ https://issues.apache.org/jira/browse/HBASE-12121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-12121: -- Resolution: Fixed Fix Version/s: 0.98.10 Hadoop Flags: Reviewed Status: Resolved (was: Patch Available) Pushed to 0.98+ > maven release plugin does not allow for customized goals > > > Key: HBASE-12121 > URL: https://issues.apache.org/jira/browse/HBASE-12121 > Project: HBase > Issue Type: Improvement > Components: build >Affects Versions: 0.98.6 >Reporter: Enoch Hsu >Assignee: Enoch Hsu >Priority: Minor > Fix For: 1.0.0, 2.0.0, 0.98.10 > > Attachments: HBASE-12121.patch > > > Inside the pom under the maven-release-plugin there is a configuration that > defines what the release-plugin uses like so > > > apache-release > > -Dmaven.test.skip.exec > pom.xml > > There is no property for goals so if the user passes in a goal from the > command line it will not get executed and the default behavior will be used > instead. > I propose to add in the following > ${goals} > This will allow custom release goal options -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Updated] (HBASE-12121) maven release plugin does not allow for customized goals
[ https://issues.apache.org/jira/browse/HBASE-12121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Enis Soztutar updated HBASE-12121: -- Fix Version/s: (was: 0.99.2) 1.0.0 > maven release plugin does not allow for customized goals > > > Key: HBASE-12121 > URL: https://issues.apache.org/jira/browse/HBASE-12121 > Project: HBase > Issue Type: Improvement > Components: build >Affects Versions: 0.98.6 >Reporter: Enoch Hsu >Assignee: Enoch Hsu >Priority: Minor > Fix For: 1.0.0, 2.0.0 > > Attachments: HBASE-12121.patch > > > Inside the pom under the maven-release-plugin there is a configuration that > defines what the release-plugin uses like so > > > apache-release > > -Dmaven.test.skip.exec > pom.xml > > There is no property for goals so if the user passes in a goal from the > command line it will not get executed and the default behavior will be used > instead. > I propose to add in the following > ${goals} > This will allow custom release goal options -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Updated] (HBASE-12121) maven release plugin does not allow for customized goals
[ https://issues.apache.org/jira/browse/HBASE-12121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Enoch Hsu updated HBASE-12121: -- Release Note: Allows user to add goals to release procedure mvn release:perform -Dgoal= If no goal is specified default behavior is used Example use case: Release to private repository and upload artifacts but also want the tarball to be uploaded, not just the jars. the following could be added to the release command -Dgoal="-X package install site assembly:single deploy -DskipTests" This will execute the release procedure and also upload the tarball along with all jars. > maven release plugin does not allow for customized goals > > > Key: HBASE-12121 > URL: https://issues.apache.org/jira/browse/HBASE-12121 > Project: HBase > Issue Type: Improvement > Components: build >Affects Versions: 0.98.6 >Reporter: Enoch Hsu >Assignee: Enoch Hsu >Priority: Minor > Fix For: 2.0.0, 0.99.2 > > Attachments: HBASE-12121.patch > > > Inside the pom under the maven-release-plugin there is a configuration that > defines what the release-plugin uses like so > > > apache-release > > -Dmaven.test.skip.exec > pom.xml > > There is no property for goals so if the user passes in a goal from the > command line it will not get executed and the default behavior will be used > instead. > I propose to add in the following > ${goals} > This will allow custom release goal options -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Updated] (HBASE-12121) maven release plugin does not allow for customized goals
[ https://issues.apache.org/jira/browse/HBASE-12121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-12121: -- Component/s: build > maven release plugin does not allow for customized goals > > > Key: HBASE-12121 > URL: https://issues.apache.org/jira/browse/HBASE-12121 > Project: HBase > Issue Type: Improvement > Components: build >Affects Versions: 0.98.6 >Reporter: Enoch Hsu >Assignee: Enoch Hsu >Priority: Minor > Fix For: 2.0.0, 0.99.2 > > Attachments: HBASE-12121.patch > > > Inside the pom under the maven-release-plugin there is a configuration that > defines what the release-plugin uses like so > > > apache-release > > -Dmaven.test.skip.exec > pom.xml > > There is no property for goals so if the user passes in a goal from the > command line it will not get executed and the default behavior will be used > instead. > I propose to add in the following > ${goals} > This will allow custom release goal options -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Updated] (HBASE-12121) maven release plugin does not allow for customized goals
[ https://issues.apache.org/jira/browse/HBASE-12121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-12121: -- Fix Version/s: 2.0.0 > maven release plugin does not allow for customized goals > > > Key: HBASE-12121 > URL: https://issues.apache.org/jira/browse/HBASE-12121 > Project: HBase > Issue Type: Improvement > Components: build >Affects Versions: 0.98.6 >Reporter: Enoch Hsu >Assignee: Enoch Hsu >Priority: Minor > Fix For: 2.0.0, 0.99.2 > > Attachments: HBASE-12121.patch > > > Inside the pom under the maven-release-plugin there is a configuration that > defines what the release-plugin uses like so > > > apache-release > > -Dmaven.test.skip.exec > pom.xml > > There is no property for goals so if the user passes in a goal from the > command line it will not get executed and the default behavior will be used > instead. > I propose to add in the following > ${goals} > This will allow custom release goal options -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Updated] (HBASE-12121) maven release plugin does not allow for customized goals
[ https://issues.apache.org/jira/browse/HBASE-12121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-12121: -- Fix Version/s: (was: 1.0.0) 0.99.2 > maven release plugin does not allow for customized goals > > > Key: HBASE-12121 > URL: https://issues.apache.org/jira/browse/HBASE-12121 > Project: HBase > Issue Type: Improvement >Affects Versions: 0.98.6 >Reporter: Enoch Hsu >Assignee: Enoch Hsu >Priority: Minor > Fix For: 0.99.2 > > Attachments: HBASE-12121.patch > > > Inside the pom under the maven-release-plugin there is a configuration that > defines what the release-plugin uses like so > > > apache-release > > -Dmaven.test.skip.exec > pom.xml > > There is no property for goals so if the user passes in a goal from the > command line it will not get executed and the default behavior will be used > instead. > I propose to add in the following > ${goals} > This will allow custom release goal options -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Updated] (HBASE-12121) maven release plugin does not allow for customized goals
[ https://issues.apache.org/jira/browse/HBASE-12121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Enoch Hsu updated HBASE-12121: -- Fix Version/s: 1.0.0 > maven release plugin does not allow for customized goals > > > Key: HBASE-12121 > URL: https://issues.apache.org/jira/browse/HBASE-12121 > Project: HBase > Issue Type: Improvement >Affects Versions: 0.98.6 >Reporter: Enoch Hsu >Assignee: Enoch Hsu >Priority: Minor > Fix For: 1.0.0 > > Attachments: HBASE-12121.patch > > > Inside the pom under the maven-release-plugin there is a configuration that > defines what the release-plugin uses like so > > > apache-release > > -Dmaven.test.skip.exec > pom.xml > > There is no property for goals so if the user passes in a goal from the > command line it will not get executed and the default behavior will be used > instead. > I propose to add in the following > ${goals} > This will allow custom release goal options -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Updated] (HBASE-12121) maven release plugin does not allow for customized goals
[ https://issues.apache.org/jira/browse/HBASE-12121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Enoch Hsu updated HBASE-12121: -- Issue Type: Improvement (was: Bug) > maven release plugin does not allow for customized goals > > > Key: HBASE-12121 > URL: https://issues.apache.org/jira/browse/HBASE-12121 > Project: HBase > Issue Type: Improvement >Affects Versions: 0.98.6 >Reporter: Enoch Hsu >Assignee: Enoch Hsu >Priority: Minor > Attachments: HBASE-12121.patch > > > Inside the pom under the maven-release-plugin there is a configuration that > defines what the release-plugin uses like so > > > apache-release > > -Dmaven.test.skip.exec > pom.xml > > There is no property for goals so if the user passes in a goal from the > command line it will not get executed and the default behavior will be used > instead. > I propose to add in the following > ${goals} > This will allow custom release goal options -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Updated] (HBASE-12121) maven release plugin does not allow for customized goals
[ https://issues.apache.org/jira/browse/HBASE-12121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Enoch Hsu updated HBASE-12121: -- Status: Patch Available (was: Open) > maven release plugin does not allow for customized goals > > > Key: HBASE-12121 > URL: https://issues.apache.org/jira/browse/HBASE-12121 > Project: HBase > Issue Type: Bug >Affects Versions: 0.98.6 >Reporter: Enoch Hsu >Assignee: Enoch Hsu >Priority: Minor > Attachments: HBASE-12121.patch > > > Inside the pom under the maven-release-plugin there is a configuration that > defines what the release-plugin uses like so > > > apache-release > > -Dmaven.test.skip.exec > pom.xml > > There is no property for goals so if the user passes in a goal from the > command line it will not get executed and the default behavior will be used > instead. > I propose to add in the following > ${goals} > This will allow custom release goal options -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Updated] (HBASE-12121) maven release plugin does not allow for customized goals
[ https://issues.apache.org/jira/browse/HBASE-12121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Enoch Hsu updated HBASE-12121: -- Attachment: HBASE-12121.patch > maven release plugin does not allow for customized goals > > > Key: HBASE-12121 > URL: https://issues.apache.org/jira/browse/HBASE-12121 > Project: HBase > Issue Type: Bug >Affects Versions: 0.98.6 >Reporter: Enoch Hsu >Assignee: Enoch Hsu >Priority: Minor > Attachments: HBASE-12121.patch > > > Inside the pom under the maven-release-plugin there is a configuration that > defines what the release-plugin uses like so > > > apache-release > > -Dmaven.test.skip.exec > pom.xml > > There is no property for goals so if the user passes in a goal from the > command line it will not get executed and the default behavior will be used > instead. > I propose to add in the following > ${goals} > This will allow custom release goal options -- This message was sent by Atlassian JIRA (v6.3.4#6332)