[
https://issues.jboss.org/browse/JBIDE-23322?page=com.atlassian.jira.plugi...
]
Nick Boldt updated JBIDE-23322:
-------------------------------
Description:
In
https://issues.jboss.org/browse/WINDUP-1189 it was requested that tycho builds be able
to produce a simple composite site, using as input 2 or more URLs.
So, to generalize this for use by other projects, we need a mojo that can be configured
with a set of URLs, and a site name, in order to produce three files:
{code}
target/composite/compositeContent.xml
target/composite/compositeArtifacts.xml
target/composite/p2.index (like
https://devstudio.jboss.com/10.0/stable/updates/p2.index
)
{code}
was:
In
https://issues.jboss.org/browse/WINDUP-1189 it was requested that tycho builds be able
to produce a simple composite site, using as input 2 or more URLs.
So, to generalize this for use by other projects, we need a mojo that can be configured
with a set of URLs, and a site name, in order to produce:
target/composite/
target/composite/compositeContent.xml
target/composite/compositeArtifacts.xml
target/composite/p2.index (like
https://devstudio.jboss.com/10.0/stable/updates/p2.index
)
create mojo that takes as input a list of URLs and a name, and
generates a composite site
-----------------------------------------------------------------------------------------
Key: JBIDE-23322
URL:
https://issues.jboss.org/browse/JBIDE-23322
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: build
Reporter: Nick Boldt
Assignee: Nick Boldt
Fix For: 4.4.2.AM3
In
https://issues.jboss.org/browse/WINDUP-1189 it was requested that tycho builds be able
to produce a simple composite site, using as input 2 or more URLs.
So, to generalize this for use by other projects, we need a mojo that can be configured
with a set of URLs, and a site name, in order to produce three files:
{code}
target/composite/compositeContent.xml
target/composite/compositeArtifacts.xml
target/composite/p2.index (like
https://devstudio.jboss.com/10.0/stable/updates/p2.index
)
{code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)