[
https://issues.jboss.org/browse/JBTIS-386?page=com.atlassian.jira.plugin....
]
Mickael Istria commented on JBTIS-386:
--------------------------------------
Concretely, here are the steps I suggest. The final one is still running locally.
{code}
$ git clone git@github.com:jbosstools/jbosstools-integration-stack.git
$ cd jbosstools-integration-stack/target-platform/
$ sed -i -e "s/4.2.1.CR1/4.2.1.CR2-SNAPSHOT/g" -e
"s/unified/multiple/g" pom.xml
$ git diff
$ git clone git@github.com:jbosstools/jbosstools-integration-stack.git
$ cd jbosstools-integration-stack/target-platform/
$ sed -i -e "s/4.2.1.CR1/4.2.1.CR2-SNAPSHOT/g" -e
"s/unified/multiple/g" pom.xml
$ git diff
$ mvn install
$ cd ../..
$ git clone git@github.com:fusesource/fuseide.git
$ cd fuseide/targetplatform/
$ mvn clean verify -Pmultiple2repo -Dmirror-target-to-repo.includeSources=true
-Djbtis.version=4.2.1.CR2-SNAPSHOT
{code}
Target Platform is missing some source plugins when generating with
sources
---------------------------------------------------------------------------
Key: JBTIS-386
URL:
https://issues.jboss.org/browse/JBTIS-386
Project: JBoss Tools Integration Stack
Issue Type: Bug
Components: target-platform
Affects Versions: 4.2.0.Final-TP
Reporter: Lars Heinemann
Assignee: Paul Leacu
Priority: Critical
when mirroring the TP locally with sources some of the source plugins are missing. for
instance org.eclipse.wst.server.ui.source.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)