[
https://jira.jboss.org/browse/JBIDE-6493?page=com.atlassian.jira.plugin.s...
]
Nick Boldt commented on JBIDE-6493:
-----------------------------------
Simple - you define p2 dependencies as either <repository>s in your parent pom.xml,
<repository>
<id>helios</id>
<
url>http://download.eclipse.org/releases/helios/</url>
<layout>p2</layout>
<releases>
<enabled>true</enabled>
</releases>
</repository>
or as <repository>s in your .target platform definition file.
<location includeAllPlatforms="false" includeMode="planner"
type="InstallableUnit">
<repository
location="http://download.eclipse.org/releases/helios/"/>
</location>
So, if each component builds separately and publishes its own update site, downstream
builds can then build against those URLs.
That said, yes, if you can build a few components together it'll be more efficient
(same shared maven/p2 deps won't have to be dl'd more than once).
pi4soa build issues
-------------------
Key: JBIDE-6493
URL:
https://jira.jboss.org/browse/JBIDE-6493
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Build/Releng
Affects Versions: 3.2.0.M2
Reporter: Nick Boldt
Assignee: Nick Boldt
Priority: Minor
1. Max, there is no component for pi4soa in JBIDE JIRA. Should one be added?
2. Gary, I cannot assign this to you. Max, should Gary be added to the viable options for
assignment?
2. Current version of pi4soa features/plugins is numbered greater than the version that
was released in JBT 3.1.1, yet the code in trunk is still 3.0.0. Should this be moved up
to 3.1.0 to distinguish new work for JBT 3.2 (Eclipse 3.6 Helios) it from the JBT 3.1.x
maintenance stream (Eclipse 3.5 Galileo)?
3. pi4soa build currently uses Athena and does not publish an update site outside of
Hudson. We should switch to Tycho and begin publishing bits to
http://download.jboss.org/jbosstools/builds/nightly/3.2.helios/
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira