[ https://issues.jboss.org/browse/JBDS-3493?page=com.atlassian.jira.plugin.... ]
CDW Engine updated JBDS-3493:
-----------------------------
CDW release: + (was: ?)
> Add link to central update zip to JBDS updates page
> ---------------------------------------------------
>
> Key: JBDS-3493
> URL: https://issues.jboss.org/browse/JBDS-3493
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: updatesite
> Affects Versions: 9.0.0.Beta2
> Reporter: Jan Richter
> Assignee: Nick Boldt
> Fix For: 9.0.0.Beta2, 9.0.0.CR1
>
> Attachments: offline-zips.png
>
>
> Looking at https://devstudio.jboss.com/9.0/staging/updates/ I can see there are links to target platform and update site zips, but I can't find any link to the central zip.
> When we looked over JBDS-3491, we discovered that downloading the central zip without access to the installer sites becomes a bit tricky this way.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
[ https://issues.jboss.org/browse/JBDS-3493?page=com.atlassian.jira.plugin.... ]
CDW Engine reassigned JBDS-3493:
--------------------------------
> Add link to central update zip to JBDS updates page
> ---------------------------------------------------
>
> Key: JBDS-3493
> URL: https://issues.jboss.org/browse/JBDS-3493
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: updatesite
> Affects Versions: 9.0.0.Beta2
> Reporter: Jan Richter
> Assignee: Nick Boldt
> Fix For: 9.0.0.Beta2, 9.0.0.CR1
>
> Attachments: offline-zips.png
>
>
> Looking at https://devstudio.jboss.com/9.0/staging/updates/ I can see there are links to target platform and update site zips, but I can't find any link to the central zip.
> When we looked over JBDS-3491, we discovered that downloading the central zip without access to the installer sites becomes a bit tricky this way.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
[ https://issues.jboss.org/browse/JBIDE-20215?page=com.atlassian.jira.plugi... ]
Fred Bricon commented on JBIDE-20215:
-------------------------------------
[~mjobanek], any chance you can clarify about the different Maven CLI outcomes?
> Version property is not replaced with a value defined in parent pom
> -------------------------------------------------------------------
>
> Key: JBIDE-20215
> URL: https://issues.jboss.org/browse/JBIDE-20215
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: maven
> Affects Versions: 4.3.0.Alpha1
> Environment: JBDS 9.0.0.Alpha1
> Reporter: Matous Jobanek
>
> Consider this situation:
> There is a parent pom where a version property is defined.
> {code:xml}
> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0http://maven.apache.org/xsd/maven-4.0.0.xsd">
> <modelVersion>4.0.0</modelVersion>
> <groupId>jira</groupId>
> <artifactId>jira-reproducer-parent</artifactId>
> <version>1.0</version>
> <packaging>pom</packaging>
> <properties>
> <reproducer.child.version>1.1.Final</reproducer.child.version>
> </properties>
> </project>
> {code}
> Then there is a child pom and version of this pom is the property defined in the parent pom.
> {code:xml}
> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0http://maven.apache.org/xsd/maven-4.0.0.xsd">
> <modelVersion>4.0.0</modelVersion>
> <parent>
> <groupId>jira</groupId>
> <artifactId>jira-reproducer-parent</artifactId>
> <version>1.0</version>
> <relativePath>../pom.xml</relativePath>
> </parent>
> <artifactId>jira-reproducer-child</artifactId>
> <version>${reproducer.child.version}</version>
> </project>
> {code}
> Then the generated pom at target/classes/META-INF/maven/jira/jira-reproducer-child/pom.xml doesn't contain the replaced value from the parent pom, but the original property:
> {code:xml}
> <version>${reproducer.child.version}</version>
> {code}
> should be:
> {code:xml}
> <version>1.1.Final</version>
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
[ https://issues.jboss.org/browse/JBDS-3493?page=com.atlassian.jira.plugin.... ]
Nick Boldt updated JBDS-3493:
-----------------------------
CDW qa_ack: + (was: ?)
> Add link to central update zip to JBDS updates page
> ---------------------------------------------------
>
> Key: JBDS-3493
> URL: https://issues.jboss.org/browse/JBDS-3493
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: updatesite
> Affects Versions: 9.0.0.Beta2
> Reporter: Jan Richter
> Assignee: Nick Boldt
> Fix For: 9.0.0.Beta2, 9.0.0.CR1
>
> Attachments: offline-zips.png
>
>
> Looking at https://devstudio.jboss.com/9.0/staging/updates/ I can see there are links to target platform and update site zips, but I can't find any link to the central zip.
> When we looked over JBDS-3491, we discovered that downloading the central zip without access to the installer sites becomes a bit tricky this way.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
[ https://issues.jboss.org/browse/JBDS-3493?page=com.atlassian.jira.plugin.... ]
Nick Boldt resolved JBDS-3493.
------------------------------
Resolution: Done
Resolving. If you would like to see anything else here, please reopen or provide feedback. I'll let you close this if satisfied.
> Add link to central update zip to JBDS updates page
> ---------------------------------------------------
>
> Key: JBDS-3493
> URL: https://issues.jboss.org/browse/JBDS-3493
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: updatesite
> Affects Versions: 9.0.0.Beta2
> Reporter: Jan Richter
> Assignee: Nick Boldt
> Fix For: 9.0.0.CR1, 9.0.0.Beta2
>
> Attachments: offline-zips.png
>
>
> Looking at https://devstudio.jboss.com/9.0/staging/updates/ I can see there are links to target platform and update site zips, but I can't find any link to the central zip.
> When we looked over JBDS-3491, we discovered that downloading the central zip without access to the installer sites becomes a bit tricky this way.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
[ https://issues.jboss.org/browse/JBDS-3493?page=com.atlassian.jira.plugin.... ]
Nick Boldt updated JBDS-3493:
-----------------------------
CDW release: ?
Status: New (was: New)
Target Release: 9.0.0.GA
> Add link to central update zip to JBDS updates page
> ---------------------------------------------------
>
> Key: JBDS-3493
> URL: https://issues.jboss.org/browse/JBDS-3493
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: updatesite
> Affects Versions: 9.0.0.Beta2
> Reporter: Jan Richter
> Assignee: Nick Boldt
> Fix For: 9.0.0.Beta2
>
> Attachments: offline-zips.png
>
>
> Looking at https://devstudio.jboss.com/9.0/staging/updates/ I can see there are links to target platform and update site zips, but I can't find any link to the central zip.
> When we looked over JBDS-3491, we discovered that downloading the central zip without access to the installer sites becomes a bit tricky this way.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
[ https://issues.jboss.org/browse/JBDS-3493?page=com.atlassian.jira.plugin.... ]
Nick Boldt updated JBDS-3493:
-----------------------------
Fix Version/s: 9.0.0.CR1
> Add link to central update zip to JBDS updates page
> ---------------------------------------------------
>
> Key: JBDS-3493
> URL: https://issues.jboss.org/browse/JBDS-3493
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: updatesite
> Affects Versions: 9.0.0.Beta2
> Reporter: Jan Richter
> Assignee: Nick Boldt
> Fix For: 9.0.0.Beta2, 9.0.0.CR1
>
> Attachments: offline-zips.png
>
>
> Looking at https://devstudio.jboss.com/9.0/staging/updates/ I can see there are links to target platform and update site zips, but I can't find any link to the central zip.
> When we looked over JBDS-3491, we discovered that downloading the central zip without access to the installer sites becomes a bit tricky this way.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
[ https://issues.jboss.org/browse/JBDS-3493?page=com.atlassian.jira.plugin.... ]
Nick Boldt updated JBDS-3493:
-----------------------------
CDW devel_ack: + (was: ?)
> Add link to central update zip to JBDS updates page
> ---------------------------------------------------
>
> Key: JBDS-3493
> URL: https://issues.jboss.org/browse/JBDS-3493
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: updatesite
> Affects Versions: 9.0.0.Beta2
> Reporter: Jan Richter
> Assignee: Nick Boldt
> Fix For: 9.0.0.Beta2, 9.0.0.CR1
>
> Attachments: offline-zips.png
>
>
> Looking at https://devstudio.jboss.com/9.0/staging/updates/ I can see there are links to target platform and update site zips, but I can't find any link to the central zip.
> When we looked over JBDS-3491, we discovered that downloading the central zip without access to the installer sites becomes a bit tricky this way.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
[ https://issues.jboss.org/browse/JBDS-3493?page=com.atlassian.jira.plugin.... ]
Nick Boldt updated JBDS-3493:
-----------------------------
Fix Version/s: 9.0.0.Beta2
> Add link to central update zip to JBDS updates page
> ---------------------------------------------------
>
> Key: JBDS-3493
> URL: https://issues.jboss.org/browse/JBDS-3493
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: updatesite
> Affects Versions: 9.0.0.Beta2
> Reporter: Jan Richter
> Assignee: Nick Boldt
> Fix For: 9.0.0.Beta2, 9.0.0.CR1
>
> Attachments: offline-zips.png
>
>
> Looking at https://devstudio.jboss.com/9.0/staging/updates/ I can see there are links to target platform and update site zips, but I can't find any link to the central zip.
> When we looked over JBDS-3491, we discovered that downloading the central zip without access to the installer sites becomes a bit tricky this way.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
[ https://issues.jboss.org/browse/JBDS-3493?page=com.atlassian.jira.plugin.... ]
CDW Engine updated JBDS-3493:
-----------------------------
CDW docs_ack: ?
CDW devel_ack: ?
CDW pm_ack: +
CDW qa_ack: ?
> Add link to central update zip to JBDS updates page
> ---------------------------------------------------
>
> Key: JBDS-3493
> URL: https://issues.jboss.org/browse/JBDS-3493
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: updatesite
> Affects Versions: 9.0.0.Beta2
> Reporter: Jan Richter
> Assignee: Nick Boldt
> Fix For: 9.0.0.Beta2, 9.0.0.CR1
>
> Attachments: offline-zips.png
>
>
> Looking at https://devstudio.jboss.com/9.0/staging/updates/ I can see there are links to target platform and update site zips, but I can't find any link to the central zip.
> When we looked over JBDS-3491, we discovered that downloading the central zip without access to the installer sites becomes a bit tricky this way.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)