[
https://issues.jboss.org/browse/JBIDE-12836?page=com.atlassian.jira.plugi...
]
Martin Malina commented on JBIDE-12836:
---------------------------------------
{quote}Answer questions like, why is there both an applejdk and osx profile?{quote}
I would just like to point out that these two are not exactly the same.
applejdk is for Apple JDK (vendor = apple) whereas is for mac platform (os family = mac) -
this could be Oracle JDK at the same time. But I'm not sure if -XstartOnFirstThread is
really needed for all mac or just Apple JDK. -d32 on the other hand is only relevant for
Apple JDK 1.6 which (usually) is both 32bit and 64bit (based on -d32, -d64 with an
unpredictable default). Oracle JDK 1.7 on mac would fail right away with -d32 so "os
family" cannot be used here.
Review and clean parent pom
---------------------------
Key: JBIDE-12836
URL:
https://issues.jboss.org/browse/JBIDE-12836
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: Build/Releng
Reporter: Mickael Istria
Assignee: Max Rydahl Andersen
Labels: ece2012
Fix For: 4.0.0.CR1
With introduction of new target-platforms, enforcement of usage of target platforms over
repositories, usage of Maven mirroring on Jenkins... the parent pom has seen its
responsibilities reduced.
We should improve it to remove from it all legacy profiles and properties that are now
replaced by more flexible mechanisms. Also, we should re-think some profiles to make them
simpler to use.
Goal is to make it easier to read, and then to maintain, without loosing any optimization
we've made for end-users or CI.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira