[
https://issues.jboss.org/browse/JBIDE-18820?page=com.atlassian.jira.plugi...
]
Nick Boldt commented on JBIDE-18820:
------------------------------------
Do you mean these properties?
{code}
jboss.discovery.directory.url|jbosstools|4.3=http://download.jboss.org/jb...
jboss.discovery.site.url|jbosstools|4.3=http://download.jboss.org/jbossto...
jboss.discovery.earlyaccess.site.url|jbosstools|4.3=http://download.jboss...
# 4.3.mars version of jbosstools-earlyaccess.properties should be edited here, so the
discovery job can fetch it:
http://download.jboss.org/jbosstools/mars/snapshots/updates/earlyaccess.p...
jboss.discovery.earlyaccess.list.url|jbosstools|4.3=http://download.jboss...
jboss.discovery.site.integration-stack.url|jbosstools|4.3=http://download...
jboss.discovery.site.integration-stack-sap.url|jbosstools|4.3=
jboss.discovery.site.integration-stack-sap.feature=org.fusesource.ide.sap.feature.feature.group
{code}
Or do you mean stuff that's only in the parent pom right now?
https://github.com/jbosstools/jbosstools-build/blob/master/parent/pom.xml#L7
https://github.com/jbosstools/jbosstools-build/blob/master/parent/pom.xml...
https://github.com/jbosstools/jbosstools-build/blob/master/parent/pom.xml...
https://github.com/jbosstools/jbosstools-build/blob/master/parent/pom.xml...
{code}
<version>4.3.0.CR1-SNAPSHOT</version> <!-- changes once per milestone until
Final
<BUILD_ALIAS>CR1</BUILD_ALIAS> <!-- changes once per milestone until Final
<targetEclipseVersion>4.5 (Mars)</targetEclipseVersion> <!-- changes once
per year
<tychoVersion>0.23.1</tychoVersion> <!-- changes as new releases happen
<tychoExtrasVersion>${tychoVersion}</tychoExtrasVersion>
<jbossTychoPluginsVersion>0.23.1-SNAPSHOT</jbossTychoPluginsVersion> <!--
changes as new releases happen
<jbosstoolsRelengPublishVersion>4.3.0.CR1-SNAPSHOT</jbosstoolsRelengPublishVersion>
<!-- changes as new releases happen
<TARGET_PLATFORM_VERSION>4.50.0.CR1-SNAPSHOT</TARGET_PLATFORM_VERSION> <!--
changes once per milestone until Final (Mars.0)
<TARGET_PLATFORM_VERSION_MAXIMUM>4.50.0.CR1-SNAPSHOT</TARGET_PLATFORM_VERSION_MAXIMUM>
<!-- changes once per milestone until end of Mars (Mars.2)
{code}
None of these are set in ide-config.properties, but all, being Maven properties, can be
overwritten in Jenkins configs.
define how to handle ide.properties and avoid parent pom to always
change
-------------------------------------------------------------------------
Key: JBIDE-18820
URL:
https://issues.jboss.org/browse/JBIDE-18820
Project: Tools (JBoss Tools)
Issue Type: Task
Components: build
Reporter: Max Rydahl Andersen
Assignee: Nick Boldt
Fix For: 4.3.0.CR1
As illustrated in JBIDE-18806 our current setup of how ide.properties and project
versioning are not working or at least we seem to not get it updated right.
Current workaround applied is that parent pom now again defines the global version even
though this is not reliable at all since not all plugins will be rebuilt. (see JBIDE-13452
for earlier attempts on this)
Opening this jira to make sure we walkthrough and write down which values should be in
ide.properties and what level (4.2.0.CR1, 4.2.0 or 4.2. etc), when they get updated
(hopefully rarely) and how to avoid parent pom from always having to respin because of a
maintanence release.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)