[
https://issues.jboss.org/browse/JBTIS-1003?page=com.atlassian.jira.plugin...
]
Andrej Podhradsky commented on JBTIS-1003:
------------------------------------------
Hi [~pleacu], please have a look at
https://github.com/apodhrad/jbosstools-integration-stack/commit/6917af59e...
Ideally, add id to all repositories such as for bpel, bpmn2, birt, etc. It would be
perfect to have composite sites in all locations but not all have it, e.g.
http://download.jboss.org/jbosstools/updates/requirements/bpel/
and I'm not sure whether we can create such composite sites and whether we can use
them in TP definition.
Add id to all repositories defined in target platform
-----------------------------------------------------
Key: JBTIS-1003
URL:
https://issues.jboss.org/browse/JBTIS-1003
Project: JBoss Tools Integration Stack
Issue Type: Task
Components: target-platform
Affects Versions: 4.4.0.CR1-TP
Reporter: Andrej Podhradsky
Assignee: Paul Leacu
Currently, the definition looks as follows
{code:title=src/targets/integration-stack-base.target}
<location includeAllPlatforms="false"
includeConfigurePhase="true" includeMode="slicer"
includeSource="true" type="InstallableUnit">
...
<repository
location="http://download.jboss.org/jbosstools/updates/requirements/...
</location>
{code}
Please add an attribute 'id' to the tag 'repository'. Moreover, please
consider using a composite site as a location, e.g.
{code}
http://download.jboss.org/jbosstools/updates/requirements/neon/
{code}
I think that the composite site should work without any problem since all needed versions
are specified in each unit.
Note that if we decide to use the composite site then the id could be 'jbt-neon',
otherwise it should be 'jbt-neon-201609281000'.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)