[
https://issues.jboss.org/browse/JBIDE-13575?page=com.atlassian.jira.plugi...
]
Rob Cernich commented on JBIDE-13575:
-------------------------------------
Quite honeslty, I hadn't given it a second thought, other than these two targets are
based upon each other (i.e. full extends base, which extends jbt core tp). To distinguish
between the two i chose to use classifier, which I thought to be OK, since we're using
Maven to build these.
Also, after putting the patch together, it looks like you're using classifier too,
only hard-coding it to artifactId, which the patch accounts for (i.e. if classifier is
null, it uses artifactId). Based on that, I find it hard to believe that classifier would
not be supported.
Add support for classifier in jbosstools merge-targets mojo
-----------------------------------------------------------
Key: JBIDE-13575
URL:
https://issues.jboss.org/browse/JBIDE-13575
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: Build/Releng, target-platform
Reporter: Rob Cernich
Assignee: Mickael Istria
Integration stack is creating two target platforms, one which is compatible with jbds and
one which includes all jbt features. To distinguish between the two, we are using
classifiers: base and full. However, integration stack components cannot use the merge
targets mojo with these targets because they cannot specify a classifier.
--
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