[
https://issues.jboss.org/browse/JBTIS-290?page=com.atlassian.jira.plugin....
]
Paul Leacu commented on JBTIS-290:
----------------------------------
Looks like you've got the older plugins covered (BPEL, ESB, jBPM - and you've got
Modeshape and drools). We could cover the Modeshape JCR and add BPMN2, Fuse Tooling and
Teiid Designer. I can drive this with the component owners.
enable jboss tools usage tracking for plugins installed directly
----------------------------------------------------------------
Key: JBTIS-290
URL:
https://issues.jboss.org/browse/JBTIS-290
Project: JBoss Tools Integration Stack
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Reporter: Max Rydahl Andersen
Assignee: Paul Leacu
Priority: Critical
I think it is time we get integration stack components stats to show up more consistently
in stats (right now we only collect switchyard - we should do more)
There are two parts to it.
1) add a line to
https://github.com/jbosstools/jbosstools-base/blob/master/usage/plugins/o...
for the key feature we want to count as "one install"
2) add an *optional* dependency to your plugins to org.jboss.tools.usage - this ensures
the statistics gathering happens no matter how the feature gets installed.
The following line should be added to plugins manifest.mf:
{code}
org.jboss.tools.usage;resolution:=optional;x-installation:=greedy
{code}
Example:
https://github.com/jbosstools/jbosstools-server/blob/master/archives/plug...
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)