[JBoss JIRA] (JBIDE-24114) [parent pom] do not skip baseline comparison check when -DskipTests=true
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24114?page=com.atlassian.jira.plugi... ]
Jeff MAURY commented on JBIDE-24114:
------------------------------------
+1
> [parent pom] do not skip baseline comparison check when -DskipTests=true
> ------------------------------------------------------------------------
>
> Key: JBIDE-24114
> URL: https://issues.jboss.org/browse/JBIDE-24114
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build
> Affects Versions: 4.4.4.AM1, 4.5.0.AM1
> Reporter: Nick Boldt
> Assignee: Jeff MAURY
> Fix For: 4.4.4.AM2, 4.5.0.AM1
>
>
> Currently, when you build with -DskipTests, the baseline checks are also skipped. This means that if you make a change to a file in a plugin, and build it locally to see if anything breaks, but forget to bump the version of the plugin and its containing feature, you won't see the baseline check failure until it's built in Jenkins and someone like me complains about it to you directly.
> This happened recently in the 4.4.x branch for changes to openshift and base.
> So I propose this change in parent pom for 4.4.x and master branches:
> {code}
> - <skipBaselineComparison>${skipTestsOrITests}</skipBaselineComparison>
> + <skipBaselineComparison>false</skipBaselineComparison>
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years
[JBoss JIRA] (JBIDE-24114) [parent pom] do not skip baseline comparison check when -DskipTests=true
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24114?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-24114:
------------------------------------
Proposed / emailed to list: http://lists.jboss.org/pipermail/jbosstools-dev/2017-March/011898.html
> [parent pom] do not skip baseline comparison check when -DskipTests=true
> ------------------------------------------------------------------------
>
> Key: JBIDE-24114
> URL: https://issues.jboss.org/browse/JBIDE-24114
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build
> Affects Versions: 4.4.4.AM1, 4.5.0.AM1
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 4.4.4.AM2, 4.5.0.AM1
>
>
> Currently, when you build with -DskipTests, the baseline checks are also skipped. This means that if you make a change to a file in a plugin, and build it locally to see if anything breaks, but forget to bump the version of the plugin and its containing feature, you won't see the baseline check failure until it's built in Jenkins and someone like me complains about it to you directly.
> This happened recently in the 4.4.x branch for changes to openshift and base.
> So I propose this change in parent pom for 4.4.x and master branches:
> {code}
> - <skipBaselineComparison>${skipTestsOrITests}</skipBaselineComparison>
> + <skipBaselineComparison>false</skipBaselineComparison>
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years
[JBoss JIRA] (JBIDE-24114) [parent pom] do not skip baseline comparison check when -DskipTests=true
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24114?page=com.atlassian.jira.plugi... ]
Nick Boldt reassigned JBIDE-24114:
----------------------------------
Assignee: Jeff MAURY (was: Nick Boldt)
> [parent pom] do not skip baseline comparison check when -DskipTests=true
> ------------------------------------------------------------------------
>
> Key: JBIDE-24114
> URL: https://issues.jboss.org/browse/JBIDE-24114
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build
> Affects Versions: 4.4.4.AM1, 4.5.0.AM1
> Reporter: Nick Boldt
> Assignee: Jeff MAURY
> Fix For: 4.4.4.AM2, 4.5.0.AM1
>
>
> Currently, when you build with -DskipTests, the baseline checks are also skipped. This means that if you make a change to a file in a plugin, and build it locally to see if anything breaks, but forget to bump the version of the plugin and its containing feature, you won't see the baseline check failure until it's built in Jenkins and someone like me complains about it to you directly.
> This happened recently in the 4.4.x branch for changes to openshift and base.
> So I propose this change in parent pom for 4.4.x and master branches:
> {code}
> - <skipBaselineComparison>${skipTestsOrITests}</skipBaselineComparison>
> + <skipBaselineComparison>false</skipBaselineComparison>
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years
[JBoss JIRA] (JBIDE-24114) [parent pom] do not skip baseline comparison check when -DskipTests=true
by Nick Boldt (JIRA)
Nick Boldt created JBIDE-24114:
----------------------------------
Summary: [parent pom] do not skip baseline comparison check when -DskipTests=true
Key: JBIDE-24114
URL: https://issues.jboss.org/browse/JBIDE-24114
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: build
Affects Versions: 4.4.4.AM1, 4.5.0.AM1
Reporter: Nick Boldt
Currently, when you build with -DskipTests, the baseline checks are also skipped. This means that if you make a change to a file in a plugin, and build it locally to see if anything breaks, but forget to bump the version of the plugin and its containing feature, you won't see the baseline check failure until it's built in Jenkins and someone like me complains about it to you directly.
This happened recently in the 4.4.x branch for changes to openshift and base.
So I propose this change in parent pom for 4.4.x and master branches:
{code}
- <skipBaselineComparison>${skipTestsOrITests}</skipBaselineComparison>
+ <skipBaselineComparison>false</skipBaselineComparison>
{code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years
[JBoss JIRA] (JBIDE-24114) [parent pom] do not skip baseline comparison check when -DskipTests=true
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24114?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-24114:
-------------------------------
Fix Version/s: 4.4.4.AM2
4.5.0.AM1
> [parent pom] do not skip baseline comparison check when -DskipTests=true
> ------------------------------------------------------------------------
>
> Key: JBIDE-24114
> URL: https://issues.jboss.org/browse/JBIDE-24114
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build
> Affects Versions: 4.4.4.AM1, 4.5.0.AM1
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 4.4.4.AM2, 4.5.0.AM1
>
>
> Currently, when you build with -DskipTests, the baseline checks are also skipped. This means that if you make a change to a file in a plugin, and build it locally to see if anything breaks, but forget to bump the version of the plugin and its containing feature, you won't see the baseline check failure until it's built in Jenkins and someone like me complains about it to you directly.
> This happened recently in the 4.4.x branch for changes to openshift and base.
> So I propose this change in parent pom for 4.4.x and master branches:
> {code}
> - <skipBaselineComparison>${skipTestsOrITests}</skipBaselineComparison>
> + <skipBaselineComparison>false</skipBaselineComparison>
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years