]
Denis Golovin updated JBIDE-17280:
----------------------------------
Fix Version/s: 4.2.0.Beta2
Disable mirroring of multiple target platforms to simplify local
builds
-----------------------------------------------------------------------
Key: JBIDE-17280
URL:
https://issues.jboss.org/browse/JBIDE-17280
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: build
Reporter: Denis Golovin
Fix For: 4.2.0.Beta2
Most of the devs are using (I hope so) jbosstools/jbdevstudio multiple TP's in
eclipse, but sometimes, when new features/bundles are added into TP, they still need to do
builds using maven to verify it is still working for individual module or set of
individual modules. To simplify the knowledge about how to build/test proposed changes I
suggest to disable default multiple2repo profile for jbosstools/jbdevstudio multiple
target platforms and activate it only for jenkins by testing ${env.WORKSPACE} property.
That simple change would reduce maven build execution to default:
{code}mvn clean install{code}
and there would be no need to worry about -P-multiple2repo.
(see attached PR for details)