]
Nick Boldt updated JBIDE-23322:
-------------------------------
Fix Version/s: 4.4.3.AM1
(was: 4.4.2.Final)
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.3.AM1
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}