Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mdt-papyrus.dev] pom refactoring

Hey Sebastien,

 

Camille begins already to refactor this: see its email just after the release RC4 on pom refactoring. He make a pom that is able to catch the whole set of plugins in dev/main/extra etc…

I am just keeping the same direction.

 

Here two html report that measure the gain during a simple “mvn clean install” on the releng/main/pom.xml

The difference to notice is on elementtypeconfigurations

As you will see, there is not so much time gain on this small set of plugins.

 

But it is mainly because tycho reactor builder is not working in the same way than maven reactor builder.

Tycho has a number of bug related to this.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=353889

https://bugs.eclipse.org/bugs/show_bug.cgi?id=349115

https://bugs.eclipse.org/bugs/show_bug.cgi?id=443083

 

 

My proposition is in the first step more qualitative rather quantitative.

By doing so we will be able to reduce a little reactor build order compilation time.

The main advantage will be on architecture: as we will be able to group together plugins that share a semantic.

For instance, there is no reason not to group together all plugins related to ALF.

By sharing a ALF.main plugin/pom we will be able to catch shared properties specific to these set of plugins.

 

Finally  as soon as tycho team will upgrade their reactor, we will clearly benefit of this new small change.

 

Francois

 

De : mdt-papyrus.dev-bounces@xxxxxxxxxxx [mailto:mdt-papyrus.dev-bounces@xxxxxxxxxxx] De la part de GERARD Sebastien 166342
Envoyé : mardi 23 juin 2015 10:04
À : Papyrus Project list
Objet : [PROVENANCE INTERNET] Re: [mdt-papyrus.dev] pom refactoring

 

Hi Francois,

 

Thanks for that job ! One question: did you measure the various gains on these two examples you have refactored?

 

Thanks,

Cheers… Séb.

 

------------------------------------------------------------------------------------------------------------------------------------------

Sébastien Gérard

Head of the LISE labs and leader of the Eclipse Papyrus project (www.eclipse.org/papyrus).

+33 (0)1 69 08 58 24 / +33(0)6 88 20 00 47

CEA Saclay Nano-INNOV

Institut CARNOT CEA LIST

DILS/Laboratoire d’Ingénierie dirigée par les modèles pour les Systèmes Embarqués (LISE),

Point Courrier n°174

91 191 Gif sur Yvette CEDEX

 

De : mdt-papyrus.dev-bounces@xxxxxxxxxxx [mailto:mdt-papyrus.dev-bounces@xxxxxxxxxxx] De la part de LE FEVRE FRANCOIS
Envoyé : mardi 23 juin 2015 09:55
À : Papyrus Project list
Objet : [PROVENANCE INTERNET] [mdt-papyrus.dev] pom refactoring

 

Dear all,

 

Some of us would like to propose a modification in the plugins and folder layout of the Papyrus project : introduction of intermediate poms/maven plugins to group coherent plugins into modules.

 

The goal I am following should help:

·         To have a plugin architecture reflects by the folder architecture

·         To reduce the compilation time of the reactor order

o   Actually the reactor order build time is quiet long due to multiple possibilities.

o   Maven reactor order builder could be help by introducing modules that are grouped before

·         To reduce at term the generation of several reactor orders for one compilation

o   There is a bug in the tycho reactor order: the maven –rf command is not available because for huge multi-modules the computation of the reactor order leads to several possibilities…

·         To check at term that we do not have any architecture break by importing plugins at several places.

·         Finaly it could help us also to reduce the compilation time on Hudson by trigerring at term the compilation of modules identified by the commit modifications

 

Here a first proposition for two well know plugins/modules

·         Nattable : https://git.eclipse.org/r/#/c/50503/

·         Elementtype : https://git.eclipse.org/r/#/c/50501/

 

As you can see it consists on:

·         Creation of intermediate modules that hold a pom artifact

·         Changing the parent pom of submodules to the intermediate parent pom

 

Once it has been accepted, I would like to do the same for other modules/plugins such as ALF etc…

Step by step with your agreement.

 

Thanks a lot for your comments.

 

Benoit & Francois

 

>>Christian’s comments in the gerrit review.

If introduction of intermediate POMs requires moving projects into a new folder structure, please also update the Papyrus Oomph setup model to ensure that

  • project import tasks still find the same projects in the git checkout
  • working set tasks still match the same projects

Note that this might mean actually reorganizing some of these tasks into the streams in order to account for the different git layout in Neon (master) stream as in the Mars and Luna maintenance streams.

The same comment applies to other similar Gerrit changes.

 

 

 

 

 

cid:part1.06060709.08040600@ericsson.com

Francois LE FEVRE

Research Engineer

Commission for Atomic Energy and Alternative Energies (CEA)

Model-driven Engineering for Embedded Systems Laboratory (LISE)

Projet: Papyrus: https://www.eclipse.org/papyrus/

cid:part5.02030405.05090707@ericsson.com

Commissariat à l’énergie atomique et aux énergies alternatives (CEA)

Paris-Saclay Campus - Nano-INNOV | Bât. 862-PC1087 | F-91191 Gif-sur-Yvette Cedex

T. +33 (0)1 69 08 49 86  |  F. +33 (0)1 69 08 83 95  |

francois.le-fevre@xxxxxx   |  Blog: http://biocamp.blogspot.fr/

 

 

Title: Maven report

org.eclipse.papyrus.releng

Run clean install on 2015/06/24 08:49:14 with parameters: {reactorBuildTimestampProperty=1435128327576, tycho.disableP2Mirrors=true, profile="">

org.eclipse.papyrus.p2.main (12,84 s)

Plugin execution Duration
org.eclipse.tycho:tycho-p2-repository-plugin:0.23.0:assemble-repository {execution: default-assemble-repository} 9,954 s
org.eclipse.tycho:tycho-p2-repository-plugin:0.23.0:archive-repository {execution: default-archive-repository} 2,250 s
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 567,6 ms
org.eclipse.tycho:tycho-p2-publisher-plugin:0.23.0:publish-categories {execution: default-publish-categories} 22,11 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 19,30 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 8,248 ms
org.eclipse.tycho:tycho-p2-publisher-plugin:0.23.0:publish-products {execution: default-publish-products} 6,913 ms
org.eclipse.tycho:tycho-p2-publisher-plugin:0.23.0:attach-artifacts {execution: default-attach-artifacts} 1,220 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,982 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 410,8 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 820,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 398,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 480,3 μs
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean-1} 236,9 μs
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 250,4 μs

org.eclipse.papyrus.infra.gmfdiag.css3.xtext (9,824 s)

Plugin execution Duration
org.eclipse.xtend:xtend-maven-plugin:2.7.3:compile {execution: default} 8,758 s
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 762,1 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 135,3 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 114,2 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 13,68 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 11,12 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 5,733 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 5,605 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 5,305 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 3,825 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 1,649 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 237,8 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 921,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 184,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 767,6 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 916,5 μs

org.eclipse.papyrus.uml.diagram.activity (8,551 s)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 7,192 s
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 704,8 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 395,3 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 86,82 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 48,79 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 14,54 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 13,57 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 6,035 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,499 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,085 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 669,3 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 411,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 164,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 259,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 686,6 μs

org.eclipse.papyrus.uml.alf (7,816 s)

Plugin execution Duration
org.eclipse.xtend:xtend-maven-plugin:2.7.3:compile {execution: default} 5,811 s
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 1,635 s
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 156,2 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 145,1 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 14,24 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 7,061 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,652 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,909 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 1,220 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,834 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 410,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 142,3 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 872,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 163,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 469,6 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 863,4 μs

org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui (5,663 s)

Plugin execution Duration
org.eclipse.xtend:xtend-maven-plugin:2.7.3:compile {execution: default} 4,837 s
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 666,8 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 58,77 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 37,74 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 12,94 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 7,530 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 4,293 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,101 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,120 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 3,229 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,621 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 1,607 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 989,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 347,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 255,3 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 684,2 μs

org.eclipse.papyrus.uml.diagram.composite (4,169 s)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 3,162 s
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 426,9 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 358,2 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 42,76 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 25,73 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 16,30 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 11,48 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 9,451 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,156 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,837 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 172,4 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 820,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 812,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 481,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 247,0 μs

org.eclipse.papyrus.uml.alf.ui (3,664 s)

Plugin execution Duration
org.eclipse.xtend:xtend-maven-plugin:2.7.3:compile {execution: default} 2,569 s
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 808,6 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 84,40 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 84,72 ms
org.apache.maven.plugins:maven-clean-plugin:2.4.1:clean {execution: default-clean} 19,63 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,427 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 6,861 ms
org.eclipse.xtend:xtend-maven-plugin:2.7.3:testCompile {execution: default} 4,521 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,860 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,457 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,839 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 1,466 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 195,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 159,2 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 635,2 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 922,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 576,4 μs

org.eclipse.papyrus.uml.diagram.clazz (3,551 s)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 2,581 s
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 534,5 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 208,4 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 52,39 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 29,42 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 26,09 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 14,27 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 12,65 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 5,432 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,164 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 463,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 190,5 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 839,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 190,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 993,3 μs

org.eclipse.papyrus.uml.profile.elementtypesconfigurations.generator (3,277 s)

Plugin execution Duration
org.eclipse.xtend:xtend-maven-plugin:2.7.3:compile {execution: default} 2,710 s
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 236,6 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 139,5 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 45,61 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 8,108 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 6,689 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 4,815 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,048 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,195 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,137 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 1,053 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 693,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 184,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 754,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 560,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 191,9 μs

org.eclipse.papyrus.uml.diagram.common (3,225 s)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 2,331 s
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 395,8 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 223,0 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 44,81 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 22,70 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 17,64 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 11,08 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 9,878 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,103 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,553 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,919 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 632,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 285,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 262,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 835,3 μs

org.eclipse.papyrus.infra.core (2,346 s)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 1,820 s
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 216,8 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 179,7 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 18,98 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 15,41 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 13,65 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 8,812 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 8,606 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,851 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 2,803 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 1,122 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,291 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,729 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 539,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 510,9 μs

org.eclipse.papyrus.sdk.feature (2,324 s)

Plugin execution Duration
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 291,8 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 106,0 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-feature {execution: default-package-feature} 99,52 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 5,912 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,791 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,782 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,119 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 1,206 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 500,2 μs
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 692,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 820,9 μs
org.eclipse.tycho:tycho-p2-plugin:0.23.0:feature-p2-metadata {execution: default-feature-p2-metadata} 463,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 853,3 μs

org.eclipse.papyrus.infra.gmfdiag.css.configuration (2,319 s)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 750,7 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 49,65 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 41,35 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 37,16 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 14,42 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 5,136 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,841 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 4,916 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,259 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,519 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 855,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 307,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 715,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 399,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 960,2 μs

org.eclipse.papyrus.uml.diagram.sequence (2,272 s)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 1,768 s
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 191,5 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 146,1 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 22,23 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 21,83 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 7,779 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 7,314 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 6,269 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,373 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 563,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 173,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 163,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 766,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 694,3 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 423,0 μs

org.eclipse.papyrus.infra.gmfdiag.css.properties (2,154 s)

Plugin execution Duration
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 1,144 s
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 567,0 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 279,2 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 49,37 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 18,40 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,909 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,280 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,749 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,979 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,034 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 447,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 658,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 173,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 171,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 706,8 μs

org.eclipse.papyrus.infra.gmfdiag.common (2,005 s)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 1,518 s
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 202,2 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 116,2 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 33,05 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 17,66 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 15,19 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 13,55 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 6,944 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,697 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,575 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,180 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 275,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 678,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 920,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 282,7 μs

org.eclipse.papyrus.infra.elementtypesconfigurations.invarianttypes (1,945 s)

Plugin execution Duration
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 1,629 s
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 218,8 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 29,66 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,960 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 7,353 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,391 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,475 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,629 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,285 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 882,9 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 597,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 319,3 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 586,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 775,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 303,6 μs

org.eclipse.papyrus.emf.facet.efacet.metamodel (1,922 s)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 1,658 s
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 93,76 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 73,11 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 18,22 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 11,92 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 8,739 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 5,206 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,914 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,904 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,281 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 2,494 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,317 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,004 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 1,431 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 603,7 μs

org.eclipse.papyrus.uml.profile.assistants.generator (1,777 s)

Plugin execution Duration
org.eclipse.xtend:xtend-maven-plugin:2.7.3:compile {execution: default} 1,383 s
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 222,4 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 22,44 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 17,03 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 7,639 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,195 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,582 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,905 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,669 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,941 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 154,9 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 543,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 828,2 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 820,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 184,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 546,7 μs

org.eclipse.papyrus.infra.gmfdiag.css (1,738 s)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 860,4 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 613,9 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 79,56 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 49,18 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 17,90 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 11,72 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 8,397 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 5,864 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,793 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 173,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 694,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 534,6 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 470,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 197,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 501,2 μs

org.eclipse.papyrus.infra.core.sasheditor (1,711 s)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 1,425 s
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 111,8 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 94,08 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 15,70 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 11,98 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 8,822 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 6,853 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,832 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,350 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,501 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,130 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 872,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 437,5 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 886,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 381,6 μs

org.eclipse.papyrus.infra.nattable (1,555 s)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 1,047 s
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 245,5 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 133,6 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 17,53 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 13,67 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 12,27 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 7,167 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 7,536 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 6,381 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 756,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 207,2 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 673,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 193,2 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 899,2 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 476,2 μs

org.eclipse.papyrus.uml.diagram.profile (1,497 s)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 1,127 s
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 139,5 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 102,1 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 13,13 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 11,95 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 7,612 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 5,994 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 5,732 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,801 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,107 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 727,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 146,3 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 435,0 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 578,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 148,1 μs

org.eclipse.papyrus.uml.textedit.valuespecification.xtext (1,456 s)

Plugin execution Duration
org.eclipse.xtend:xtend-maven-plugin:2.7.3:compile {execution: default} 1,096 s
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 243,8 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 32,12 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 29,01 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 8,473 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,829 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 4,014 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,449 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,690 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,185 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 671,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 244,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 203,6 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 983,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 562,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 732,1 μs

org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext (1,434 s)

Plugin execution Duration
org.eclipse.xtend:xtend-maven-plugin:2.7.3:compile {execution: default} 792,4 ms
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 450,6 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 56,45 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 54,55 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,115 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 6,106 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,173 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 3,946 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,628 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,585 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 726,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 214,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 703,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 214,4 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 562,6 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 858,8 μs

org.eclipse.papyrus.infra.core.log (1,402 s)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 754,8 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 176,2 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 103,4 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 103,5 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 101,3 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 83,44 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 39,38 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 12,33 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,724 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,437 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,780 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 2,411 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,345 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 1,205 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 1,161 ms

org.eclipse.papyrus.sysml.diagram.common (1,340 s)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 964,5 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 114,5 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 78,65 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 22,11 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 11,53 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 8,449 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,159 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,800 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,245 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,114 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 658,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 204,6 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 437,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 173,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 686,0 μs

org.eclipse.papyrus.uml.diagram.timing (1,315 s)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 972,5 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 126,8 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 89,50 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 15,55 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 12,73 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 6,053 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,676 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,142 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,811 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 391,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 607,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 143,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 143,6 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 883,5 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 482,0 μs

org.eclipse.papyrus.uml.diagram.component (1,292 s)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 951,2 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 112,9 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 98,55 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 13,56 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 12,80 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 6,226 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,649 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,775 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,796 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,337 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 144,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 178,1 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 529,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 581,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 362,3 μs

org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui (1,215 s)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 793,2 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 117,8 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 113,3 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 83,21 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 13,25 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,369 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,744 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,088 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,383 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,444 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 518,3 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 611,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 439,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 155,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 153,5 μs

org.eclipse.papyrus.uml.diagram.usecase (1,194 s)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 884,6 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 115,5 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 66,55 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 15,02 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 10,52 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,520 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,856 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,873 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,820 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 360,8 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 526,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 144,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 165,2 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 760,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 633,4 μs

org.eclipse.papyrus.uml.properties (1,169 s)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 724,6 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 214,5 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 79,25 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 19,90 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,082 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 5,844 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,199 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,720 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,192 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,665 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 195,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 168,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 472,1 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 594,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 622,9 μs

org.eclipse.papyrus.uml.diagram.statemachine (1,139 s)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 808,3 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 109,4 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 67,35 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 14,21 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 12,23 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 5,613 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,855 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,485 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,026 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 444,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 759,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 247,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 760,8 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 483,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 187,8 μs

org.eclipse.papyrus.uml.service.types (1,093 s)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 837,7 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 71,31 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 68,01 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,388 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 8,914 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 5,362 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,121 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,370 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,128 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 798,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 167,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 548,7 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 457,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 693,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 278,9 μs

Papyrus Uml doc (1,063 s)

Plugin execution Duration
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 381,4 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 340,3 ms
org.eclipse.mylyn.docs:org.eclipse.mylyn.wikitext.core.maven:2.4.0-SNAPSHOT:eclipse-help {execution: default} 273,7 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 23,40 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 10,61 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 8,998 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,424 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,984 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,291 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,601 ms
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 838,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 285,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 598,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 269,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 891,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 855,0 μs

org.eclipse.papyrus.uml.textedit.port.xtext (1,047 s)

Plugin execution Duration
org.eclipse.xtend:xtend-maven-plugin:2.7.3:compile {execution: default} 655,2 ms
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 273,5 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 30,77 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 29,44 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 8,419 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,569 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 3,700 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,458 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,344 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,118 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,941 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 705,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 758,4 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 567,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 191,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 190,1 μs

org.eclipse.papyrus.uml.diagram.communication (1,005 s)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 735,9 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 81,66 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 53,92 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,748 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 9,653 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,735 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,709 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,616 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,509 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 811,1 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 627,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 658,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 555,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 175,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 181,5 μs

org.eclipse.papyrus.eclipse.project.editors (970,9 ms)

Plugin execution Duration
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 519,7 ms
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 324,2 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 73,39 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 25,32 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,653 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,525 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,582 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,330 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,002 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,762 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 394,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 614,1 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 733,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 186,2 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 564,7 μs

org.eclipse.papyrus.infra.widgets (969,0 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 674,1 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 111,3 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 110,9 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 14,93 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 7,471 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 7,778 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 7,077 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 5,449 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,434 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,008 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,938 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,768 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 725,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 391,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 330,6 μs

org.eclipse.papyrus.views.properties (958,3 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 627,1 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 87,81 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 87,14 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 12,44 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 9,359 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,817 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,197 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,118 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,202 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 2,227 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,106 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,344 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 1,333 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 653,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 518,2 μs

org.eclipse.papyrus.uml.diagram.deployment (951,9 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 690,8 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 91,37 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 57,20 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 9,654 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,898 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,647 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,227 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,767 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,833 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 392,2 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 724,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 143,5 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 506,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 149,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 624,7 μs

org.eclipse.papyrus.uml.textedit.state.xtext (932,8 ms)

Plugin execution Duration
org.eclipse.xtend:xtend-maven-plugin:2.7.3:compile {execution: default} 614,6 ms
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 208,3 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 34,00 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 26,62 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 6,955 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 5,956 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 4,261 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,769 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,059 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,131 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 316,0 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 558,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 887,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 243,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 573,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 953,4 μs

org.eclipse.papyrus.views.modelexplorer (916,7 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 624,4 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 75,63 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 58,55 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 24,86 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 10,70 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 8,295 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,473 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,988 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,663 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,750 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 1,486 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,247 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 435,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 536,6 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 680,9 μs

org.eclipse.papyrus.infra.gmfdiag.properties (904,8 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 452,4 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 306,2 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 58,61 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,353 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 6,854 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,898 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,006 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,374 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,708 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 920,8 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 620,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 477,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 720,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 197,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 161,3 μs

org.eclipse.papyrus.infra.core.sasheditor.di (899,4 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 680,2 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 79,96 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 64,01 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 12,37 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 6,726 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,988 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,703 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,961 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 2,660 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,540 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,439 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,240 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 1,264 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 592,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 685,5 μs

org.eclipse.papyrus.uml.textedit.parameter.xtext (893,7 ms)

Plugin execution Duration
org.eclipse.xtend:xtend-maven-plugin:2.7.3:compile {execution: default} 547,0 ms
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 215,4 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 51,09 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 28,61 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 6,593 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 6,122 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 3,426 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,587 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,017 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,600 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 158,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 157,3 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 573,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 898,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 604,5 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 520,6 μs

org.eclipse.papyrus.uml.textedit.property.xtext (892,5 ms)

Plugin execution Duration
org.eclipse.xtend:xtend-maven-plugin:2.7.3:compile {execution: default} 489,8 ms
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 260,6 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 54,73 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 31,84 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 7,328 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 6,462 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 3,314 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,819 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,155 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,889 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 872,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 252,3 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 626,0 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 641,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 670,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 186,2 μs

org.eclipse.papyrus.uml.diagram.wizards (885,6 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 665,5 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 52,71 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 36,54 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 13,03 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 10,23 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 6,197 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,777 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,146 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,231 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,036 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,964 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,069 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 425,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 898,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 402,5 μs

org.eclipse.papyrus.uml.nattable.menu (871,2 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 663,2 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 50,47 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 43,79 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 6,468 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,139 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 5,393 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,714 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,219 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,853 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 527,9 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 490,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 831,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 202,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 186,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 448,3 μs

org.eclipse.papyrus.uml.textedit.common.xtext (863,4 ms)

Plugin execution Duration
org.eclipse.xtend:xtend-maven-plugin:2.7.3:compile {execution: default} 531,6 ms
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 205,0 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 52,76 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 21,59 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,660 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 4,985 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,713 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 3,441 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,599 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,981 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 179,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 603,2 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 617,9 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 583,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 586,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 159,8 μs

org.eclipse.papyrus.uml.tools (843,7 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 605,7 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 55,92 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 53,23 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 14,40 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 10,81 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 7,968 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,594 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,404 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 2,499 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,910 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,088 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 406,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 948,9 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 843,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 411,6 μs

org.eclipse.papyrus.uml.textedit.collaborationuse.xtext (842,6 ms)

Plugin execution Duration
org.eclipse.xtend:xtend-maven-plugin:2.7.3:compile {execution: default} 547,0 ms
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 189,6 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 23,73 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 21,62 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,518 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 7,318 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 7,286 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,024 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,608 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,371 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 478,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 204,6 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 650,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 224,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 841,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 634,6 μs

org.eclipse.papyrus.infra.extendedtypes (819,4 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 519,9 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 98,84 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 94,84 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 14,88 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 11,25 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 9,146 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,045 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,236 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,565 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,362 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 1,158 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,277 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 727,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 573,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 549,3 μs

org.eclipse.papyrus.sysml.diagram.blockdefinition (804,4 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 550,3 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 48,85 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 36,11 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 11,58 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,150 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 5,310 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,291 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,937 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,778 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,003 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 194,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 164,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 635,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 976,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 411,9 μs

org.eclipse.papyrus.uml.profile.newchildmenu.generator (796,4 ms)

Plugin execution Duration
org.eclipse.xtend:xtend-maven-plugin:2.7.3:compile {execution: default} 551,9 ms
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 131,1 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 22,21 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 13,97 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 6,595 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 3,632 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,874 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,449 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,056 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,889 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 594,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 598,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 200,1 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 594,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 184,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 878,0 μs

org.eclipse.papyrus.infra.tools (796,2 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 647,8 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 55,31 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 41,20 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 13,33 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 5,449 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,246 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,784 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,554 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,449 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,084 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 939,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 636,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 380,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 921,2 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 885,8 μs

org.eclipse.papyrus.sysml.diagram.internalblock (780,9 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 499,1 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 71,83 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 38,50 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 12,36 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,236 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 6,272 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,311 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,882 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,195 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,073 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,003 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 446,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 565,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 179,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 181,8 μs

org.eclipse.papyrus.doc.feature (767,0 ms)

Plugin execution Duration
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 275,0 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-feature {execution: default-package-feature} 222,8 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 89,01 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,330 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 5,228 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,719 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,188 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 2,440 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 2,421 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 2,951 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 1,168 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,267 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:feature-p2-metadata {execution: default-feature-p2-metadata} 704,8 μs

org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext (755,0 ms)

Plugin execution Duration
org.eclipse.xtend:xtend-maven-plugin:2.7.3:compile {execution: default} 436,7 ms
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 209,2 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 26,54 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 21,33 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 13,17 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 4,860 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 3,566 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,594 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,530 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,642 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 555,6 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 979,1 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 956,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 720,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 179,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 156,9 μs

org.eclipse.papyrus.sysml.diagram.parametric (745,9 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 489,1 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 62,94 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 28,25 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 11,52 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,187 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,193 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,456 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,201 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,798 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,017 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 192,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 416,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 637,3 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 755,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 171,3 μs

org.eclipse.papyrus.infra.elementtypesconfigurations (744,6 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 558,1 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 39,85 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 37,10 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 33,15 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 17,08 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 5,527 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 5,198 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 4,171 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,915 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,079 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,474 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,213 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 475,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 769,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 403,5 μs

org.eclipse.papyrus.emf.facet.efacet.core (742,6 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 499,4 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 69,67 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 65,58 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 17,64 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 13,88 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 5,465 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 5,601 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 5,011 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 4,055 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 2,456 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,197 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,498 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 502,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 991,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 464,6 μs

org.eclipse.papyrus.infra.nattable.model (741,9 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 546,2 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 89,38 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 62,59 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 11,06 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,291 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 6,007 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,721 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,180 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,268 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 883,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 247,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 685,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 298,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 881,9 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 952,0 μs

org.eclipse.papyrus.infra.gmfdiag.feature (717,1 ms)

Plugin execution Duration
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 190,4 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-feature {execution: default-package-feature} 156,8 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 60,38 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,214 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,780 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,156 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 3,555 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,053 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 1,368 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 1,336 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,150 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 707,6 μs
org.eclipse.tycho:tycho-p2-plugin:0.23.0:feature-p2-metadata {execution: default-feature-p2-metadata} 494,9 μs

org.eclipse.papyrus.infra.emf (708,5 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 480,8 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 47,71 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 41,72 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 16,45 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 10,52 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 7,611 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,526 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,479 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,554 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 1,322 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,072 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,488 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 859,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 616,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 616,2 μs

org.eclipse.papyrus.infra.gmfdiag.preferences (709,0 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 458,2 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 62,47 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 60,47 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 14,51 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 11,31 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 9,534 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 6,079 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,742 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,274 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,300 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,160 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,208 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 1,136 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 437,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 417,8 μs

org.eclipse.papyrus.uml.nattable (705,8 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 532,8 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 53,48 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 30,81 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,650 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,647 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,558 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,116 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,099 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,106 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 185,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 867,0 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 446,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 556,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 698,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 217,4 μs

org.eclipse.papyrus.uml.diagram.interactionoverview (699,7 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 467,6 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 30,10 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 29,58 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 19,35 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,503 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,041 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,909 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,433 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,840 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 443,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 154,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 352,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 139,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 504,3 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 817,7 μs

org.eclipse.papyrus.uml.textedit.message.xtext (697,4 ms)

Plugin execution Duration
org.eclipse.xtend:xtend-maven-plugin:2.7.3:compile {execution: default} 431,9 ms
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 167,8 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 22,09 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 20,49 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 5,944 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 4,980 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 3,223 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,356 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,841 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,975 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 579,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 594,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 254,4 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 530,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 204,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 979,2 μs

org.eclipse.papyrus.emf.facet.custom.ui (689,0 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 442,3 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 91,68 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 59,77 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 18,59 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 15,26 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 4,570 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 4,054 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,940 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,061 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,346 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,355 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 370,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 936,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 389,3 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 771,1 μs

org.eclipse.papyrus.infra.gmfdiag.canonical (688,1 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 430,1 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 20,75 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 18,40 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 10,44 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,244 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,871 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,456 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,901 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,464 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,061 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 384,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 458,6 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 681,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 759,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 911,5 μs

org.eclipse.papyrus.uml.properties.feature (675,2 ms)

Plugin execution Duration
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 319,1 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-feature {execution: default-package-feature} 88,46 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 21,66 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 10,80 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 6,411 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,465 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,947 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 878,0 μs
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 953,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 416,7 μs
org.eclipse.tycho:tycho-p2-plugin:0.23.0:feature-p2-metadata {execution: default-feature-p2-metadata} 418,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 453,6 μs
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 557,2 μs

org.eclipse.papyrus.sysml.diagram.requirement (674,8 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 382,6 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 55,93 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 50,21 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 9,340 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,990 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,384 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,284 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,392 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,845 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,045 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 253,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 509,3 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 901,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 733,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 243,0 μs

org.eclipse.papyrus.emf.facet.util.ui (668,5 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 377,8 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 141,8 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 73,55 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 17,31 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 11,53 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 6,044 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 6,415 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,931 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 3,613 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 2,033 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 2,726 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 2,095 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,818 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 790,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 887,2 μs

org.eclipse.papyrus.uml.diagram.menu (663,4 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 441,2 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 49,12 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 49,57 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 11,56 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 11,36 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,291 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,569 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,220 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,973 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,035 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 199,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 634,8 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 658,3 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 429,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 177,7 μs

org.eclipse.papyrus.infra.elementtypesconfigurations.emf (650,7 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 442,1 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 47,33 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 31,98 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 10,10 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,791 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 5,655 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,404 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,618 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,248 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 813,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 273,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 673,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 709,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 275,2 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 604,3 μs

org.eclipse.papyrus.infra.nattable.model.editor (647,5 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 404,0 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 151,3 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 45,60 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 10,51 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 9,250 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 7,841 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,887 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,532 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,307 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 233,5 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 634,3 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 992,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 288,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 782,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 529,7 μs

org.eclipse.papyrus.uml.modelexplorer (636,9 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 411,1 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 53,68 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 51,52 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 12,72 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 10,61 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 6,087 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,182 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,724 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,154 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,059 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 597,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 182,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 170,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 501,9 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 583,2 μs

org.eclipse.papyrus.views.properties.model (636,6 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 450,3 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 75,41 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 45,76 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 12,88 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 7,616 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 5,015 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,366 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 4,115 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,140 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,012 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,119 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,270 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 435,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 894,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 485,9 μs

org.eclipse.papyrus.customization.palette (631,9 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 382,0 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 65,58 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 53,05 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 13,50 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,198 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 5,963 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,214 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,363 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,810 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,107 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,051 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 403,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 385,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 854,5 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 883,0 μs

org.eclipse.papyrus.infra.newchild (630,0 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 403,7 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 48,47 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 35,40 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 21,00 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 15,15 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 6,579 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,498 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,471 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,679 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 807,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 319,6 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 702,8 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 617,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 945,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 306,8 μs

org.eclipse.papyrus.uml.tools.elementtypesconfigurations (629,2 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 400,9 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 45,92 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 38,36 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 11,10 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,393 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 4,007 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,618 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,108 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,145 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,059 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 613,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 178,8 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 628,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 405,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 217,7 μs

org.eclipse.papyrus.uml.diagram.feature (629,5 ms)

Plugin execution Duration
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 207,7 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-feature {execution: default-package-feature} 183,0 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 35,13 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,291 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,648 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,754 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,090 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 1,216 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 846,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 871,4 μs
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 381,3 μs
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 605,1 μs
org.eclipse.tycho:tycho-p2-plugin:0.23.0:feature-p2-metadata {execution: default-feature-p2-metadata} 977,4 μs

org.eclipse.papyrus.customization.properties (620,7 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 382,6 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 72,10 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 30,67 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 15,92 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,399 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,593 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,113 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,482 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,875 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,241 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 836,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 336,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 330,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 624,6 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 811,9 μs

org.eclipse.papyrus.uml.diagram.common.groups (611,5 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 374,8 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 66,83 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 39,40 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 11,24 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 11,71 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 7,498 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 6,199 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,916 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,540 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 160,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 432,6 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 648,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 904,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 157,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 565,5 μs

org.eclipse.papyrus.emf.facet.efacet.sdk.ui (610,8 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 454,0 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 65,29 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 43,87 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 9,458 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,431 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 3,974 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,103 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,453 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,272 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,077 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 276,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 249,3 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 540,8 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 750,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 760,7 μs

org.eclipse.papyrus.sysml.service.types (609,4 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 328,0 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 49,25 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 48,18 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 42,39 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,573 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 4,005 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,131 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,177 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,729 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 454,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 179,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 862,7 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 633,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 198,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 697,8 μs

org.eclipse.papyrus.uml.modelrepair (605,2 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 463,0 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 42,62 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 25,31 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 10,60 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 7,285 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 6,180 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,970 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,183 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,596 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 1,079 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,386 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 457,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 789,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 473,7 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 662,3 μs

org.eclipse.papyrus.sysml (605,8 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 347,3 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 111,7 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 71,62 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 9,604 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,887 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,851 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,643 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,827 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,126 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,007 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 793,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 411,7 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 995,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 533,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 358,3 μs

org.eclipse.papyrus.customization.properties.generation (592,7 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 342,2 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 49,35 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 30,52 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 17,65 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,047 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,153 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 2,356 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,360 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,847 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,661 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 265,6 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 618,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 726,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 304,6 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 808,0 μs

org.eclipse.papyrus.uml.profile.drafter (588,0 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 417,6 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 77,61 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 27,77 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 6,623 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 4,919 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,391 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,217 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,382 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,969 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 474,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 613,6 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 642,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 190,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 170,6 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 617,7 μs

org.eclipse.papyrus.uml.tools.extendedtypes (585,6 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 313,8 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 82,40 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 50,51 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 8,751 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,363 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,325 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,877 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,208 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,897 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,172 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 195,3 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 705,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 171,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 455,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 561,3 μs

org.eclipse.papyrus.infra.constraints (584,7 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 431,9 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 45,77 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 28,31 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,440 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,537 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 4,629 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,846 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,522 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,521 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,053 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,150 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,078 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 1,041 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 456,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 474,0 μs

org.eclipse.papyrus.infra.viewpoints.configuration (583,1 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 304,9 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 103,6 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 77,86 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 15,71 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 14,42 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 13,40 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,448 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,859 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 4,096 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,419 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,456 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 340,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 841,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 757,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 297,7 μs

org.eclipse.papyrus.emf.facet.feature (575,5 ms)

Plugin execution Duration
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 279,3 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-feature {execution: default-package-feature} 221,3 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 18,24 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,010 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 5,459 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,621 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 3,167 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 2,088 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,205 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 1,857 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,238 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 822,6 μs
org.eclipse.tycho:tycho-p2-plugin:0.23.0:feature-p2-metadata {execution: default-feature-p2-metadata} 849,5 μs

org.eclipse.papyrus.uml.textedit.feature (574,2 ms)

Plugin execution Duration
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 183,3 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-feature {execution: default-package-feature} 141,4 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 30,36 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 6,978 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,012 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,029 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,247 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 1,335 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 883,9 μs
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 534,1 μs
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 786,1 μs
org.eclipse.tycho:tycho-p2-plugin:0.23.0:feature-p2-metadata {execution: default-feature-p2-metadata} 680,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 870,7 μs

org.eclipse.papyrus.infra.widgets.toolbox (574,7 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 366,3 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 87,06 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 58,13 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 13,45 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 5,677 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,744 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,877 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,554 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 3,993 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,186 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,340 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,180 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 459,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 987,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 427,8 μs

org.eclipse.papyrus.emf.facet.util.emf.ui (572,2 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 322,0 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 63,58 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 53,50 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 35,61 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 20,34 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 7,158 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 6,734 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 5,708 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,512 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 2,191 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 1,343 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,872 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,333 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 1,203 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,200 ms

org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui (572,2 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 282,2 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 100,4 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 39,52 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 8,355 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,976 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,399 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,202 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,513 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,911 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 668,6 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 657,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 802,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 283,6 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 553,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 243,4 μs

org.eclipse.papyrus.uml.tools.utils (560,9 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 444,8 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 24,20 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 21,57 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,512 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,325 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 5,108 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,588 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,383 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,595 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,174 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 674,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 416,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 906,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 365,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 972,1 μs

org.eclipse.papyrus.uml.diagram.stereotype.edition (547,4 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 233,3 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 117,5 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 25,04 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 10,46 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 7,941 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,030 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,845 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,429 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,485 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 169,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 687,5 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 676,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 460,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 888,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 194,0 μs

org.eclipse.papyrus.infra.emf.nattable (541,3 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 305,2 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 76,99 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 37,40 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 14,79 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 12,04 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,512 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,924 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,819 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,979 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,050 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 641,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 232,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 268,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 708,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 771,3 μs

org.eclipse.papyrus.infra.gmfdiag.assistant (527,6 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 332,0 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 82,47 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 27,66 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 8,250 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,361 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 4,423 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,369 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,982 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,317 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 843,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 594,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 756,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 335,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 308,5 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 703,0 μs

org.eclipse.papyrus.infra.gmfdiag.assistant.edit (527,0 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 350,1 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 21,25 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 17,05 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 13,24 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 11,24 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,098 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,799 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,851 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,427 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,044 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 800,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 358,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 855,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 333,3 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 651,4 μs

org.eclipse.papyrus.infra.gmfdiag.css.palette (519,6 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 349,0 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 20,13 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 14,51 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 12,54 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 11,81 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,210 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,923 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,607 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,173 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,018 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,115 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 740,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 872,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 356,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 354,1 μs

org.eclipse.papyrus.emf.facet.custom.core (512,8 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 330,6 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 44,41 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 26,53 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 17,04 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 14,60 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,057 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,918 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,974 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,703 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,160 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,054 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,363 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 1,160 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 513,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 514,9 μs

org.eclipse.papyrus.uml.search.ui (510,9 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 322,4 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 56,36 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 56,73 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,980 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 6,181 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,753 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,767 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,045 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,933 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 548,4 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 548,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 191,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 150,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 457,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 464,2 μs

org.eclipse.papyrus.uml.textedit.transition.xtext (506,5 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 357,2 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 66,15 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 27,18 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,706 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,426 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 4,729 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,982 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,812 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,159 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,019 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 260,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 605,3 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 537,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 224,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 879,8 μs

org.eclipse.papyrus.sysml.nattable.allocation (504,1 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 186,4 ms
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 160,3 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 9,591 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 9,496 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 6,635 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,139 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,291 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,072 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,796 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 454,3 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 793,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 520,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 199,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 171,1 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 486,6 μs

org.eclipse.papyrus.uml.profile (501,7 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 337,2 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 54,65 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 34,11 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,003 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 9,577 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,937 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,013 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,678 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,277 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,508 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 848,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 264,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 748,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 251,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 596,2 μs

org.eclipse.papyrus.emf.facet.efacet (500,5 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 345,3 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 62,17 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 45,59 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 13,97 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 5,491 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,580 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,843 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,636 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 3,569 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,244 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,781 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,196 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 1,048 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 498,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 518,7 μs

org.eclipse.papyrus.uml.feature (493,5 ms)

Plugin execution Duration
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 160,8 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-feature {execution: default-package-feature} 125,3 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 51,36 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,973 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,659 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,529 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,811 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 1,363 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 641,4 μs
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 691,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 967,0 μs
org.eclipse.tycho:tycho-p2-plugin:0.23.0:feature-p2-metadata {execution: default-feature-p2-metadata} 435,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 945,7 μs

org.eclipse.papyrus.infra.sync (491,0 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 369,3 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 56,22 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 22,89 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,931 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 4,175 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,964 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,459 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,807 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 3,320 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,385 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 931,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 353,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 354,2 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 820,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 768,5 μs

org.eclipse.papyrus.infra.feature (490,8 ms)

Plugin execution Duration
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 178,5 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-feature {execution: default-package-feature} 144,5 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 35,17 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 6,908 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,158 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,074 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,076 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 1,640 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 1,239 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 1,236 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 768,3 μs
org.eclipse.tycho:tycho-p2-plugin:0.23.0:feature-p2-metadata {execution: default-feature-p2-metadata} 759,9 μs
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 630,9 μs

org.eclipse.papyrus.infra.gmfdiag.menu (487,3 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 297,8 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 28,79 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 21,25 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 18,33 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 11,44 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 8,270 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 4,339 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,730 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,637 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 2,032 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,011 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 403,3 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 860,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 407,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 849,0 μs

org.eclipse.papyrus.views.properties.model.editor (483,7 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 369,9 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 35,32 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 20,19 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,906 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 6,144 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,061 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 3,928 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,384 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 3,987 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,025 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,166 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 174,6 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 427,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 207,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 638,3 μs

org.eclipse.papyrus.uml.diagram.common.palette.customaction (481,7 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 224,7 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 35,21 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 19,43 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,569 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 7,108 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,442 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,401 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,059 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,457 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,189 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 952,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 642,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 236,3 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 527,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 221,2 μs

org.eclipse.papyrus.infra.newchild.edit (480,7 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 254,6 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 71,25 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 20,03 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 19,86 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,393 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,167 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,656 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,273 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,876 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,011 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 554,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 945,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 348,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 408,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 625,2 μs

org.eclipse.papyrus.uml.properties.xtext (478,0 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 230,1 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 26,16 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 19,40 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 13,28 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,875 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,601 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,337 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,979 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,591 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 513,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 644,5 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 733,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 190,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 172,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 736,1 μs

org.eclipse.papyrus.infra.nattable.common (474,4 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 304,2 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 38,67 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 21,34 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 10,22 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,070 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,455 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,891 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,518 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,872 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 527,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 175,0 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 613,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 187,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 522,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 656,6 μs

org.eclipse.papyrus.uml.textedit.port.xtext.ui (473,5 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 304,9 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 47,78 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 28,76 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 13,23 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,125 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,171 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,517 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,604 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,854 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 566,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 164,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 411,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 203,5 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 648,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 521,1 μs

org.eclipse.papyrus.infra.extendedtypes.emf (472,6 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 300,1 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 46,49 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 30,87 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 7,162 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,958 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,231 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,208 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,670 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,529 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 603,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 198,1 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 591,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 675,6 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 458,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 219,2 μs

org.eclipse.papyrus.infra.gmfdiag.commands (466,8 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 269,9 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 61,04 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 31,43 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 10,72 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 10,18 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 4,511 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,956 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,965 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,495 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,437 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 1,558 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 583,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 947,7 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 880,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 567,6 μs

org.eclipse.papyrus.uml.nattable.generic.config (464,0 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 185,6 ms
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 137,2 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 72,24 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 6,448 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 4,461 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,429 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,486 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,089 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,655 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 543,1 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 635,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 154,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 151,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 433,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 601,5 μs

org.eclipse.papyrus.sysml.nattable.requirement (460,5 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 257,0 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 40,42 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 13,46 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 9,214 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,163 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,480 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,602 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,691 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,825 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 478,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 623,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 587,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 156,0 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 913,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 155,7 μs

Papyrus Cdo UI doc (459,1 ms)

Plugin execution Duration
org.eclipse.mylyn.docs:org.eclipse.mylyn.wikitext.core.maven:2.4.0-SNAPSHOT:eclipse-help {execution: default} 307,9 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 54,55 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 44,68 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 14,02 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 4,907 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,322 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,091 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,564 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,896 ms
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 1,567 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,135 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,061 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 388,3 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 950,3 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 825,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 438,9 μs

org.eclipse.papyrus.uml.nattable.stereotype.display (455,5 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 260,4 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 24,95 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 21,05 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 12,84 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,235 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,517 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,535 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,582 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,286 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 237,3 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 552,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 529,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 249,7 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 747,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 709,7 μs

org.eclipse.papyrus.infra.gmfdiag.export (455,5 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 283,3 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 23,84 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 20,82 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 13,61 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,425 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,686 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,747 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,300 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,785 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 439,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 724,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 451,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 200,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 190,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 914,0 μs

org.eclipse.papyrus.sysml.nattable.requirement.config (453,9 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 182,0 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 69,90 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 50,32 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 12,18 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 6,741 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,382 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,716 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,899 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,818 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 192,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 189,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 488,2 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 647,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 678,6 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 681,6 μs

org.eclipse.papyrus.views.properties.model.edit (450,1 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 202,0 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 150,3 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 30,37 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 11,86 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 7,635 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,255 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,386 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,128 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,446 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 313,2 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 654,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 923,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 350,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 753,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 866,1 μs

org.eclipse.papyrus.sysml.nattable.menu (448,3 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 222,9 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 70,72 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 15,75 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 8,510 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,516 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,265 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,518 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,791 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,689 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 604,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 156,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 518,7 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 552,6 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 424,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 153,7 μs

org.eclipse.papyrus.uml.textedit.message.xtext.ui (446,1 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 257,7 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 45,52 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 18,10 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 7,740 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 5,789 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,300 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,881 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,847 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,819 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 662,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 506,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 177,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 434,1 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 530,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 154,2 μs

Papyrus Infra Nattable doc (440,3 ms)

Plugin execution Duration
org.eclipse.mylyn.docs:org.eclipse.mylyn.wikitext.core.maven:2.4.0-SNAPSHOT:eclipse-help {execution: default} 155,2 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 102,3 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 95,78 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 24,96 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 11,22 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 9,774 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 4,368 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 4,182 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 3,605 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,316 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,270 ms
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 1,620 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 1,027 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,165 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 528,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 466,0 μs

org.eclipse.papyrus.infra.gmfdiag.css.feature (439,5 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-feature {execution: default-package-feature} 116,5 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 82,41 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 39,42 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,011 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 5,510 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,055 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,221 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 2,005 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,058 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 1,482 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 1,491 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:feature-p2-metadata {execution: default-feature-p2-metadata} 696,0 μs
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 859,5 μs

org.eclipse.papyrus.infra.nattable.properties (434,6 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 253,7 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 55,33 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 33,46 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,963 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 7,273 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,317 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,118 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,572 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,594 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 467,4 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 419,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 168,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 602,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 196,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 669,7 μs

org.eclipse.papyrus.emf.facet.efacet.ui (433,8 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 262,6 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 86,99 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 37,41 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,011 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 6,860 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 5,620 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,272 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,926 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,360 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 756,3 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 718,6 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 866,2 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 543,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 254,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 267,9 μs

org.eclipse.papyrus.uml.diagram.dnd (433,6 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 274,4 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 17,34 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 14,27 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 7,040 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 6,404 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,545 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,260 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,846 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,698 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 505,3 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 752,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 142,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 163,2 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 356,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 463,3 μs

org.eclipse.papyrus.customization.feature (432,1 ms)

Plugin execution Duration
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 127,6 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-feature {execution: default-package-feature} 106,7 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 27,66 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,454 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 6,454 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,969 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,216 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 2,145 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:feature-p2-metadata {execution: default-feature-p2-metadata} 2,276 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 1,640 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 1,379 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 1,008 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 866,1 μs

org.eclipse.papyrus.infra.nattable.model.edit (429,3 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 201,5 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 121,1 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 65,61 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,294 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 6,325 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 3,072 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,083 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,685 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,137 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 992,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 270,3 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 411,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 747,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 989,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 433,7 μs

org.eclipse.papyrus.sysml.modelexplorer (429,4 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 234,2 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 19,57 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 17,91 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 6,202 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 5,711 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,023 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,894 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,932 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,855 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 654,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 148,2 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 367,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 211,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 385,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 563,6 μs

org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui (427,2 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 230,8 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 37,35 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 16,47 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 10,10 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 6,494 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,869 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,995 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,919 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,867 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 157,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 503,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 174,8 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 509,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 611,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 419,5 μs

org.eclipse.papyrus.infra.onefile (422,6 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 267,4 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 60,83 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 29,69 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,371 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,935 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 4,962 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,056 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,495 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,229 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,199 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 1,049 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 873,3 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 883,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 515,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 565,6 μs

org.eclipse.papyrus.uml.xtext.integration.ui (420,5 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 280,1 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 22,57 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 16,55 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,013 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 7,583 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,521 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,226 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,105 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,387 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 179,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 560,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 167,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 639,2 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 471,9 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 415,1 μs

org.eclipse.papyrus.sysml.edit (418,6 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 273,3 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 50,82 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 38,03 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,390 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 4,136 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,235 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,794 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,702 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,316 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 415,8 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 622,2 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 936,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 486,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 183,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 167,1 μs

org.eclipse.papyrus.uml.commands (416,2 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 158,5 ms
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 156,6 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 16,94 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,758 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 6,121 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,702 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,237 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,214 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,385 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 573,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 228,6 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 508,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 548,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 204,8 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 683,1 μs

org.eclipse.papyrus.infra.services.resourceloading (414,8 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 232,8 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 40,84 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 37,02 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 29,56 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,689 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,406 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,299 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,286 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,637 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,116 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 863,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 410,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 670,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 620,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 267,2 μs

org.eclipse.papyrus.sysml.nattable (410,2 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 206,8 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 37,80 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 11,57 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,095 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 6,360 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,950 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,141 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,427 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,391 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 154,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 513,6 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 476,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 156,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 489,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 561,4 μs

org.eclipse.papyrus.emf.facet.query.java.core (408,5 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 183,8 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 62,95 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 39,94 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 16,55 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 14,81 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 5,595 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 5,045 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,926 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,417 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,288 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,905 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,359 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 1,086 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 518,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 505,5 μs

org.eclipse.papyrus.infra.nattable.feature (408,0 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-feature {execution: default-package-feature} 123,1 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 116,1 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 36,40 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,469 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,333 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,967 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,193 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 1,065 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:feature-p2-metadata {execution: default-feature-p2-metadata} 582,0 μs
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 722,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 802,4 μs
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 439,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 736,8 μs

org.eclipse.papyrus.infra.hyperlink (407,1 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 259,3 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 50,19 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 28,58 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 14,15 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,936 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,702 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 3,419 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,658 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,451 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,802 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,507 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 188,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 428,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 589,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 174,2 μs

org.eclipse.papyrus.infra.viewpoints.configuration.editor (404,6 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 232,1 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 51,10 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 36,75 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 20,06 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 12,46 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 12,22 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 4,586 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,096 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,821 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 879,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 456,5 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 694,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 550,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 164,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 180,7 μs

org.eclipse.papyrus.infra.gmfdiag.assistant.editor (401,7 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 251,9 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 20,45 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 18,01 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 12,15 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 11,20 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,012 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,625 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,431 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,892 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,100 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 550,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 243,5 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 746,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 261,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 647,2 μs

org.eclipse.papyrus.uml.textedit.transition.xtext.ui (401,6 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 230,0 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 43,67 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 18,67 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 8,357 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 6,926 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,706 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,110 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,144 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,585 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 167,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 471,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 554,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 621,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 170,0 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 459,4 μs

org.eclipse.papyrus.uml.import (399,8 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 161,7 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 105,6 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 53,40 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,796 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,422 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,414 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,070 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,188 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,498 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 504,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 466,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 165,0 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 707,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 546,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 171,5 μs

org.eclipse.papyrus.uml.diagram.paletteconfiguration (398,2 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 232,3 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 44,63 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 39,99 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 14,45 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,954 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,164 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,713 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,627 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,416 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 955,3 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 889,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 360,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 363,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 747,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 895,0 μs

org.eclipse.papyrus.infra.nattable.modelexplorer (397,9 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 203,9 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 46,43 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 17,69 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 16,63 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,669 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,580 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,582 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,583 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,817 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 562,4 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 967,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 448,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 248,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 685,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 180,8 μs

org.eclipse.papyrus.uml.decoratormodel.properties (396,7 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 197,6 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 47,01 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 23,25 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 8,288 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,784 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,438 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,138 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,343 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,769 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 154,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 443,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 175,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 536,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 665,5 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 544,9 μs

org.eclipse.papyrus.infra.ui (396,0 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 174,1 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 39,08 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 25,47 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 17,16 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 10,07 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 5,632 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 5,423 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,381 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,804 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,630 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,600 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 1,530 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,459 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 683,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 714,0 μs

org.eclipse.papyrus.uml.profile.elementtypesconfigurations.generator.ui (394,3 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 209,0 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 35,04 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 14,42 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,829 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,085 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,288 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,320 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,835 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,639 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 508,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 173,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 570,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 171,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 545,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 506,3 μs

org.eclipse.papyrus.sysml.nattable.allocation.config (393,2 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 175,5 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 47,44 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 12,78 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 9,068 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 6,431 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,529 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,026 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,067 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,832 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 798,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 173,0 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 392,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 614,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 192,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 512,3 μs

org.eclipse.papyrus.uml.decoratormodel.ui (386,1 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 240,4 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 47,74 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 39,65 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 6,728 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 3,600 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,418 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,764 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,076 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,234 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 173,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 625,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 185,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 468,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 887,0 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 589,4 μs

org.eclipse.papyrus.uml.nattable.xtext.valuespecification (385,6 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 249,5 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 12,31 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 11,37 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 7,394 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 6,435 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,087 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,084 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,375 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,294 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 153,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 155,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 560,3 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 638,6 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 604,3 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 658,9 μs

org.eclipse.papyrus.customization.properties.model.xwt (384,9 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 237,1 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 24,12 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 21,92 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 10,31 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,511 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,983 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,498 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,423 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,733 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,120 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 611,7 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 917,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 354,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 259,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 997,7 μs

org.eclipse.papyrus.infra.gmfdiag.hyperlink (381,1 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 192,9 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 45,57 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 19,91 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,164 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 8,744 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,127 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,426 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,279 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,816 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 520,6 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 625,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 186,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 455,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 173,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 547,4 μs

org.eclipse.papyrus.uml.textedit.parameter.xtext.ui (378,6 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 249,9 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 21,72 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 17,85 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 8,905 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,294 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,721 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,011 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,117 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,281 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 155,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 561,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 156,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 569,2 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 375,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 460,5 μs

org.eclipse.papyrus.uml.decoratormodel (377,6 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 259,5 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 24,92 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 21,41 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,036 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,587 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,719 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 3,416 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,348 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,159 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 566,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 171,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 493,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 679,9 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 693,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 172,2 μs

org.eclipse.papyrus.infra.viewpoints.policy (377,5 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 200,4 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 54,87 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 26,57 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 17,80 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 14,66 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 5,345 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,227 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,107 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,111 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,042 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,230 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 973,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 419,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 998,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 404,3 μs

org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils (376,0 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 174,1 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 24,15 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 14,35 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 13,41 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 11,45 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,639 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,555 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,408 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,357 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 747,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 226,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 533,6 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 589,9 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 617,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 222,6 μs

org.eclipse.papyrus.infra.gmfdiag.assistant.ui (373,5 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 213,4 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 39,37 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 23,51 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 10,37 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 8,152 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,095 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,265 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,535 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,299 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,001 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 779,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 755,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 604,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 359,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 402,6 μs

org.eclipse.papyrus.uml.textedit.state.xtext.ui (369,0 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 223,2 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 22,22 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 16,46 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 9,296 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,882 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,376 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,700 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,024 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,031 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 545,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 171,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 874,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 596,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 463,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 179,1 μs

org.eclipse.papyrus.infra.constraints.editor (368,6 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 247,1 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 53,67 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 18,05 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,688 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 4,855 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,633 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,158 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,187 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,819 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 853,6 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 736,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 235,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 613,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 284,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 687,7 μs

org.eclipse.papyrus.uml.textedit.property.xtext.ui (367,2 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 237,1 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 22,07 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 15,41 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 11,95 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 6,771 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,949 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,500 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,891 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,910 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 174,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 189,3 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 407,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 629,6 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 557,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 616,8 μs

org.eclipse.papyrus.infra.gmfdiag.expansion.editor (365,3 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 244,5 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 21,74 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 19,77 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 9,839 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,221 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,448 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,955 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,737 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,203 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,283 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 280,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 570,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 644,9 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 807,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 265,9 μs

org.eclipse.papyrus.emf.facet.query.java.metamodel (357,4 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 216,4 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 39,84 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 32,01 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 16,88 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 6,163 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,519 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 4,444 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,370 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,919 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 1,158 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,006 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,515 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,259 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 592,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 503,0 μs

org.eclipse.papyrus.emf.facet.efacet.metamodel.edit (358,0 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 173,5 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 111,1 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 32,24 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 10,13 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,593 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,722 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,207 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,326 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,881 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 871,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 332,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 998,1 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 702,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 311,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 791,1 μs

org.eclipse.papyrus.emf.facet.query.java (357,2 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 220,3 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 50,70 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 24,48 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 14,05 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,105 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 4,747 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,665 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,678 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,145 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,487 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 1,014 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,211 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,159 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 519,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 478,4 μs

org.eclipse.papyrus.emf.facet.custom.metamodel (357,4 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 187,6 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 44,00 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 42,89 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 22,59 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 6,283 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 6,250 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 5,206 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,729 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 2,194 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,584 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 1,012 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,140 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 675,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 555,6 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 907,3 μs

org.eclipse.papyrus.infra.services.navigation (355,7 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 246,1 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 38,88 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 24,31 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,804 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,214 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,277 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,009 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,409 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,831 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,243 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,200 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 398,9 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 713,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 994,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 508,3 μs

org.eclipse.papyrus.emf.facet.common.ui (354,3 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 230,7 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 38,59 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 27,87 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 10,93 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 9,205 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,769 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,181 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,857 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,228 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,077 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,770 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 343,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 751,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 351,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 988,6 μs

org.eclipse.papyrus.infra.nattable.controlmode (354,5 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 203,4 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 29,43 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 21,06 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 17,17 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,904 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,312 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,738 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,841 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,326 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,009 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 446,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 193,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 523,1 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 738,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 191,3 μs

org.eclipse.papyrus.uml.navigation (354,6 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 193,7 ms
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 99,33 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 13,12 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 10,50 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 4,969 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,413 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,254 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,520 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,227 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 170,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 549,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 181,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 725,3 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 787,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 557,0 μs

org.eclipse.papyrus.uml.diagram.navigation (353,5 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 194,4 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 41,06 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 17,78 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 10,43 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,268 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,808 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,004 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,221 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,537 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,066 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 257,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 797,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 298,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 604,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 794,7 μs

org.eclipse.papyrus.views.modelexplorer.newchild (353,6 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 191,3 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 28,34 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 26,58 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 9,067 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 6,932 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,637 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,150 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,497 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,453 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 426,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 163,9 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 601,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 821,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 172,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 605,6 μs

org.eclipse.papyrus.uml.nattable.xtext.integration (351,1 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 171,8 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 80,26 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 12,72 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 6,123 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,215 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,138 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,550 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,252 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,884 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 446,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 155,2 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 538,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 162,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 575,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 517,0 μs

org.eclipse.papyrus.infra.constraints.edit (343,7 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 238,9 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 34,89 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 17,15 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,911 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 6,519 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 4,367 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 4,721 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,806 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,631 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 703,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 836,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 564,9 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 984,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 269,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 252,9 μs

org.eclipse.papyrus.uml.profile.assistants.generator.ui (338,2 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 172,3 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 14,84 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 13,13 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 10,84 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 5,559 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,178 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,630 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,772 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,719 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 370,2 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 628,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 535,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 198,3 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 752,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 175,9 μs

org.eclipse.papyrus.infra.nattable.views.config (338,9 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 202,3 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 23,97 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 16,53 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 13,18 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 11,83 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,740 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,300 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,906 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,886 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 618,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 497,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 169,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 188,6 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 612,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 659,2 μs

org.eclipse.papyrus.infra.gmfdiag.modelexplorer (337,6 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 153,2 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 25,87 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 17,36 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 16,71 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 11,44 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 4,924 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,005 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,722 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,281 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 248,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 542,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 228,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 596,0 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 744,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 724,3 μs

org.eclipse.papyrus.infra.services.markerlistener (336,7 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 214,8 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 49,58 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 22,06 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 13,51 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,134 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,518 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 3,047 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,431 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,880 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,646 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 954,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 734,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 854,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 320,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 349,4 μs

org.eclipse.papyrus.uml.diagram.symbols (334,8 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 208,2 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 15,14 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 13,77 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 7,396 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 6,188 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,705 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,164 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,773 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,771 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 140,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 141,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 803,3 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 363,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 503,7 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 479,4 μs

org.eclipse.papyrus.infra.emf.readonly (334,2 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 208,2 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 24,08 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 20,79 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 14,98 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,500 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,380 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,668 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,381 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,679 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 1,075 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,122 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,179 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 432,9 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 658,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 444,7 μs

Papyrus Uml Diagram profile doc (334,9 ms)

Plugin execution Duration
org.eclipse.mylyn.docs:org.eclipse.mylyn.wikitext.core.maven:2.4.0-SNAPSHOT:eclipse-help {execution: default} 99,43 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 94,54 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 73,77 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 26,46 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 5,114 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 5,129 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 5,839 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 4,076 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,295 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,254 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,247 ms
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 1,402 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 671,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 408,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 444,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 700,5 μs

org.eclipse.papyrus.infra.gmfdiag.navigation (334,2 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 193,9 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 21,61 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 20,52 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 10,71 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,868 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 5,057 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,753 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,647 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,659 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,375 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 304,1 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 877,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 600,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 819,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 294,1 μs

Papyrus Infra GmfDiag Common doc (331,2 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 108,7 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 107,7 ms
org.eclipse.mylyn.docs:org.eclipse.mylyn.wikitext.core.maven:2.4.0-SNAPSHOT:eclipse-help {execution: default} 44,53 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 27,50 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 8,469 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 7,892 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,049 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,542 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,301 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 653,1 μs
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 845,9 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 884,3 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 626,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 425,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 744,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 277,1 μs

org.eclipse.papyrus.uml.xtext.integration.feature (329,2 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-feature {execution: default-package-feature} 218,5 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 27,20 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,838 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 6,120 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 5,398 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,108 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,579 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 691,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 896,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 529,3 μs
org.eclipse.tycho:tycho-p2-plugin:0.23.0:feature-p2-metadata {execution: default-feature-p2-metadata} 467,7 μs
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 676,2 μs
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 946,7 μs

org.eclipse.papyrus.emf.facet.widgets.celleditors (329,0 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 204,8 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 38,66 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 34,07 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 13,50 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 8,166 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 4,190 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,200 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,395 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,934 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,122 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 715,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 244,9 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 799,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 598,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 243,3 μs

org.eclipse.papyrus.sysml.diagram.ui (328,4 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 127,0 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 16,47 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 14,47 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,920 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 8,629 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,793 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,507 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,187 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,316 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 248,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 607,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 486,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 250,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 740,5 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 453,2 μs

Papyrus Uml Diagram Common doc (325,8 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 113,6 ms
org.eclipse.mylyn.docs:org.eclipse.mylyn.wikitext.core.maven:2.4.0-SNAPSHOT:eclipse-help {execution: default} 101,1 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 44,21 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 16,95 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 8,698 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 6,136 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 5,392 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 4,425 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 3,888 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,049 ms
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 1,391 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,185 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,309 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 448,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 896,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 460,0 μs

org.eclipse.papyrus.uml.nattable.feature (322,8 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-feature {execution: default-package-feature} 91,31 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 64,43 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 14,15 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 6,116 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,253 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,145 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,672 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 940,9 μs
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 754,8 μs
org.eclipse.tycho:tycho-p2-plugin:0.23.0:feature-p2-metadata {execution: default-feature-p2-metadata} 567,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 557,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 567,6 μs
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 487,8 μs

org.eclipse.papyrus.infra.services.feature (320,3 ms)

Plugin execution Duration
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 123,0 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-feature {execution: default-package-feature} 96,84 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 13,06 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,105 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,633 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,694 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,167 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 1,265 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 689,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 780,5 μs
org.eclipse.tycho:tycho-p2-plugin:0.23.0:feature-p2-metadata {execution: default-feature-p2-metadata} 580,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 778,6 μs
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 634,8 μs

org.eclipse.papyrus.infra.services.edit (320,0 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 182,3 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 22,92 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 22,70 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 12,45 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 9,342 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 5,213 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,942 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,679 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,361 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,298 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,033 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 529,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 923,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 935,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 509,0 μs

org.eclipse.papyrus.uml.decoratormodel.controlmode (319,1 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 202,2 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 38,19 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 16,04 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 5,796 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,851 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,185 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,513 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,597 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,845 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 151,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 466,6 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 770,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 174,2 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 896,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 419,9 μs

org.eclipse.papyrus.infra.gmfdiag.css.theme (318,3 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 12,73 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 11,77 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 9,301 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,114 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,635 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,042 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,518 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 766,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 692,0 μs
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 665,9 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 438,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 477,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 272,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 244,2 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 414,0 μs

org.eclipse.papyrus.emf.facet.util.emf.core (318,4 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 165,9 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 45,77 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 44,49 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 13,00 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 11,48 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 5,059 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,583 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,670 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,572 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,038 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,182 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 353,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 362,2 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 753,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 928,9 μs

org.eclipse.papyrus.infra.gmfdiag.dnd (315,2 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 189,0 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 34,70 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 20,30 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 10,48 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 6,868 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,498 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,708 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,669 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,594 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 764,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 461,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 396,3 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 532,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 170,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 162,8 μs

org.eclipse.papyrus.uml.diagram.paletteconfiguration.edit (314,6 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 161,3 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 40,42 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 27,74 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 14,24 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 10,34 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,735 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,435 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,510 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,932 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 917,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 304,9 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 889,3 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 710,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 328,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 793,0 μs

org.eclipse.papyrus.uml.controlmode.profile (313,7 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 177,3 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 33,67 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 15,15 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,275 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,557 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,394 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,745 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,622 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,729 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 530,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 201,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 205,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 677,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 570,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 475,3 μs

org.eclipse.papyrus.views.modelexplorer.resourceloading (308,4 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 161,8 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 38,75 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 24,41 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 6,670 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 6,806 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,429 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,066 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,147 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,325 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 695,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 191,3 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 460,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 536,3 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 586,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 188,3 μs

org.eclipse.papyrus.sysml.diagram.feature (306,1 ms)

Plugin execution Duration
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 62,77 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-feature {execution: default-package-feature} 62,25 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 21,74 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,231 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,859 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,664 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,279 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 451,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 979,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 568,5 μs
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 701,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 531,9 μs
org.eclipse.tycho:tycho-p2-plugin:0.23.0:feature-p2-metadata {execution: default-feature-p2-metadata} 580,7 μs

Papyrus Infra GmfDiag Css doc (306,5 ms)

Plugin execution Duration
org.eclipse.mylyn.docs:org.eclipse.mylyn.wikitext.core.maven:2.4.0-SNAPSHOT:eclipse-help {execution: default} 123,2 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 72,47 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 39,23 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 14,66 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 7,591 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,253 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,679 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,163 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,619 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,114 ms
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 1,252 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,138 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,125 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 399,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 473,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 847,3 μs

org.eclipse.papyrus.uml.nattable.clazz.config (306,4 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 186,2 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 36,16 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 11,74 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,208 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 4,361 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,228 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,092 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,644 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,221 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 153,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 410,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 867,5 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 508,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 152,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 491,9 μs

org.eclipse.papyrus.infra.gmfdiag.widgets (305,8 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 139,9 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 41,71 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 25,77 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 12,18 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 8,669 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,155 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,911 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,319 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,157 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,831 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 233,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 617,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 630,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 246,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 815,0 μs

org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext (304,0 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 165,6 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 18,65 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 12,78 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 6,700 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 4,775 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,032 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,094 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,319 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,855 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 590,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 761,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 571,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 282,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 240,4 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 552,2 μs

org.eclipse.papyrus.emf.facet.util.emf.catalog (303,7 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 176,7 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 66,88 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 22,81 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 13,42 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,665 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,397 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,642 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,640 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,668 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,058 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 1,072 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,249 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 341,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 875,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 356,0 μs

org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui (302,7 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 177,1 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 18,32 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 18,31 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,464 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 7,779 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,896 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,341 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,863 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,905 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 190,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 615,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 501,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 154,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 595,3 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 524,1 μs

org.eclipse.papyrus.infra.services.validation (300,4 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 174,2 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 22,67 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 21,46 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,046 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 9,645 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,214 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,603 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,486 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,255 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,149 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,015 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 762,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 710,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 282,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 282,4 μs

org.eclipse.papyrus.infra.services.resourceloading.preferences (299,9 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 144,5 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 30,06 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 19,07 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 12,20 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 10,12 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 9,231 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 7,562 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,047 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,046 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,447 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 198,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 561,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 206,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 700,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 503,1 μs

org.eclipse.papyrus.uml.diagram.css (296,7 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 165,1 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 18,90 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 12,26 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,253 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 6,996 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,040 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,890 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,144 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,312 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 460,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 216,9 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 509,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 669,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 212,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 581,1 μs

org.eclipse.papyrus.editor (295,1 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 142,6 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 36,94 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 26,85 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 14,07 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,508 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 8,036 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,396 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,859 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,759 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,777 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,595 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 1,381 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 563,3 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 879,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 582,5 μs

org.eclipse.papyrus.extensionpoints.editors (293,7 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 179,1 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 24,21 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 22,83 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 9,901 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,413 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,817 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,214 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,384 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,526 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,230 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 1,007 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 452,3 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 828,0 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 698,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 514,3 μs

org.eclipse.papyrus.uml.diagram.css.feature (292,6 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-feature {execution: default-package-feature} 90,95 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 13,06 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 11,80 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 6,752 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,447 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,267 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,795 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 516,7 μs
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 498,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 961,4 μs
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 898,2 μs
org.eclipse.tycho:tycho-p2-plugin:0.23.0:feature-p2-metadata {execution: default-feature-p2-metadata} 554,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 407,0 μs

org.eclipse.papyrus.views.search (292,4 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 146,2 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 53,74 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 38,51 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,984 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 7,941 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 5,199 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,281 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,649 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,059 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,053 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,740 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 164,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 448,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 563,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 179,0 μs

org.eclipse.papyrus.uml.icons (291,4 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 151,2 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 59,81 ms
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 43,70 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 13,95 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 6,939 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,232 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,283 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,075 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,261 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 795,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 592,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 262,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 311,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 654,2 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 503,7 μs

org.eclipse.papyrus.uml.templaterepository (291,7 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 123,3 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 57,97 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 13,55 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,623 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 7,428 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,531 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,141 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,110 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,757 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 548,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 176,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 583,6 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 531,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 169,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 455,1 μs

org.eclipse.papyrus.infra.viewpoints.preferences (291,5 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 163,6 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 23,44 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 19,71 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 17,04 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,134 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,135 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,138 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,961 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,103 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,042 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 708,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 716,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 287,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 272,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 883,3 μs

org.eclipse.papyrus.uml.alf.libraries (291,3 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 148,8 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 82,67 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 11,87 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,334 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 4,444 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,032 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,639 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,899 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 380,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 139,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 139,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 776,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 463,8 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 517,6 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 387,5 μs

org.eclipse.papyrus.uml.xtext.integration.validation (289,6 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 101,9 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 93,92 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 20,38 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 6,767 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 4,068 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,210 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,882 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,514 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,092 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 742,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 493,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 153,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 694,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 152,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 448,6 μs

org.eclipse.papyrus.infra.extendedtypes.edit (284,5 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 142,0 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 42,66 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 27,40 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 11,72 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 6,685 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,464 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,684 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,660 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,423 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 753,2 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 924,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 690,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 244,3 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 938,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 265,3 μs

org.eclipse.papyrus.infra.gmfdiag.expansion.edit (283,3 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 166,7 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 25,83 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 17,69 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,972 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 6,141 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,153 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,265 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,098 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,754 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 266,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 620,9 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 598,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 741,2 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 759,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 264,7 μs

org.eclipse.papyrus.sysml.properties (282,7 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 116,3 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 28,51 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 12,24 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,388 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 7,543 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,660 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,431 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,580 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 368,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 139,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 139,9 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 494,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 514,2 μs
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 944,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 631,0 μs

org.eclipse.papyrus.uml.modelexplorer.widgets (281,5 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 122,2 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 32,40 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 29,54 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 12,60 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,225 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 7,021 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,406 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,560 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,430 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 307,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 899,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 411,6 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 445,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 690,2 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 538,0 μs

org.eclipse.papyrus.infra.services.controlmode (281,2 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 173,0 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 28,44 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 24,72 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,099 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 7,771 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,442 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,508 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,725 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,531 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 184,3 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 527,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 565,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 700,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 208,4 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 485,9 μs

org.eclipse.papyrus.emf.facet.custom.sdk.ui (279,8 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 165,8 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 33,83 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 28,23 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 11,53 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,430 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 4,327 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,205 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,599 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,848 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 577,2 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 584,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 266,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 245,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 861,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 957,2 μs

Papyrus Copypaste UI doc (278,1 ms)

Plugin execution Duration
org.eclipse.mylyn.docs:org.eclipse.mylyn.wikitext.core.maven:2.4.0-SNAPSHOT:eclipse-help {execution: default} 211,5 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 17,06 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 13,80 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,363 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,453 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,883 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,264 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,064 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,044 ms
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 1,630 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,773 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 275,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 273,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 730,0 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 660,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 657,6 μs

org.eclipse.papyrus.infra.gmfdiag.controlmode (277,6 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 136,5 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 26,74 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 21,27 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 13,90 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 10,06 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,552 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,888 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,542 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,296 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 542,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 198,3 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 659,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 677,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 616,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 211,6 μs

org.eclipse.papyrus.emf.facet.util.core (276,8 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 100,5 ms
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 96,93 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 35,39 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 16,48 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 5,083 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,696 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,961 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,988 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,239 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,986 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,847 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 369,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 342,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 726,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 794,0 μs

org.eclipse.papyrus.uml.extensionpoints (274,1 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 157,0 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 21,66 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 21,75 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 14,04 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 7,684 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 6,524 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,989 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,100 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,166 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,062 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,527 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 689,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 303,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 762,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 330,9 μs

org.eclipse.papyrus.uml.decoratormodel.feature (267,9 ms)

Plugin execution Duration
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 89,96 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-feature {execution: default-package-feature} 37,17 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 11,05 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 6,799 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,756 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,487 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,462 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 508,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 883,9 μs
org.eclipse.tycho:tycho-p2-plugin:0.23.0:feature-p2-metadata {execution: default-feature-p2-metadata} 464,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 494,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 520,6 μs
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 800,0 μs

Papyrus Uml DecoratorModel doc (266,4 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 91,85 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 73,43 ms
org.eclipse.mylyn.docs:org.eclipse.mylyn.wikitext.core.maven:2.4.0-SNAPSHOT:eclipse-help {execution: default} 38,50 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 28,17 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 5,284 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,808 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,755 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,296 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,316 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 957,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 304,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 304,9 μs
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 951,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 840,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 815,3 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 625,6 μs

org.eclipse.papyrus.uml.alf.to.fuml (265,2 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 121,8 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 43,54 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 36,37 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,980 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 4,373 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,819 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,068 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,585 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 148,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 547,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 186,3 μs
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 455,1 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 373,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 464,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 458,1 μs

org.eclipse.papyrus.emf.facet.query.java.sdk.ui (265,8 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 175,8 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 33,39 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 16,84 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,379 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 4,298 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,213 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,765 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,956 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,404 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 848,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 279,3 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 565,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 239,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 680,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 672,8 μs

org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter (264,4 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 105,8 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 27,41 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 23,67 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 7,855 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,149 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,031 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,417 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,189 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,217 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 175,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 638,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 567,9 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 777,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 426,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 209,2 μs

org.eclipse.papyrus.uml.textedit.common.xtext.ui (260,0 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 148,4 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 18,34 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 17,90 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,667 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 6,882 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,192 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,196 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,391 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,100 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 558,5 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 687,2 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 476,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 787,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 156,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 159,2 μs

org.eclipse.papyrus.infra.gmfdiag.outline (258,4 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 156,7 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 20,99 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 18,85 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,163 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 6,331 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,167 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,379 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,449 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,247 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 569,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 330,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 675,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 903,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 283,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 950,7 μs

org.eclipse.papyrus.infra.elementtypesconfigurations.edit (257,6 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 142,4 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 28,95 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 22,22 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 21,30 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,823 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,824 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,684 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,988 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,039 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,497 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 802,8 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 866,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 764,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 345,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 266,3 μs

org.eclipse.papyrus.sysml.nattable.feature (256,5 ms)

Plugin execution Duration
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 46,83 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-feature {execution: default-package-feature} 43,07 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 10,27 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 5,915 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,249 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,205 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,938 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 418,1 μs
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 727,6 μs
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 445,8 μs
org.eclipse.tycho:tycho-p2-plugin:0.23.0:feature-p2-metadata {execution: default-feature-p2-metadata} 407,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 787,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 422,0 μs

org.eclipse.papyrus.infra.ui.resources (256,3 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 156,3 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 18,23 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 18,26 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,055 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 8,579 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,393 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,318 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,498 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,198 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,265 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 586,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 606,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 195,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 435,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 180,8 μs

org.eclipse.papyrus.views.modelexplorer.widgets (252,4 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 120,9 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 22,42 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 18,07 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 10,96 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,700 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,807 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,532 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,382 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,387 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 270,3 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 893,6 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 981,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 653,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 792,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 291,2 μs

org.eclipse.papyrus.infra.elementtypesconfigurations.editor (250,4 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 163,3 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 29,28 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 16,02 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 5,769 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 4,212 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,381 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,079 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,101 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,944 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 605,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 187,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 152,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 798,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 467,3 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 617,7 μs

org.eclipse.papyrus.uml.oclconstraintevaluation (248,2 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 126,4 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 13,71 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 12,83 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 8,953 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 6,793 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,807 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,344 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,952 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,065 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 526,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 614,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 172,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 442,3 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 567,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 175,1 μs

org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui (248,3 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 129,2 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 29,59 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 15,95 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 6,724 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 6,088 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,304 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,098 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,917 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,230 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 555,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 148,6 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 581,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 149,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 412,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 518,8 μs

org.eclipse.papyrus.uml.service.validation (244,5 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 156,8 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 15,47 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 13,63 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,157 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 4,546 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,888 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,149 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,871 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,514 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 459,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 195,6 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 636,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 250,2 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 542,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 637,8 μs

org.eclipse.papyrus.infra.viewpoints.feature (244,7 ms)

Plugin execution Duration
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 76,61 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-feature {execution: default-package-feature} 67,16 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 14,18 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,945 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,396 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,703 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,260 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 1,181 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 842,3 μs
org.eclipse.tycho:tycho-p2-plugin:0.23.0:feature-p2-metadata {execution: default-feature-p2-metadata} 656,1 μs
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 634,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 795,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 779,1 μs

org.eclipse.papyrus.infra.viewpoints.iso42010.edit (244,5 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 158,6 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 43,92 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 18,71 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,333 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,152 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,696 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,108 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,502 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,995 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 159,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 172,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 562,0 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 630,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 575,2 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 476,2 μs

org.eclipse.papyrus.infra.services.decoration (243,4 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 109,8 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 53,47 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 17,77 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,815 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 6,711 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,520 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,766 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,379 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,855 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,076 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 452,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 386,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 836,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 813,4 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 866,4 μs

org.eclipse.papyrus.views.validation (243,0 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 132,4 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 46,53 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 20,26 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,342 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 4,133 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 3,346 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,210 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,346 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,531 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 322,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 321,9 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 603,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 844,3 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 573,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 735,6 μs

Papyrus Layers doc (242,8 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 78,02 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 64,69 ms
org.eclipse.mylyn.docs:org.eclipse.mylyn.wikitext.core.maven:2.4.0-SNAPSHOT:eclipse-help {execution: default} 34,65 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 17,49 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 12,65 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 6,334 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,432 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,942 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,393 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,382 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,086 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 279,2 μs
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 850,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 276,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 627,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 763,9 μs

org.eclipse.papyrus.uml.diagram.modelexplorer (242,3 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 114,6 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 13,66 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 12,31 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 7,101 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 5,480 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,443 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 2,511 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,817 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,182 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,706 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 142,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 416,1 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 497,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 141,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 586,7 μs

org.eclipse.papyrus.emf.facet.common.core (240,9 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 167,2 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 19,39 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 18,40 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,962 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,048 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,309 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,157 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,720 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,728 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,102 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,391 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 1,188 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 777,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 607,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 534,1 μs

org.eclipse.papyrus.infra.viewpoints.iso42010 (238,3 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 158,7 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 25,31 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 24,65 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 10,28 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,896 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,176 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,427 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,198 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,739 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,023 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 773,5 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 695,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 961,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 316,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 372,1 μs

org.eclipse.papyrus.uml.tools.feature (236,5 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-feature {execution: default-package-feature} 37,57 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 37,03 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,889 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 7,105 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,072 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,261 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,331 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 430,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 870,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 487,1 μs
org.eclipse.tycho:tycho-p2-plugin:0.23.0:feature-p2-metadata {execution: default-feature-p2-metadata} 412,1 μs
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 648,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 473,2 μs

org.eclipse.papyrus.uml.nattable.generic (236,0 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 134,4 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 11,86 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 9,173 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 8,124 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 6,655 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,593 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,544 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,069 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,823 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 482,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 168,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 575,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 571,1 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 946,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 170,2 μs

org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore (235,3 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 123,7 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 46,57 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 26,04 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,943 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 4,245 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,003 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,822 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,142 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,257 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 509,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 224,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 249,2 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 674,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 573,7 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 740,7 μs

org.eclipse.papyrus.emf.facet.efacet.catalog (233,9 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 101,5 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 28,54 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 26,17 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 14,94 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 10,90 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 9,271 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,204 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,562 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,057 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,787 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 1,008 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,296 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,138 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 432,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 413,4 μs

org.eclipse.papyrus.uml.alf.common (232,3 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 132,9 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 39,62 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 13,59 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 6,963 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 3,658 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,568 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,719 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,867 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,272 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 378,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 147,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 485,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 145,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 540,1 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 729,1 μs

org.eclipse.papyrus.emf.facet.doc (231,0 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 146,1 ms
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 29,37 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 19,01 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 11,37 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 5,485 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,609 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,909 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,703 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,864 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,274 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 378,3 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 751,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 785,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 750,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 321,9 μs

org.eclipse.papyrus.uml.resourceloading.profile (231,3 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 131,1 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 11,80 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 10,77 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,038 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,726 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,468 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,398 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,774 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,086 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 448,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 208,3 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 660,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 563,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 649,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 169,3 μs

org.eclipse.papyrus.uml.perspective (231,2 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 105,5 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 31,85 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 16,32 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,432 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 7,117 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,289 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,198 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,723 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,250 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 578,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 574,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 625,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 195,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 169,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 483,4 μs

org.eclipse.papyrus.infra.viewpoints.configuration.edit (229,8 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 113,6 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 44,52 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 20,00 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 8,206 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,921 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,410 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,295 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,271 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,484 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 156,5 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 419,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 724,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 452,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 588,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 164,6 μs

org.eclipse.papyrus.infra.emf.diagram.common (226,7 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 109,9 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 34,83 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 12,59 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 6,407 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 6,887 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,084 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,157 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,593 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,384 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 552,9 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 747,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 214,2 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 672,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 216,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 529,1 μs

org.eclipse.papyrus.uml.assistants.feature (226,4 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-feature {execution: default-package-feature} 37,06 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 35,66 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 27,99 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 5,664 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,185 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,422 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,864 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 400,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 768,6 μs
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 673,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 372,1 μs
org.eclipse.tycho:tycho-p2-plugin:0.23.0:feature-p2-metadata {execution: default-feature-p2-metadata} 523,9 μs
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 403,2 μs

org.eclipse.papyrus.uml.alf.feature (221,8 ms)

Plugin execution Duration
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 57,22 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-feature {execution: default-package-feature} 44,15 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 6,666 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 6,080 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,566 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,480 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,378 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,111 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 1,032 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 567,4 μs
org.eclipse.tycho:tycho-p2-plugin:0.23.0:feature-p2-metadata {execution: default-feature-p2-metadata} 639,8 μs
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 631,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 764,8 μs

org.eclipse.papyrus.sysml.feature (221,2 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-feature {execution: default-package-feature} 42,71 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 28,33 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 10,56 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,142 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,512 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,463 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,194 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:feature-p2-metadata {execution: default-feature-p2-metadata} 1,008 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 1,165 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 516,7 μs
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 703,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 435,1 μs
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 447,8 μs

org.eclipse.papyrus.emf.facet.util.pde.core (217,1 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 112,6 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 32,09 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 21,91 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 10,42 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,467 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,200 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,667 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,547 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,543 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,312 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,072 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 1,126 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,532 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 564,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 553,9 μs

org.eclipse.papyrus.customization.paletteconfiguration (217,0 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 100,3 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 20,55 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 17,07 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 12,03 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 9,451 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,553 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,373 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,695 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,550 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,020 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,009 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 368,4 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 688,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 744,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 306,3 μs

Papyrus Moka doc (212,7 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 65,48 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 46,93 ms
org.eclipse.mylyn.docs:org.eclipse.mylyn.wikitext.core.maven:2.4.0-SNAPSHOT:eclipse-help {execution: default} 33,43 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 14,18 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 5,439 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,616 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,346 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 3,121 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,517 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,046 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,032 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,133 ms
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 1,375 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 860,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 462,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 391,1 μs

org.eclipse.papyrus.infra.discovery.ui (212,3 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 126,3 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 27,73 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 26,91 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,584 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,285 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,033 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,284 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,533 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,698 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 223,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 682,0 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 652,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 419,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 617,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 726,1 μs

org.eclipse.papyrus.infra.emf.appearance (211,2 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 108,7 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 21,20 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 19,94 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,737 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 6,450 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,408 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,616 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,535 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,384 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,097 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 405,7 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 706,2 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 835,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 994,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 408,6 μs

org.eclipse.papyrus.emf.facet.util.jface.ui (210,6 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 127,4 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 18,04 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 16,89 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,001 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,127 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,966 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,480 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,496 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,620 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,328 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,369 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 1,129 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 495,9 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 722,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 475,0 μs

org.eclipse.papyrus.emf.facet.efacet.editor (209,2 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 115,2 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 29,11 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 17,36 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 12,73 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 11,50 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,495 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,335 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,784 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,714 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 884,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 335,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 320,6 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 784,7 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 909,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 871,3 μs

org.eclipse.papyrus.sysml.properties.feature (208,7 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-feature {execution: default-package-feature} 54,29 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 13,67 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 12,27 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,742 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,443 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,590 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,658 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 400,0 μs
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 639,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 670,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 301,5 μs
org.eclipse.tycho:tycho-p2-plugin:0.23.0:feature-p2-metadata {execution: default-feature-p2-metadata} 548,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 330,3 μs

Papyrus Uml Search UI doc (207,2 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 80,01 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 56,43 ms
org.eclipse.mylyn.docs:org.eclipse.mylyn.wikitext.core.maven:2.4.0-SNAPSHOT:eclipse-help {execution: default} 28,76 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 12,58 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,017 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 3,578 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,414 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,259 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,050 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,017 ms
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 821,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 266,9 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 788,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 596,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 655,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 291,2 μs

org.eclipse.papyrus.uml.alf.common.ui (206,8 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 109,2 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 32,47 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 13,00 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,641 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 6,708 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,284 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,087 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,141 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,818 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 646,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 144,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 165,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 373,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 496,8 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 391,1 μs

org.eclipse.papyrus.uml.services.decoration (206,6 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 94,26 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 52,79 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 14,18 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 6,829 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,495 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,158 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,288 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,931 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,263 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 448,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 170,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 245,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 704,5 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 615,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 542,5 μs

org.eclipse.papyrus.uml.textedit.javaconstraint (204,7 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 98,83 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 26,92 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 21,54 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,137 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 4,356 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,988 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,052 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,738 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,250 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 620,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 539,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 180,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 600,3 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 691,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 182,4 μs

org.eclipse.papyrus.infra.services.labelprovider (203,7 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 101,8 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 18,82 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 16,95 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 10,92 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 6,742 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,044 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,515 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,738 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,481 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,525 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 1,133 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,383 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 798,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 493,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 477,9 μs

org.eclipse.papyrus.infra.services.controlmode.history (201,0 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 108,0 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 39,36 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 19,95 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,175 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,273 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,079 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,673 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,327 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,384 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,094 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 834,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 331,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 284,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 776,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 616,0 μs

org.eclipse.papyrus.infra.services.localizer (200,9 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 117,2 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 19,29 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 16,12 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,744 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 5,464 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 4,711 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,270 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,751 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,589 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 708,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 288,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 732,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 904,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 382,0 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 676,4 μs

org.eclipse.papyrus.views.modelexplorer.feature (197,8 ms)

Plugin execution Duration
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 40,23 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-feature {execution: default-package-feature} 36,62 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 13,24 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,182 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,032 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,351 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,180 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 473,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 774,9 μs
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 763,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 612,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 903,9 μs
org.eclipse.tycho:tycho-p2-plugin:0.23.0:feature-p2-metadata {execution: default-feature-p2-metadata} 408,8 μs

org.eclipse.papyrus.infra.services.viewlabelprovider (194,8 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 86,36 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 34,23 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 13,37 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 11,38 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 4,899 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,223 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,158 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,435 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,397 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 727,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 278,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 500,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 217,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 551,2 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 580,6 μs

Papyrus Infra Newchild doc (191,0 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 57,16 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 46,73 ms
org.eclipse.mylyn.docs:org.eclipse.mylyn.wikitext.core.maven:2.4.0-SNAPSHOT:eclipse-help {execution: default} 28,56 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 10,20 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,529 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,964 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,773 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,505 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,559 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,469 ms
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 1,468 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 1,077 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,289 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 594,4 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 990,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 534,7 μs

org.eclipse.papyrus.emf.facet.query.ocl.core (190,6 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 105,0 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 30,42 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 13,75 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 10,94 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 6,077 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,003 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,565 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,725 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,720 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 558,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 712,1 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 842,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 651,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 234,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 236,5 μs

Papyrus Req Reqif doc (190,5 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 56,03 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 54,58 ms
org.eclipse.mylyn.docs:org.eclipse.mylyn.wikitext.core.maven:2.4.0-SNAPSHOT:eclipse-help {execution: default} 21,33 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 19,06 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 5,011 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,985 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,156 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,564 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,499 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 1,066 ms
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 1,581 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,019 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,300 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 396,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 472,3 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 717,0 μs

org.eclipse.papyrus.team.svn (187,4 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 85,34 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 27,63 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 22,56 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,029 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 4,677 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,161 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,528 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,822 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 359,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 560,0 μs
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 987,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 410,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 146,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 149,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 536,2 μs

org.eclipse.papyrus.uml.documentation.profile (187,9 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 90,89 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 41,49 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 32,60 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,712 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,404 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,254 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,010 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,408 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,428 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 559,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 198,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 470,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 585,4 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 626,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 218,1 μs

org.eclipse.papyrus.uml.appearance (185,1 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 97,04 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 18,66 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 15,98 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 11,85 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 4,758 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,812 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,492 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,961 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,163 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,617 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 978,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 831,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 288,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 340,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 682,3 μs

org.eclipse.papyrus.infra.psf (184,7 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 84,66 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 41,21 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 14,39 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 13,98 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 12,24 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,559 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,123 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,627 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,781 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,011 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 429,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 644,2 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 535,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 184,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 192,1 μs

org.eclipse.papyrus.emf.facet.util.swt (183,6 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 75,54 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 32,43 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 21,31 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 13,39 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,525 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,473 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,520 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,641 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,365 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 2,459 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,052 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,494 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,360 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 597,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 654,9 μs

org.eclipse.papyrus.infra.core.pluginexplorer (183,4 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 84,15 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 41,44 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 22,01 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,506 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 3,704 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,381 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,496 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,968 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,440 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 891,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 702,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 303,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 862,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 854,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 314,0 μs

org.eclipse.papyrus.emf.facet.widgets (180,4 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 86,06 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 32,39 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 24,69 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,649 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 4,274 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,766 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,146 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,438 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,369 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 635,3 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 708,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 253,2 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 825,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 264,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 774,1 μs

org.eclipse.papyrus.uml.filters.edit (178,6 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 60,37 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 49,75 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 41,49 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 6,892 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 6,257 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,761 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,223 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,186 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,952 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 170,7 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 567,2 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 467,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 184,6 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 585,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 556,7 μs

org.eclipse.papyrus.infra.gmfdiag.viewersearcher (177,1 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 86,22 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 16,70 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 12,32 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 12,87 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 10,44 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,434 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,245 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,198 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,120 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 171,3 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 451,9 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 426,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 582,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 195,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 566,9 μs

org.eclipse.papyrus.uml.modelexplorer.feature (174,9 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-feature {execution: default-package-feature} 28,26 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 23,23 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 15,12 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 6,674 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,965 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,588 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,136 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 703,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 848,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 441,8 μs
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 446,5 μs
org.eclipse.tycho:tycho-p2-plugin:0.23.0:feature-p2-metadata {execution: default-feature-p2-metadata} 489,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 593,4 μs

org.eclipse.papyrus.infra.services.semantic (173,3 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 66,46 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 51,36 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 17,40 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 10,92 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,128 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 3,400 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,495 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,488 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,914 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,004 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,097 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,012 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 315,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 344,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 690,3 μs

org.eclipse.papyrus.sysml.modelexplorer.feature (172,5 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-feature {execution: default-package-feature} 19,04 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 10,76 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 8,032 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 5,703 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,094 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,757 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,811 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 338,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 344,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 650,2 μs
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 593,5 μs
org.eclipse.tycho:tycho-p2-plugin:0.23.0:feature-p2-metadata {execution: default-feature-p2-metadata} 460,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 304,4 μs

org.eclipse.papyrus.infra.gmfdiag.css.model (172,8 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 81,89 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 40,64 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 17,90 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 10,10 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 6,246 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,868 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,769 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,102 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,732 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 641,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 510,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 191,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 176,0 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 911,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 576,1 μs

org.eclipse.papyrus.views.properties.feature (172,3 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-feature {execution: default-package-feature} 39,70 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 37,67 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 8,010 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,143 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,018 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,941 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,310 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 406,1 μs
org.eclipse.tycho:tycho-p2-plugin:0.23.0:feature-p2-metadata {execution: default-feature-p2-metadata} 565,4 μs
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 688,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 500,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 565,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 819,5 μs

org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui (172,1 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 93,02 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 17,52 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 17,22 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,504 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 6,528 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,452 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,307 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,823 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,299 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 739,1 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 612,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 233,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 663,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 229,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 533,6 μs

Papyrus DSML Validation doc (170,2 ms)

Plugin execution Duration
org.eclipse.mylyn.docs:org.eclipse.mylyn.wikitext.core.maven:2.4.0-SNAPSHOT:eclipse-help {execution: default} 47,78 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 31,69 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 25,12 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,623 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 7,052 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,511 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,787 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,281 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,840 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 1,135 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,039 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,098 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 1,691 ms
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 1,665 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 393,2 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 906,4 μs

org.eclipse.papyrus.infra.services.openelement (170,8 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 96,15 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 13,26 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 12,74 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 11,61 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 4,659 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,619 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,322 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,980 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,479 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 465,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 217,2 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 585,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 628,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 212,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 598,9 μs

org.eclipse.papyrus.emf.facet.custom.sdk.core (170,1 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 82,31 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 28,42 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 16,80 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,258 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 6,962 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,181 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,441 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,353 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,710 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 870,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 590,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 855,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 254,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 719,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 245,1 μs

org.eclipse.papyrus.emf.facet.efacet.edit (170,9 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 69,40 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 58,96 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 18,47 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,492 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,260 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,207 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,286 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,797 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,575 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 871,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 240,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 570,6 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 838,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 614,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 251,5 μs

org.eclipse.papyrus.releng (165,2 ms)

Plugin execution Duration
org.apache.maven.plugins:maven-install-plugin:2.4:install {execution: default-install} 78,29 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 61,25 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 8,607 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 4,126 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,796 ms

org.eclipse.papyrus.uml.diagram.icons (156,0 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 66,81 ms
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 40,94 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 15,33 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 14,02 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 6,133 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,934 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,827 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 1,917 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 894,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 144,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 547,6 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 464,2 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 354,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 149,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 692,8 μs

org.eclipse.papyrus.sysml.diagram.css (156,9 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 30,28 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 11,71 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,189 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 7,819 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,070 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,603 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,692 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 172,9 μs
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 614,3 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 464,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 456,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 194,4 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 415,3 μs
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 674,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 582,1 μs

org.eclipse.papyrus.emf.facet.custom.metamodel.edit (153,1 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 62,40 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 41,14 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 20,95 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,414 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 4,338 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,501 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,207 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,104 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,558 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,193 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 246,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 248,8 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 709,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 526,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 669,4 μs

org.eclipse.papyrus.infra.emf.feature (152,6 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-feature {execution: default-package-feature} 35,17 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 34,52 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 12,02 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,569 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,797 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,046 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,741 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 1,487 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 852,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 864,2 μs
org.eclipse.tycho:tycho-p2-plugin:0.23.0:feature-p2-metadata {execution: default-feature-p2-metadata} 543,0 μs
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 966,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 844,3 μs

org.eclipse.papyrus.infra.nattable.views.editor (152,9 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 41,52 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 12,65 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 11,30 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,895 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 6,428 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,945 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,074 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,199 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 164,5 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 666,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 390,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 403,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 187,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 500,4 μs
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 579,9 μs

org.eclipse.papyrus.uml.filters (151,3 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 95,86 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 16,27 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 14,10 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,220 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,302 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,125 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,370 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,821 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,805 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 532,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 267,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 560,8 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 466,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 202,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 795,6 μs

Papyrus Views Properties doc (143,4 ms)

Plugin execution Duration
org.eclipse.mylyn.docs:org.eclipse.mylyn.wikitext.core.maven:2.4.0-SNAPSHOT:eclipse-help {execution: default} 45,77 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 29,02 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 28,79 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 12,62 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,568 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,209 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,659 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,994 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,192 ms
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 1,277 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 735,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 769,3 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 620,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 285,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 264,6 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 610,3 μs

org.eclipse.papyrus.uml.diagram.symbols.properties (143,3 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 13,74 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 10,52 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 8,922 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,169 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,232 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,440 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,958 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 596,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 507,4 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 564,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 142,1 μs
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 487,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 386,6 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 350,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 140,4 μs

org.eclipse.papyrus.uml.xtext.integration.core (143,1 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 57,19 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 32,86 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 16,98 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 15,68 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,655 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,476 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,716 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,297 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,083 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,316 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 226,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 647,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 606,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 257,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 599,8 μs

org.eclipse.papyrus.infra.discovery.ui.menu (141,6 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 70,95 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 24,60 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 16,08 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,098 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,846 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,537 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,396 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,054 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,393 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,962 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 556,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 644,6 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 651,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 229,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 234,3 μs

Papyrus Uml Profile Assistants doc (140,7 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 34,05 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 33,09 ms
org.eclipse.mylyn.docs:org.eclipse.mylyn.wikitext.core.maven:2.4.0-SNAPSHOT:eclipse-help {execution: default} 32,17 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 14,36 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,004 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,388 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,178 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,320 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,041 ms
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 1,196 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 597,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 260,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 263,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 693,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 718,2 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 685,3 μs

org.eclipse.papyrus.infra.discovery (135,2 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 77,79 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 16,81 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 16,94 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,847 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,146 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,100 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,166 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,629 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,591 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,009 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 560,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 231,0 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 766,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 228,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 570,4 μs

org.eclipse.papyrus.emf.facet.query.ocl.metamodel (128,7 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 73,00 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 15,32 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 15,12 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 6,886 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,370 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,373 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,645 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,891 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,674 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 528,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 668,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 229,8 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 534,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 232,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 656,8 μs

org.eclipse.papyrus.infra.services.viewersearch (123,8 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 63,58 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 18,44 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 14,50 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,215 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,390 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,683 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,339 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,950 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,368 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 208,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 197,3 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 445,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 569,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 663,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 485,8 μs

Papyrus Infra Services ControlMode doc (120,9 ms)

Plugin execution Duration
org.eclipse.mylyn.docs:org.eclipse.mylyn.wikitext.core.maven:2.4.0-SNAPSHOT:eclipse-help {execution: default} 31,92 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 23,89 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 16,29 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,982 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,289 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,117 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,365 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,491 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,877 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 1,587 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,218 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,054 ms
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 1,488 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 475,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 840,5 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 838,1 μs

org.eclipse.papyrus.uml.search.feature (115,1 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-feature {execution: default-package-feature} 16,98 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 11,06 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,232 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 6,517 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,096 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,016 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,471 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 594,3 μs
org.eclipse.tycho:tycho-p2-plugin:0.23.0:feature-p2-metadata {execution: default-feature-p2-metadata} 638,4 μs
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 728,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 417,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 891,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 408,8 μs

org.eclipse.papyrus.infra.filters.edit (114,2 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 45,20 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 30,28 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 13,44 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,924 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 4,627 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,495 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,088 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,132 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,929 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 585,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 543,3 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 657,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 185,9 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 679,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 165,1 μs

org.eclipse.papyrus.emf.facet.common.sdk.core (114,3 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 59,05 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 15,79 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 14,63 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 6,842 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,583 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,617 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,159 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,508 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,664 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 587,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 255,3 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 747,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 598,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 588,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 242,6 μs

org.eclipse.papyrus.infra.filters (114,7 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 60,17 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 16,35 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 16,16 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,145 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,193 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,213 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,549 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,973 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,541 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 558,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 184,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 170,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 569,9 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 468,3 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 442,5 μs

org.eclipse.papyrus.infra.core.feature (111,8 ms)

Plugin execution Duration
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 42,54 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-feature {execution: default-package-feature} 39,51 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,535 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,721 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,541 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,155 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,605 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 1,023 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 621,8 μs
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 771,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 646,9 μs
org.eclipse.tycho:tycho-p2-plugin:0.23.0:feature-p2-metadata {execution: default-feature-p2-metadata} 488,9 μs
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 658,7 μs

Papyrus Infra Viewpoints doc (110,6 ms)

Plugin execution Duration
org.eclipse.mylyn.docs:org.eclipse.mylyn.wikitext.core.maven:2.4.0-SNAPSHOT:eclipse-help {execution: default} 26,30 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 24,59 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 20,05 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,394 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,516 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,435 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,826 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,364 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,866 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,186 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 683,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 285,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 316,5 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 690,2 μs
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 927,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 599,0 μs

Papyrus ModelRepair doc (95,56 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 23,74 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 21,81 ms
org.eclipse.mylyn.docs:org.eclipse.mylyn.wikitext.core.maven:2.4.0-SNAPSHOT:eclipse-help {execution: default} 14,53 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,091 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,133 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,950 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,915 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,373 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,590 ms
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 1,317 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,027 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 936,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 271,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 702,6 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 580,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 257,0 μs

org.eclipse.papyrus.views.search.feature (92,48 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-feature {execution: default-package-feature} 33,44 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 12,30 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,648 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,098 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 3,085 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,153 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,965 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 313,1 μs
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 433,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 689,0 μs
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 678,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 314,6 μs
org.eclipse.tycho:tycho-p2-plugin:0.23.0:feature-p2-metadata {execution: default-feature-p2-metadata} 346,1 μs

org.eclipse.papyrus.emf.facet.util.emf.doc (91,41 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 33,13 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 21,62 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 11,36 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,651 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,820 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,963 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,911 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,120 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 1,638 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,371 ms
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 1,612 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 571,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 477,4 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 997,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 982,4 μs

org.eclipse.papyrus.infra.widget.feature (89,31 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-feature {execution: default-package-feature} 26,20 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 25,04 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 11,44 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,239 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,013 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 3,454 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,605 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,032 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 1,269 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:feature-p2-metadata {execution: default-feature-p2-metadata} 514,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 758,1 μs
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 653,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 651,0 μs

Papyrus Infra doc (88,20 ms)

Plugin execution Duration
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 38,62 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 14,10 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 9,951 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,118 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,350 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,311 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,617 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,463 ms
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 1,094 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 688,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 644,1 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 968,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 271,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 265,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 856,8 μs

org.eclipse.papyrus.emf.facet.efacet.doc (87,39 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 40,65 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 12,18 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 10,91 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 4,032 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,489 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,469 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,767 ms
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 1,615 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,039 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,194 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 940,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 390,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 368,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 852,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 844,9 μs

org.eclipse.papyrus.editor.feature (86,37 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-feature {execution: default-package-feature} 18,07 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 16,52 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,031 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 4,540 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,892 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,213 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,653 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 985,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 502,8 μs
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 857,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 496,7 μs
org.eclipse.tycho:tycho-p2-plugin:0.23.0:feature-p2-metadata {execution: default-feature-p2-metadata} 715,6 μs
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 824,2 μs

org.eclipse.papyrus.infra.discovery.feature (86,81 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-feature {execution: default-package-feature} 28,17 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 27,54 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,272 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 4,981 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,665 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,322 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,141 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 540,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 959,0 μs
org.eclipse.tycho:tycho-p2-plugin:0.23.0:feature-p2-metadata {execution: default-feature-p2-metadata} 597,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 559,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 589,6 μs
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 768,3 μs

org.eclipse.papyrus.views.validation.feature (69,89 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-feature {execution: default-package-feature} 23,06 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 12,52 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 10,22 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 7,661 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,379 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,135 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,934 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 336,3 μs
org.eclipse.tycho:tycho-p2-plugin:0.23.0:feature-p2-metadata {execution: default-feature-p2-metadata} 390,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 313,3 μs
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 411,9 μs
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 671,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 704,5 μs

org.eclipse.papyrus.emf.facet.aggregate.doc (66,96 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 33,25 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 8,966 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,823 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,241 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,921 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,093 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,026 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 607,7 μs
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 966,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 244,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 251,1 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 928,2 μs
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 786,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 542,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 524,0 μs

org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc (64,34 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 27,22 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,479 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 9,633 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,432 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,200 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,073 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,251 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 514,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 246,5 μs
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 777,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 560,6 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 645,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 242,2 μs
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 795,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 583,2 μs

org.eclipse.papyrus.emf.facet.custom.doc (51,06 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 18,35 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 9,462 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,113 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,343 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,129 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,223 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,959 ms
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 915,3 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 587,4 μs
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 754,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 586,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 566,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 303,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 677,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 252,3 μs

org.eclipse.papyrus.plugins.doc (23,57 ms)

Plugin execution Duration
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 19,52 ms
org.apache.maven.plugins:maven-install-plugin:2.4:install {execution: default-install} 1,661 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 875,7 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 511,0 μs
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 323,2 μs
Title: Maven report

org.eclipse.papyrus.releng

Run clean install on 2015/06/24 08:36:17 with parameters: {reactorBuildTimestampProperty=1435127580381, tycho.disableP2Mirrors=true, profile="">

org.eclipse.papyrus.p2.main (12,05 s)

Plugin execution Duration
org.eclipse.tycho:tycho-p2-repository-plugin:0.23.0:assemble-repository {execution: default-assemble-repository} 9,278 s
org.eclipse.tycho:tycho-p2-repository-plugin:0.23.0:archive-repository {execution: default-archive-repository} 2,227 s
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 475,2 ms
org.eclipse.tycho:tycho-p2-publisher-plugin:0.23.0:publish-categories {execution: default-publish-categories} 23,01 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 15,43 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 15,77 ms
org.eclipse.tycho:tycho-p2-publisher-plugin:0.23.0:publish-products {execution: default-publish-products} 6,752 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,103 ms
org.eclipse.tycho:tycho-p2-publisher-plugin:0.23.0:attach-artifacts {execution: default-attach-artifacts} 1,193 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 832,5 μs
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 191,6 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 566,6 μs
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 738,7 μs
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean-1} 546,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 839,4 μs

org.eclipse.papyrus.uml.alf (8,268 s)

Plugin execution Duration
org.eclipse.xtend:xtend-maven-plugin:2.7.3:compile {execution: default} 6,346 s
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 1,552 s
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 139,0 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 133,7 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 21,84 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 16,48 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 6,901 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 5,017 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,737 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 1,621 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,837 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 214,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 202,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 963,8 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 488,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 915,6 μs

org.eclipse.papyrus.infra.gmfdiag.css3.xtext (8,260 s)

Plugin execution Duration
org.eclipse.xtend:xtend-maven-plugin:2.7.3:compile {execution: default} 7,198 s
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 819,5 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 86,79 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 79,57 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 27,16 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 13,89 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 11,39 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 6,507 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 4,458 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 3,971 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,694 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,055 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 228,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 746,3 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 683,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 224,9 μs

org.eclipse.papyrus.uml.diagram.activity (5,876 s)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 4,653 s
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 691,3 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 268,9 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 89,15 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 49,87 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 16,24 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 15,25 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 4,507 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,835 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 403,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 831,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 176,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 635,9 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 957,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 159,5 μs

org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui (4,695 s)

Plugin execution Duration
org.eclipse.xtend:xtend-maven-plugin:2.7.3:compile {execution: default} 3,966 s
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 608,2 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 41,75 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 29,23 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,885 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 5,007 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,327 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,061 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,442 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,721 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 1,047 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 201,2 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 633,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 221,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 786,4 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 607,7 μs

org.eclipse.papyrus.uml.profile.assistants.generator (3,561 s)

Plugin execution Duration
org.eclipse.xtend:xtend-maven-plugin:2.7.3:compile {execution: default} 3,163 s
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 187,2 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 54,15 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 19,00 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,553 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 7,802 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,686 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,207 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,685 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,803 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 579,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 970,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 153,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 584,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 650,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 152,0 μs

org.eclipse.papyrus.infra.core.sasheditor (3,387 s)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 2,043 s
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 1,194 s
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 71,95 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 15,49 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 12,70 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 8,352 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 6,231 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,151 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,066 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,434 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,435 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,592 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 1,022 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 458,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 580,0 μs

org.eclipse.papyrus.uml.alf.ui (3,367 s)

Plugin execution Duration
org.eclipse.xtend:xtend-maven-plugin:2.7.3:compile {execution: default} 2,312 s
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 793,0 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 79,70 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 59,17 ms
org.apache.maven.plugins:maven-clean-plugin:2.4.1:clean {execution: default-clean} 25,34 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 11,08 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,967 ms
org.eclipse.xtend:xtend-maven-plugin:2.7.3:testCompile {execution: default} 4,533 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,351 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,065 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,811 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 1,009 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 250,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 824,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 875,9 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 527,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 258,8 μs

org.eclipse.papyrus.uml.diagram.composite (3,263 s)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 2,603 s
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 290,9 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 150,8 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 41,02 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 26,83 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 12,94 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 9,456 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 8,143 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,839 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 613,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 401,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 170,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 656,3 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 852,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 144,7 μs

org.eclipse.papyrus.uml.profile.elementtypesconfigurations.generator (2,903 s)

Plugin execution Duration
org.eclipse.xtend:xtend-maven-plugin:2.7.3:compile {execution: default} 2,427 s
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 291,9 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 27,12 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 21,14 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,949 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 7,732 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 4,980 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,174 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,375 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,866 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 178,5 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 566,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 154,2 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 621,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 597,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 853,2 μs

org.eclipse.papyrus.uml.diagram.clazz (2,563 s)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 1,899 s
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 320,4 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 154,2 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 33,05 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 30,91 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 11,21 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 10,86 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 10,48 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 4,297 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 2,138 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 185,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 247,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 713,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 898,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 432,0 μs

org.eclipse.papyrus.uml.diagram.common (2,464 s)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 1,900 s
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 277,2 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 128,8 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 23,49 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 21,72 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 18,50 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 6,533 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 6,581 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,317 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,473 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 765,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 674,4 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 706,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 228,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 218,4 μs

org.eclipse.papyrus.uml.diagram.sequence (2,416 s)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 1,942 s
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 191,2 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 130,4 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 25,43 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 23,49 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 7,098 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 7,420 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 4,650 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,833 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 613,6 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 668,6 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 815,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 394,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 172,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 145,3 μs

org.eclipse.papyrus.sdk.feature (2,066 s)

Plugin execution Duration
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 273,4 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 100,2 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-feature {execution: default-package-feature} 88,82 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,987 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,205 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,889 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 1,209 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,025 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,808 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 561,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 786,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 814,3 μs
org.eclipse.tycho:tycho-p2-plugin:0.23.0:feature-p2-metadata {execution: default-feature-p2-metadata} 399,4 μs

org.eclipse.papyrus.infra.gmfdiag.css.configuration (1,964 s)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 594,0 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 66,88 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 36,38 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 22,79 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 10,12 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,631 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,367 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,623 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,492 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,069 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 278,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 787,4 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 768,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 342,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 824,0 μs

org.eclipse.papyrus.infra.gmfdiag.css (1,889 s)

Plugin execution Duration
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 1,283 s
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 454,5 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 38,24 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 13,64 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 13,71 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 4,786 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,611 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,258 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,948 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 678,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 510,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 197,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 155,7 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 596,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 367,6 μs

org.eclipse.papyrus.infra.core (1,809 s)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 1,477 s
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 124,5 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 123,7 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 14,71 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 12,07 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 7,577 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 5,730 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,977 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,080 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,341 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,322 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 352,7 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 697,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 383,6 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 899,3 μs

org.eclipse.papyrus.sysml.diagram.ui (1,702 s)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 1,542 s
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 11,27 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 11,16 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,182 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 7,348 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,585 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,088 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,830 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,157 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 382,9 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 632,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 865,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 453,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 151,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 140,7 μs

org.eclipse.papyrus.infra.gmfdiag.common (1,547 s)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 1,147 s
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 133,6 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 131,3 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 36,86 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 19,30 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 15,39 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 5,377 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,880 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 2,178 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,201 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,144 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 286,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 661,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 264,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 750,3 μs

org.eclipse.papyrus.uml.diagram.timing (1,382 s)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 1,023 s
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 139,5 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 84,21 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 16,28 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 14,66 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 7,352 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 5,257 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 4,704 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,333 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,460 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 144,4 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 855,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 200,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 643,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 479,3 μs

org.eclipse.papyrus.uml.diagram.component (1,381 s)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 1,063 s
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 106,8 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 85,77 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 14,32 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 13,67 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,511 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 4,592 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,975 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,993 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 146,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 665,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 410,1 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 544,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 172,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 655,0 μs

org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext (1,285 s)

Plugin execution Duration
org.eclipse.xtend:xtend-maven-plugin:2.7.3:compile {execution: default} 674,9 ms
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 435,6 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 55,30 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 40,53 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,452 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 4,741 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 3,351 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,765 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,467 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,824 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 537,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 153,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 856,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 155,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 591,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 558,5 μs

org.eclipse.papyrus.infra.nattable (1,183 s)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 877,0 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 100,7 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 92,70 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 17,23 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 13,82 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 9,461 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 6,899 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,985 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,895 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,014 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 170,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 175,4 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 745,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 631,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 421,7 μs

org.eclipse.papyrus.uml.diagram.usecase (1,177 s)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 839,4 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 128,8 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 71,35 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 14,10 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 13,87 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 5,077 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 4,758 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,801 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,792 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 564,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 681,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 419,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 146,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 241,3 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 613,8 μs

org.eclipse.papyrus.uml.diagram.profile (1,175 s)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 876,0 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 102,0 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 69,30 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 13,35 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 13,29 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,043 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,491 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,312 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,008 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 842,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 900,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 594,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 257,3 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 668,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 276,9 μs

org.eclipse.papyrus.uml.diagram.statemachine (1,138 s)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 844,6 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 95,31 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 62,35 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 14,75 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 12,54 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,546 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 5,013 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,378 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,867 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 225,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 803,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 816,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 223,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 541,6 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 636,5 μs

org.eclipse.papyrus.uml.textedit.valuespecification.xtext (1,111 s)

Plugin execution Duration
org.eclipse.xtend:xtend-maven-plugin:2.7.3:compile {execution: default} 754,4 ms
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 223,7 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 51,67 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 25,93 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,305 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,310 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 5,287 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,034 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,159 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,803 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,034 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 614,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 144,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 176,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 706,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 524,6 μs

org.eclipse.papyrus.infra.core.log (1,074 s)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 572,8 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 125,7 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 86,87 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 81,94 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 67,26 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 62,86 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 38,58 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 12,91 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 5,882 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,723 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,302 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,769 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,264 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 780,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 759,8 μs

org.eclipse.papyrus.sysml.diagram.common (1,063 s)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 751,7 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 75,13 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 63,04 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 26,51 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 12,43 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 8,604 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,108 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,629 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,819 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 194,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 198,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 898,8 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 541,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 699,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 535,4 μs

org.eclipse.papyrus.uml.diagram.communication (1,002 s)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 714,4 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 92,00 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 56,78 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 12,37 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 10,43 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,906 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,086 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,532 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,925 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 616,2 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 542,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 270,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 288,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 806,3 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 659,0 μs

org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui (990,9 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 704,1 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 87,18 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 85,72 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 11,74 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 7,904 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,146 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,135 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,200 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,368 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 502,3 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 864,3 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 416,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 155,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 173,3 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 606,3 μs

org.eclipse.papyrus.uml.diagram.deployment (975,2 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 709,1 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 82,63 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 51,58 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 22,05 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 12,44 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 6,303 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,808 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,285 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,792 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 469,8 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 525,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 657,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 167,2 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 794,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 207,5 μs

org.eclipse.papyrus.infra.widgets (921,7 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 741,4 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 69,48 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 51,13 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 13,15 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 6,183 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 6,328 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 5,860 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,879 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,060 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 975,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 275,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 318,6 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 644,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 792,1 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 943,4 μs

org.eclipse.papyrus.uml.textedit.parameter.xtext (920,1 ms)

Plugin execution Duration
org.eclipse.xtend:xtend-maven-plugin:2.7.3:compile {execution: default} 496,5 ms
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 287,8 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 52,93 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 27,24 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 10,08 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 5,910 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 3,057 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,167 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,611 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,860 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 1,018 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 153,8 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 542,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 622,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 720,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 168,7 μs

org.eclipse.papyrus.uml.textedit.property.xtext (903,2 ms)

Plugin execution Duration
org.eclipse.xtend:xtend-maven-plugin:2.7.3:compile {execution: default} 515,9 ms
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 254,6 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 47,23 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 27,62 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 10,62 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 6,906 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 3,102 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,699 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,936 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,801 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 175,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 611,6 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 625,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 204,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 585,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 709,5 μs

org.eclipse.papyrus.emf.facet.feature (852,6 ms)

Plugin execution Duration
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 359,3 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-feature {execution: default-package-feature} 300,9 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 44,77 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 11,46 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 6,551 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 5,671 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 3,778 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 2,953 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,280 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 2,867 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:feature-p2-metadata {execution: default-feature-p2-metadata} 1,571 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 1,315 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 921,3 μs

org.eclipse.papyrus.infra.nattable.model.editor (837,9 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 618,6 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 101,9 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 58,70 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 18,42 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 12,82 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 7,435 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,078 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,820 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,738 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 748,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 516,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 172,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 209,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 945,5 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 472,4 μs

Papyrus Uml doc (827,9 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 271,8 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 268,7 ms
org.eclipse.mylyn.docs:org.eclipse.mylyn.wikitext.core.maven:2.4.0-SNAPSHOT:eclipse-help {execution: default} 218,9 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 36,63 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 5,274 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 5,701 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,081 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,235 ms
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 1,717 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,858 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 273,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 636,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 698,8 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 628,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 235,3 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 674,9 μs

org.eclipse.papyrus.uml.textedit.state.xtext (817,9 ms)

Plugin execution Duration
org.eclipse.xtend:xtend-maven-plugin:2.7.3:compile {execution: default} 511,5 ms
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 210,6 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 22,20 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 20,53 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,454 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 5,249 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,360 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,829 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,455 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,093 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 1,203 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 177,4 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 521,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 587,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 589,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 172,3 μs

org.eclipse.papyrus.uml.textedit.port.xtext (794,6 ms)

Plugin execution Duration
org.eclipse.xtend:xtend-maven-plugin:2.7.3:compile {execution: default} 423,1 ms
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 265,0 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 28,47 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 26,28 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,565 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 6,450 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,004 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,902 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,805 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,955 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 811,2 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 636,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 176,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 170,1 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 513,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 648,8 μs

org.eclipse.papyrus.uml.properties (792,1 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 476,6 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 150,7 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 39,92 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 11,65 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 10,22 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 5,272 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,091 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,497 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,777 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,107 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 532,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 144,7 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 539,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 405,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 143,3 μs

org.eclipse.papyrus.uml.textedit.common.xtext (770,9 ms)

Plugin execution Duration
org.eclipse.xtend:xtend-maven-plugin:2.7.3:compile {execution: default} 447,1 ms
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 230,1 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 21,75 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 21,19 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,137 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 4,859 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,024 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,835 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,519 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,988 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 154,3 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 627,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 559,6 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 538,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 879,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 154,8 μs

org.eclipse.papyrus.views.modelexplorer (767,2 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 487,8 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 53,89 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 53,64 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 29,48 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 11,56 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 7,510 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 5,289 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 5,297 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,172 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 2,674 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 1,244 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,250 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,233 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 598,9 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 879,8 μs

org.eclipse.papyrus.sysml.diagram.blockdefinition (741,2 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 497,7 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 41,57 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 39,88 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 21,25 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 11,51 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 6,335 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,370 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,564 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,637 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,249 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 141,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 518,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 538,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 149,3 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 880,1 μs

org.eclipse.papyrus.uml.textedit.collaborationuse.xtext (737,7 ms)

Plugin execution Duration
org.eclipse.xtend:xtend-maven-plugin:2.7.3:compile {execution: default} 445,7 ms
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 194,8 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 21,16 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 19,64 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,470 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,116 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 5,947 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,163 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,353 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,129 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,904 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 912,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 575,5 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 503,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 341,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 420,0 μs

org.eclipse.papyrus.infra.tools (734,0 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 414,3 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 202,2 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 55,81 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 15,82 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 5,247 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 5,234 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 4,660 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,979 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,814 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,463 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,402 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 799,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 893,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 636,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 384,2 μs

org.eclipse.papyrus.uml.profile.newchildmenu.generator (732,0 ms)

Plugin execution Duration
org.eclipse.xtend:xtend-maven-plugin:2.7.3:compile {execution: default} 484,1 ms
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 131,7 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 28,60 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 11,96 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 6,451 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,668 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 5,702 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,212 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 1,999 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,738 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 259,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 242,1 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 541,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 607,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 910,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 609,8 μs

org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext (727,5 ms)

Plugin execution Duration
org.eclipse.xtend:xtend-maven-plugin:2.7.3:compile {execution: default} 402,8 ms
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 203,5 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 43,99 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 21,95 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,568 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 6,227 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,347 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,805 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,212 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,933 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 659,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 630,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 879,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 156,6 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 896,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 165,7 μs

org.eclipse.papyrus.uml.diagram.interactionoverview (727,8 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 466,7 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 55,56 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 28,61 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 17,98 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 10,60 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,309 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,681 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,783 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,012 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 551,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 400,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 572,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 141,8 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 637,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 158,6 μs

org.eclipse.papyrus.uml.tools (725,2 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 552,6 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 56,62 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 39,58 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 13,45 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 10,73 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 4,392 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,958 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 2,023 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,937 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,958 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 693,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 780,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 285,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 579,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 323,3 μs

org.eclipse.papyrus.uml.service.types (709,8 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 491,3 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 62,18 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 44,01 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 10,57 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 6,195 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 5,904 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,243 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,852 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,987 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 168,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 718,6 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 542,6 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 424,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 444,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 160,1 μs

org.eclipse.papyrus.infra.core.sasheditor.di (681,3 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 513,2 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 55,62 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 50,66 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 11,87 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 6,884 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 5,879 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,811 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,748 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,325 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,025 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,078 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,104 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 341,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 338,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 793,6 μs

org.eclipse.papyrus.views.properties (680,8 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 413,9 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 76,76 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 51,05 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 17,55 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 12,37 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 9,127 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 4,952 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,528 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 4,336 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,255 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,441 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 494,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 596,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 231,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 212,7 μs

org.eclipse.papyrus.emf.facet.efacet.metamodel (678,7 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 468,5 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 100,2 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 52,18 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 11,49 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 6,942 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,855 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,047 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,900 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,553 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,246 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,198 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,965 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 725,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 665,6 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 985,6 μs

org.eclipse.papyrus.uml.diagram.menu (673,8 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 461,0 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 46,55 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 28,38 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 11,17 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 10,37 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,430 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,842 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,332 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,053 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 732,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 482,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 641,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 184,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 919,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 185,5 μs

org.eclipse.papyrus.uml.textedit.message.xtext (666,8 ms)

Plugin execution Duration
org.eclipse.xtend:xtend-maven-plugin:2.7.3:compile {execution: default} 393,2 ms
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 182,9 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 20,73 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 19,98 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,159 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 4,998 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,406 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,991 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,895 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,802 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 159,2 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 839,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 158,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 601,0 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 505,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 679,4 μs

org.eclipse.papyrus.infra.emf (654,0 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 470,0 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 41,33 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 34,82 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 15,67 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 10,15 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 4,793 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,573 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,305 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 2,003 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,981 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 393,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 395,6 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 863,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 967,1 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 991,8 μs

org.eclipse.papyrus.sysml (651,9 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 452,3 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 81,30 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 65,98 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 11,55 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 6,598 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 4,314 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,535 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,821 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,842 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 589,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 365,8 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 646,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 145,6 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 747,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 168,0 μs

org.eclipse.papyrus.doc.feature (639,8 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-feature {execution: default-package-feature} 206,9 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 198,4 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 79,35 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,156 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,328 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,564 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,086 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 2,420 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,304 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 1,953 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 1,977 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 1,016 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:feature-p2-metadata {execution: default-feature-p2-metadata} 754,6 μs

org.eclipse.papyrus.emf.facet.custom.ui (638,0 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 377,8 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 67,69 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 53,02 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 19,54 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,820 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 6,976 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,003 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,301 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,707 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 1,045 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,309 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,309 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 572,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 528,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 442,6 μs

org.eclipse.papyrus.infra.elementtypesconfigurations (634,1 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 470,2 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 60,94 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 27,58 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 17,80 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 10,52 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,296 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,633 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,728 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,792 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,102 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 258,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 677,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 273,3 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 799,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 821,9 μs

org.eclipse.papyrus.emf.facet.util.emf.ui (609,4 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 380,7 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 68,64 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 56,35 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 21,19 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 19,17 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 7,247 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,524 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,884 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,353 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,331 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,184 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 559,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 730,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 472,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 986,3 μs

org.eclipse.papyrus.infra.nattable.model (605,1 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 436,5 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 58,28 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 58,85 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 19,69 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,749 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,577 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,942 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,502 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,112 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,841 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 582,2 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 539,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 151,1 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 733,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 193,6 μs

org.eclipse.papyrus.uml.diagram.stereotype.edition (586,2 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 254,9 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 65,10 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 62,38 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 14,60 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 9,499 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 5,426 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,454 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,770 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,417 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,106 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 281,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 262,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 863,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 767,6 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 886,3 μs

org.eclipse.papyrus.uml.diagram.feature (585,4 ms)

Plugin execution Duration
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 191,8 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-feature {execution: default-package-feature} 162,0 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 35,41 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,009 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,973 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,567 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 1,068 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 1,227 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 1,278 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,826 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 747,7 μs
org.eclipse.tycho:tycho-p2-plugin:0.23.0:feature-p2-metadata {execution: default-feature-p2-metadata} 504,2 μs
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 536,7 μs

org.eclipse.papyrus.sysml.diagram.internalblock (580,3 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 371,3 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 42,23 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 28,20 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 11,84 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 8,184 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,430 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,162 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,173 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,637 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 480,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 143,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 378,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 482,1 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 517,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 164,8 μs

org.eclipse.papyrus.sysml.diagram.requirement (576,8 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 385,8 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 22,54 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 21,84 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,791 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 9,446 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,636 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,654 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,069 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,816 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 611,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 421,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 591,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 163,0 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 420,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 195,9 μs

org.eclipse.papyrus.sysml.diagram.parametric (567,9 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 358,3 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 37,55 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 25,36 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 13,17 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 10,68 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,134 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,140 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,428 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,306 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 544,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 144,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 165,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 416,2 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 855,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 567,1 μs

org.eclipse.papyrus.infra.elementtypesconfigurations.emf (566,5 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 355,0 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 72,90 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 31,89 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 11,00 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 10,05 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 5,247 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 5,265 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,312 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,147 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 564,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 626,9 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 853,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 852,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 285,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 273,2 μs

org.eclipse.papyrus.emf.facet.util.ui (562,1 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 331,4 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 118,3 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 46,91 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 13,43 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 10,43 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,336 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,387 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,686 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 2,389 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,941 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 2,514 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,858 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,697 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 650,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 648,9 μs

org.eclipse.papyrus.infra.nattable.common (556,2 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 313,1 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 64,44 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 22,46 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 12,67 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 11,79 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 5,066 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 4,519 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,773 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,880 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,027 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 735,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 497,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 812,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 259,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 207,2 μs

org.eclipse.papyrus.customization.properties.model.xwt (540,2 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 349,2 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 60,18 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 20,21 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 10,93 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 10,03 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,812 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,654 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,336 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,134 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,990 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,025 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 349,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 811,3 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 716,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 427,2 μs

org.eclipse.papyrus.uml.modelexplorer (538,4 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 337,9 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 43,83 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 43,22 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 10,10 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,545 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 5,636 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,972 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,971 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,826 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 388,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 559,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 142,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 544,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 165,2 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 471,6 μs

org.eclipse.papyrus.infra.gmfdiag.feature (538,5 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-feature {execution: default-package-feature} 170,7 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 161,4 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 50,16 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,715 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,121 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,401 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 1,366 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,964 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 1,225 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 1,582 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 782,2 μs
org.eclipse.tycho:tycho-p2-plugin:0.23.0:feature-p2-metadata {execution: default-feature-p2-metadata} 668,1 μs
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 506,1 μs

org.eclipse.papyrus.uml.textedit.feature (529,3 ms)

Plugin execution Duration
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 176,6 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-feature {execution: default-package-feature} 126,7 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 30,20 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,431 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,855 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,882 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 1,291 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,733 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 1,175 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 673,6 μs
org.eclipse.tycho:tycho-p2-plugin:0.23.0:feature-p2-metadata {execution: default-feature-p2-metadata} 457,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 842,8 μs
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 758,2 μs

org.eclipse.papyrus.uml.tools.elementtypesconfigurations (525,9 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 309,2 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 61,30 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 29,19 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 11,02 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,477 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,067 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,565 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,357 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,776 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 518,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 513,6 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 355,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 143,0 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 613,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 144,5 μs

org.eclipse.papyrus.infra.feature (524,6 ms)

Plugin execution Duration
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 191,6 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-feature {execution: default-package-feature} 132,5 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 29,56 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,747 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,117 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,515 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,052 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 1,215 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 1,489 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,978 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 1,656 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:feature-p2-metadata {execution: default-feature-p2-metadata} 914,8 μs
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 744,0 μs

org.eclipse.papyrus.customization.properties (522,5 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 319,4 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 51,92 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 26,21 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 12,66 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 10,37 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,761 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,432 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,959 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,888 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,018 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 781,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 281,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 936,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 243,2 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 591,7 μs

org.eclipse.papyrus.infra.extendedtypes (519,8 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 301,4 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 62,03 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 61,02 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 19,66 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 9,010 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 8,623 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 6,022 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,144 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,461 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 704,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 835,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 278,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 622,3 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 882,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 246,3 μs

org.eclipse.papyrus.uml.nattable.menu (511,0 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 296,6 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 43,42 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 38,63 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 26,54 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,530 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 4,205 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,349 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,146 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,795 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 627,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 216,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 200,4 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 720,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 848,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 550,3 μs

org.eclipse.papyrus.customization.palette (499,5 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 286,5 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 56,84 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 39,75 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 11,11 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,338 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,367 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,573 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,125 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,244 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 477,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 578,0 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 668,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 249,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 718,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 219,2 μs

org.eclipse.papyrus.uml.diagram.common.groups (496,5 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 242,7 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 111,8 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 26,06 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 14,73 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 5,345 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 4,923 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,037 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,351 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,501 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 794,6 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 400,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 654,6 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 648,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 144,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 158,6 μs

org.eclipse.papyrus.uml.diagram.wizards (494,6 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 292,8 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 78,21 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 44,12 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 10,42 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 7,190 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,157 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,666 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,180 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,700 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 805,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 230,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 822,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 543,2 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 511,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 216,5 μs

org.eclipse.papyrus.infra.viewpoints.configuration (493,8 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 354,8 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 33,05 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 26,54 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 12,60 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 10,26 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 4,931 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,750 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,494 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,905 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 1,069 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,301 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 671,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 475,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 581,2 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 737,7 μs

org.eclipse.papyrus.infra.extendedtypes.emf (488,8 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 295,2 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 59,19 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 30,30 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,401 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 6,540 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 4,236 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,468 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,064 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,049 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 286,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 866,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 499,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 589,1 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 470,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 506,0 μs

org.eclipse.papyrus.emf.facet.efacet.core (487,9 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 285,8 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 51,26 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 44,40 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 19,85 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 10,05 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 6,206 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,917 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,079 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,196 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 1,076 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,374 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 489,4 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 744,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 425,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 804,2 μs

org.eclipse.papyrus.uml.profile (483,4 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 281,5 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 78,95 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 47,70 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 11,40 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 8,742 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 4,072 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,152 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,006 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,180 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,102 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,056 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 451,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 883,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 385,2 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 762,8 μs

org.eclipse.papyrus.infra.extendedtypes.edit (478,2 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 361,2 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 33,28 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 25,58 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 10,34 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,810 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,719 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,215 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,863 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 2,563 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,750 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,206 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 200,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 618,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 496,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 198,3 μs

org.eclipse.papyrus.sysml.service.types (472,2 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 274,8 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 31,31 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 26,01 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 14,08 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,992 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,468 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,216 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,309 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,565 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 142,7 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 442,2 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 413,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 517,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 143,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 497,8 μs

org.eclipse.papyrus.customization.properties.generation (466,9 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 294,7 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 29,56 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 25,89 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 14,32 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,076 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,164 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,665 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,521 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,116 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,458 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 228,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 210,2 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 485,7 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 675,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 527,6 μs

org.eclipse.papyrus.uml.nattable (464,5 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 325,4 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 26,80 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 21,05 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,945 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 6,541 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,195 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 4,213 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,330 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,033 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 159,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 165,3 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 519,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 516,4 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 799,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 668,0 μs

org.eclipse.papyrus.emf.facet.query.java.sdk.ui (462,1 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 357,9 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 20,63 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 20,84 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 18,42 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 6,517 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,690 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,250 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,303 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,349 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,066 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 860,3 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 788,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 314,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 356,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 880,9 μs

org.eclipse.papyrus.uml.modelrepair (454,5 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 324,1 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 34,06 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 22,76 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,300 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,498 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,628 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,894 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,577 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,876 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,293 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 919,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 285,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 586,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 752,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 275,3 μs

org.eclipse.papyrus.uml.diagram.common.palette.customaction (453,6 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 176,4 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 23,35 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 18,68 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 16,64 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,324 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 6,048 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,204 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,093 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,197 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 221,7 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 535,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 750,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 566,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 679,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 252,2 μs

org.eclipse.papyrus.sysml.modelexplorer (450,7 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 241,2 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 43,98 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 19,83 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 6,417 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,414 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,410 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,946 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,927 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,812 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 627,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 395,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 164,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 444,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 161,0 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 461,6 μs

org.eclipse.papyrus.uml.textedit.message.xtext.ui (441,6 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 257,3 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 41,49 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 18,81 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 7,137 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 6,767 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,014 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,401 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,145 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,959 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 775,1 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 547,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 154,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 448,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 560,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 165,5 μs

org.eclipse.papyrus.uml.tools.extendedtypes (438,4 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 262,5 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 28,13 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 27,15 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 7,738 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,491 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,126 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,504 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,208 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,848 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 219,2 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 576,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 414,3 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 581,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 659,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 173,1 μs

org.eclipse.papyrus.infra.emf.nattable (437,3 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 262,1 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 43,11 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 28,14 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 15,04 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 12,09 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 9,918 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,649 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,912 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,471 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,530 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 998,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 146,3 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 387,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 146,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 527,3 μs

org.eclipse.papyrus.uml.textedit.parameter.xtext.ui (434,0 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 266,1 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 29,54 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 25,65 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 22,38 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 11,49 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,112 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,133 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,065 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,571 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 504,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 586,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 154,7 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 654,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 576,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 153,1 μs

org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore (431,8 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 208,8 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 100,9 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 61,30 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 16,37 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 6,718 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 5,390 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,135 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,335 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,402 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,375 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 357,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 713,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 484,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 869,4 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 978,7 μs

org.eclipse.papyrus.uml.textedit.port.xtext.ui (429,8 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 286,9 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 38,67 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 19,45 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 8,034 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,005 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,046 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,008 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,504 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,735 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 544,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 578,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 153,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 614,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 151,2 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 407,4 μs

org.eclipse.papyrus.sysml.nattable.menu (428,7 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 250,4 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 22,09 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 16,26 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 8,468 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 6,730 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,543 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,301 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,893 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,849 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 809,4 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 610,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 185,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 491,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 150,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 409,6 μs

org.eclipse.papyrus.infra.gmfdiag.assistant (428,0 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 298,5 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 24,27 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 23,26 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,785 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 8,476 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,446 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,708 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,483 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,869 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,122 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 462,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 155,6 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 894,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 155,6 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 402,1 μs

org.eclipse.papyrus.infra.gmfdiag.assistant.ui (425,0 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 231,6 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 57,07 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 26,39 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 15,22 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 12,78 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,492 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,452 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,477 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,471 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,048 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 312,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 910,2 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 990,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 686,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 299,0 μs

org.eclipse.papyrus.uml.profile.drafter (424,0 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 310,0 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 24,68 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 23,95 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,243 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,236 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,505 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,836 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,980 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,043 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 143,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 477,2 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 706,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 144,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 369,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 919,0 μs

org.eclipse.papyrus.uml.feature (421,8 ms)

Plugin execution Duration
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 141,4 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-feature {execution: default-package-feature} 109,6 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 35,11 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,439 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,798 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,823 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 1,224 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,905 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 749,3 μs
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 463,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 922,5 μs
org.eclipse.tycho:tycho-p2-plugin:0.23.0:feature-p2-metadata {execution: default-feature-p2-metadata} 500,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 871,1 μs

org.eclipse.papyrus.uml.search.ui (415,5 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 294,0 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 24,78 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 23,84 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,987 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 3,459 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,357 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,905 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,994 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,173 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,888 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 535,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 218,2 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 507,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 633,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 258,1 μs

org.eclipse.papyrus.infra.services.validation (413,2 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 307,3 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 20,88 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 17,38 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 10,41 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 10,10 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,562 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,032 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,289 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,916 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,343 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 667,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 768,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 314,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 309,9 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 689,0 μs

org.eclipse.papyrus.infra.gmfdiag.css.properties (412,1 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 242,3 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 26,96 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 21,87 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 19,71 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,455 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,429 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,236 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,482 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,596 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 486,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 561,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 172,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 366,2 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 473,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 148,1 μs

org.eclipse.papyrus.uml.properties.xtext (412,6 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 204,0 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 28,49 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 14,06 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 10,64 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,789 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,463 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,224 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,595 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,811 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 523,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 152,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 527,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 142,6 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 388,4 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 457,6 μs

org.eclipse.papyrus.uml.decoratormodel.properties (412,0 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 228,9 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 22,05 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 17,53 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,789 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 8,485 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 8,515 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,663 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,220 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,787 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,466 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 156,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 176,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 579,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 425,7 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 602,9 μs

org.eclipse.papyrus.emf.facet.efacet.sdk.ui (409,6 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 252,6 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 62,55 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 44,35 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 12,25 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 8,568 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 3,531 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,086 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,730 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,989 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 206,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 677,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 944,5 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 517,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 197,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 582,3 μs

org.eclipse.papyrus.uml.nattable.stereotype.display (406,3 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 265,0 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 17,26 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 13,53 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 9,220 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,452 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,158 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,804 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,766 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,245 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,876 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 486,2 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 564,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 155,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 159,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 424,2 μs

Papyrus Cdo UI doc (401,4 ms)

Plugin execution Duration
org.eclipse.mylyn.docs:org.eclipse.mylyn.wikitext.core.maven:2.4.0-SNAPSHOT:eclipse-help {execution: default} 270,2 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 44,30 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 36,68 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 16,13 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 9,501 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,252 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,876 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,949 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,065 ms
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 1,110 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,968 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 297,4 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 723,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 801,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 375,2 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 702,4 μs

org.eclipse.papyrus.views.properties.model (401,6 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 256,3 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 41,12 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 40,18 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 14,37 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 7,253 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 6,250 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,455 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,358 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,916 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,420 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,018 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 789,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 544,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 279,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 246,2 μs

org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui (399,2 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 218,1 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 30,99 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 15,83 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,620 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 8,106 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,510 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,133 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,123 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,816 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 563,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 562,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 154,6 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 474,9 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 585,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 156,8 μs

org.eclipse.papyrus.infra.gmfdiag.assistant.editor (400,0 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 268,1 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 22,03 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 15,29 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 12,08 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 10,38 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,606 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,744 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,616 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,017 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,753 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 398,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 437,3 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 730,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 152,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 188,8 μs

org.eclipse.papyrus.infra.nattable.properties (399,3 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 234,7 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 46,41 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 26,73 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 13,37 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 6,704 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,254 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,999 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,956 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,799 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 531,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 145,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 434,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 569,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 169,0 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 505,6 μs

org.eclipse.papyrus.infra.gmfdiag.export (393,5 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 230,7 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 19,79 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 18,16 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 12,17 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,370 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,125 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,045 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,419 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,918 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 202,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 553,1 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 400,6 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 479,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 678,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 168,5 μs

org.eclipse.papyrus.uml.textedit.state.xtext.ui (392,0 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 234,1 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 30,16 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 17,80 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,270 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 7,227 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 6,273 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,023 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,792 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,599 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 567,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 451,9 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 918,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 171,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 869,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 198,8 μs

org.eclipse.papyrus.uml.diagram.paletteconfiguration (388,7 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 240,7 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 23,23 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 21,32 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 13,09 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 10,20 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 4,079 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,336 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,310 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,466 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,362 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,013 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 1,216 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,955 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 624,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 553,5 μs

org.eclipse.papyrus.emf.facet.custom.core (387,7 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 181,9 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 65,63 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 29,44 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 21,15 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 13,45 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,019 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,815 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,849 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,591 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,186 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,089 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,250 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 906,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 451,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 445,7 μs

org.eclipse.papyrus.emf.facet.efacet.ui (386,7 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 256,7 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 47,66 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 33,82 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 11,97 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 7,072 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 5,311 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,241 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,774 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,873 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,008 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 691,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 278,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 782,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 770,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 249,8 μs

Papyrus Infra Nattable doc (385,4 ms)

Plugin execution Duration
org.eclipse.mylyn.docs:org.eclipse.mylyn.wikitext.core.maven:2.4.0-SNAPSHOT:eclipse-help {execution: default} 124,5 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 93,43 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 80,02 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 39,11 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 5,604 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 5,905 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,512 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,610 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 3,985 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,707 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,138 ms
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 1,232 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 346,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 824,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 428,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 893,1 μs

org.eclipse.papyrus.uml.diagram.dnd (383,2 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 218,9 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 16,40 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 16,24 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,603 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,561 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,485 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,815 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,088 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,811 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,768 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 523,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 492,2 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 358,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 169,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 160,3 μs

org.eclipse.papyrus.infra.nattable.feature (377,2 ms)

Plugin execution Duration
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 124,3 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-feature {execution: default-package-feature} 87,81 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 23,21 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,880 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,032 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,206 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 1,063 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,872 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 717,5 μs
org.eclipse.tycho:tycho-p2-plugin:0.23.0:feature-p2-metadata {execution: default-feature-p2-metadata} 432,6 μs
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 451,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 688,8 μs
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 753,9 μs

org.eclipse.papyrus.sysml.nattable.allocation (376,4 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 199,4 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 15,18 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 14,72 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,506 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 7,466 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,280 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,773 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,189 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,949 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 677,6 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 438,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 148,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 151,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 500,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 973,1 μs

org.eclipse.papyrus.infra.gmfdiag.canonical (374,8 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 201,6 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 21,19 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 16,47 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 14,02 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 9,786 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,097 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,316 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,769 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,913 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,183 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 246,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 794,6 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 590,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 285,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 726,6 μs

org.eclipse.papyrus.infra.viewpoints.policy (372,5 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 184,9 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 95,78 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 26,39 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 11,29 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,469 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,373 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,024 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,511 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,909 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,020 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 1,261 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 419,1 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 668,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 848,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 558,0 μs

Papyrus Uml Diagram profile doc (372,0 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 127,5 ms
org.eclipse.mylyn.docs:org.eclipse.mylyn.wikitext.core.maven:2.4.0-SNAPSHOT:eclipse-help {execution: default} 106,7 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 71,29 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 31,27 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 7,726 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 5,006 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,405 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,272 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,192 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,045 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,292 ms
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 1,143 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 535,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 582,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 203,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 230,3 μs

org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui (368,2 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 229,1 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 19,50 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 16,36 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 12,03 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 7,628 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,258 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,170 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,226 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,169 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 159,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 435,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 390,3 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 555,6 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 944,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 141,6 μs

org.eclipse.papyrus.infra.gmfdiag.expansion.editor (367,1 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 243,7 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 30,68 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 14,79 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 10,98 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 7,804 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,004 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,275 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,063 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,031 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,053 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,946 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 251,6 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 580,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 618,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 263,3 μs

org.eclipse.papyrus.uml.profile.assistants.generator.ui (365,4 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 194,1 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 15,15 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 12,77 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 9,252 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,317 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,554 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,180 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,841 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,384 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,635 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 453,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 197,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 536,7 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 645,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 172,8 μs

org.eclipse.papyrus.uml.textedit.property.xtext.ui (364,6 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 244,6 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 18,47 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 17,95 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,061 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,771 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,613 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,034 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,077 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,950 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 543,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 169,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 490,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 588,7 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 594,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 152,4 μs

org.eclipse.papyrus.infra.constraints.editor (364,2 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 264,2 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 22,66 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 15,37 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,164 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 4,380 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,425 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,090 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,808 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,772 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 671,6 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 732,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 618,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 272,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 913,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 270,5 μs

org.eclipse.papyrus.uml.xtext.integration.ui (363,8 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 228,7 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 34,71 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 14,80 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,352 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 6,420 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,254 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,929 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,096 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,741 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,196 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 363,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 463,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 141,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 548,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 142,5 μs

org.eclipse.papyrus.uml.decoratormodel (361,2 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 259,3 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 22,83 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 17,81 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,325 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,481 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 3,213 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,102 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,553 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,833 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,155 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 536,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 176,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 171,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 616,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 651,2 μs

org.eclipse.papyrus.infra.gmfdiag.properties (360,2 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 197,9 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 56,65 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 24,38 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,979 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 8,391 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,500 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,710 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,564 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,892 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 185,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 193,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 636,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 607,0 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 532,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 484,9 μs

org.eclipse.papyrus.uml.profile.elementtypesconfigurations.generator.ui (359,9 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 203,0 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 15,78 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 13,98 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 6,774 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,239 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,779 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,819 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,870 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,794 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 719,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 556,5 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 435,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 167,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 177,2 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 449,2 μs

org.eclipse.papyrus.customization.feature (359,9 ms)

Plugin execution Duration
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 99,56 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-feature {execution: default-package-feature} 95,76 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 20,16 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 8,290 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,699 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,458 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:feature-p2-metadata {execution: default-feature-p2-metadata} 2,401 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,926 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 1,964 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,052 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 656,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 796,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 968,1 μs

org.eclipse.papyrus.uml.nattable.xtext.valuespecification (359,5 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 228,3 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 12,92 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 12,31 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 6,360 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 6,003 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,626 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,280 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,966 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,819 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 573,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 606,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 219,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 625,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 748,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 232,0 μs

org.eclipse.papyrus.infra.nattable.modelexplorer (357,6 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 180,3 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 38,34 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 16,06 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 11,28 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 11,16 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,177 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,221 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,811 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,725 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 177,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 418,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 186,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 566,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 572,8 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 958,2 μs

org.eclipse.papyrus.infra.gmfdiag.css.feature (357,9 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-feature {execution: default-package-feature} 79,17 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 79,09 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 33,54 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 10,96 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,170 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,229 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,985 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 1,137 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:feature-p2-metadata {execution: default-feature-p2-metadata} 761,9 μs
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 451,2 μs
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 860,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 760,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 777,6 μs

org.eclipse.papyrus.sysml.nattable.requirement.config (357,5 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 157,9 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 39,20 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 11,31 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,778 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 7,229 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,201 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,281 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,700 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,355 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 539,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 409,7 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 760,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 621,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 174,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 151,9 μs

org.eclipse.papyrus.uml.decoratormodel.ui (355,7 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 241,3 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 24,75 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 22,23 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 11,27 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,135 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,275 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,659 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,682 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,181 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 553,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 439,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 191,3 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 608,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 152,9 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 550,3 μs

org.eclipse.papyrus.emf.facet.util.pde.core (353,4 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 231,7 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 65,00 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 18,61 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 12,10 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,018 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,171 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,351 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,005 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,086 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,985 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 648,2 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 953,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 293,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 633,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 300,5 μs

org.eclipse.papyrus.infra.gmfdiag.dnd (349,8 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 176,1 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 86,62 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 16,23 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,220 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 8,724 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,124 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,422 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,665 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,850 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 200,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 944,5 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 538,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 524,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 196,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 558,3 μs

org.eclipse.papyrus.uml.textedit.transition.xtext (348,8 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 228,3 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 44,30 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 22,57 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,451 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,501 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,566 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,977 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,354 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,953 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 662,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 177,3 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 688,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 178,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 739,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 491,5 μs

org.eclipse.papyrus.infra.gmfdiag.preferences (348,0 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 197,2 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 34,25 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 26,09 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 15,90 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 10,82 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,466 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,982 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,874 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,061 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 259,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 641,0 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 946,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 280,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 861,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 702,6 μs

org.eclipse.papyrus.infra.nattable.model.edit (346,0 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 165,9 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 103,5 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 36,32 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 12,02 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 6,461 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,602 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,871 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,230 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,822 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 683,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 327,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 269,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 593,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 824,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 683,3 μs

org.eclipse.papyrus.uml.diagram.symbols (345,6 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 196,4 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 27,02 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 14,86 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 6,954 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,212 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,724 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,779 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,752 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,951 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 714,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 143,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 373,4 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 418,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 149,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 582,2 μs

org.eclipse.papyrus.infra.constraints (345,7 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 218,5 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 30,42 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 25,94 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,867 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,213 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 4,166 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,044 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,017 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,926 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,034 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,445 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 407,2 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 748,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 931,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 356,7 μs

org.eclipse.papyrus.uml.tools.utils (343,8 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 233,1 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 23,01 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 20,29 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 10,78 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 7,356 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,411 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,568 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,041 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,995 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,107 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 936,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 352,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 388,6 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 883,3 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 556,8 μs

org.eclipse.papyrus.sysml.nattable.allocation.config (342,0 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 173,9 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 15,65 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 12,59 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 7,427 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 6,529 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,911 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,855 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,441 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,727 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 566,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 152,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 150,0 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 441,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 451,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 591,2 μs

org.eclipse.papyrus.emf.facet.efacet (342,9 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 186,5 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 85,55 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 34,01 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 13,63 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,082 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,726 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,253 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,556 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,283 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,319 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,197 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 379,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 419,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 940,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 875,0 μs

org.eclipse.papyrus.sysml.nattable (340,3 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 184,8 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 12,56 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 12,45 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 6,353 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 4,744 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,537 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,613 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,650 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,787 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 470,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 183,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 150,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 588,7 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 728,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 481,6 μs

org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui (340,5 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 222,5 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 25,11 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 24,24 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 18,84 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 8,865 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,633 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,299 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,131 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,391 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,812 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 276,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 242,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 832,5 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 795,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 694,3 μs

org.eclipse.papyrus.uml.nattable.feature (339,6 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-feature {execution: default-package-feature} 72,97 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 61,51 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 10,80 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,005 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,304 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,500 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,795 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 555,7 μs
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 471,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 482,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 904,7 μs
org.eclipse.tycho:tycho-p2-plugin:0.23.0:feature-p2-metadata {execution: default-feature-p2-metadata} 509,6 μs
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 755,0 μs

org.eclipse.papyrus.infra.widgets.toolbox (339,5 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 185,5 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 83,67 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 37,05 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,032 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 3,379 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,586 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,263 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,645 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,192 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 928,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 270,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 254,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 615,2 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 736,0 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 826,9 μs

org.eclipse.papyrus.infra.newchild (338,5 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 161,2 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 64,66 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 21,37 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 14,38 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 6,642 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 6,719 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 6,667 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,452 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,650 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 199,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 437,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 365,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 152,0 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 865,2 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 560,7 μs

org.eclipse.papyrus.emf.facet.query.java.core (335,6 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 156,4 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 30,33 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 24,68 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 21,52 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 19,98 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,322 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,979 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,436 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,481 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,282 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 1,044 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,247 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 474,6 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 907,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 420,2 μs

org.eclipse.papyrus.uml.textedit.transition.xtext.ui (334,2 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 201,6 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 17,47 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 15,43 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 6,601 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,674 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,559 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,183 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,765 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,728 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 417,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 213,3 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 508,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 659,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 551,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 223,3 μs

org.eclipse.papyrus.infra.newchild.edit (331,3 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 188,0 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 18,51 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 12,11 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 11,90 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,091 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,931 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,826 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,400 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,343 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 457,6 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 559,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 592,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 166,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 178,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 525,8 μs

org.eclipse.papyrus.infra.onefile (330,5 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 225,7 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 26,48 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 22,89 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,463 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 8,074 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,119 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,123 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,050 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,876 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 734,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 699,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 859,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 272,2 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 593,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 335,3 μs

org.eclipse.papyrus.uml.decoratormodel.controlmode (330,1 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 196,8 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 45,81 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 22,18 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,208 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 6,337 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 4,014 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,046 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,952 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,806 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 688,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 170,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 428,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 540,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 152,1 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 564,0 μs

org.eclipse.papyrus.infra.services.edit (329,3 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 216,3 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 20,98 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 19,56 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 11,41 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 10,97 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,270 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,524 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,274 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,579 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 2,092 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 805,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 672,5 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 800,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 323,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 297,9 μs

org.eclipse.papyrus.infra.nattable.controlmode (327,4 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 202,2 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 16,46 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 14,78 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,594 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 8,996 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,646 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,127 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,376 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,472 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 476,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 805,1 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 440,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 660,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 191,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 176,7 μs

org.eclipse.papyrus.infra.gmfdiag.assistant.edit (324,7 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 179,0 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 18,63 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 17,75 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 16,40 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 15,19 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,630 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,589 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,339 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,548 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 549,6 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 543,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 430,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 567,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 198,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 173,2 μs

org.eclipse.papyrus.infra.gmfdiag.hyperlink (322,1 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 181,2 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 21,12 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 18,68 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 12,72 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 7,443 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 4,055 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,663 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,303 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,794 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 195,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 524,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 157,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 394,0 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 449,2 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 552,0 μs

org.eclipse.papyrus.infra.elementtypesconfigurations.invarianttypes (321,9 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 212,7 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 24,41 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 20,29 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,550 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 8,601 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,942 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,705 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,214 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,402 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 534,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 203,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 210,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 929,1 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 788,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 692,4 μs

org.eclipse.papyrus.uml.diagram.navigation (319,7 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 192,1 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 19,46 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 15,22 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 9,563 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,387 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,276 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,134 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,169 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,250 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 688,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 241,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 723,5 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 559,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 268,2 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 564,9 μs

org.eclipse.papyrus.sysml.edit (319,1 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 194,9 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 41,90 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 36,60 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 10,17 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 3,877 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,125 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,822 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,081 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,973 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 541,6 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 465,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 186,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 158,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 536,2 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 630,9 μs

org.eclipse.papyrus.infra.emf.readonly (316,8 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 207,2 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 20,30 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 18,20 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 13,05 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 10,72 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,485 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,516 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,372 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,896 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,965 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 289,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 268,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 661,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 950,7 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 679,1 μs

org.eclipse.papyrus.infra.gmfdiag.menu (316,4 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 147,8 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 50,39 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 18,52 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 9,661 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,796 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,115 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,387 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,442 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,658 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 545,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 267,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 814,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 526,3 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 676,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 222,0 μs

org.eclipse.papyrus.infra.gmfdiag.navigation (313,1 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 181,7 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 21,59 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 16,27 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 9,504 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,050 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,518 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,083 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,892 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,177 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,977 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 529,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 678,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 218,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 223,4 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 798,9 μs

org.eclipse.papyrus.uml.nattable.xtext.integration (312,6 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 177,3 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 35,74 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 12,22 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,874 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,059 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 3,836 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,896 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,375 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,802 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 592,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 502,0 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 598,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 439,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 151,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 148,3 μs

org.eclipse.papyrus.infra.services.resourceloading (312,2 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 154,6 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 64,31 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 16,52 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 10,32 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,032 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,713 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,013 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,124 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,971 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 808,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 223,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 599,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 492,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 252,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 740,5 μs

org.eclipse.papyrus.extensionpoints.editors (311,3 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 168,3 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 58,43 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 21,02 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 11,14 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 8,198 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,222 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,535 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,064 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,263 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,141 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,260 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 610,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 246,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 242,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 683,3 μs

org.eclipse.papyrus.views.modelexplorer.newchild (307,0 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 172,6 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 19,51 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 13,07 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,105 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,901 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,482 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,408 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,029 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,426 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 451,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 175,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 490,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 529,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 142,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 486,3 μs

org.eclipse.papyrus.sysml.nattable.requirement (306,2 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 148,8 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 13,59 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 11,06 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 7,713 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 6,284 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,903 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,876 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,894 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,298 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 729,5 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 516,6 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 574,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 217,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 678,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 208,3 μs

org.eclipse.papyrus.views.properties.model.editor (305,4 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 207,7 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 30,74 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 18,29 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 10,66 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,607 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,255 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 3,898 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,400 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,005 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 187,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 684,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 539,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 224,4 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 377,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 759,0 μs

org.eclipse.papyrus.emf.facet.widgets.celleditors (304,7 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 168,9 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 57,76 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 34,83 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 10,12 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,920 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,684 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,026 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,095 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,611 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 221,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 627,3 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 620,4 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 827,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 229,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 661,6 μs

org.eclipse.papyrus.infra.gmfdiag.controlmode (301,1 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 145,8 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 17,91 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 15,08 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 11,30 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 7,448 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 4,052 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,174 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,795 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,986 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 440,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 871,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 681,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 239,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 320,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 580,2 μs

org.eclipse.papyrus.uml.diagram.paletteconfiguration.edit (301,2 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 178,3 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 25,82 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 16,68 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 13,20 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 11,22 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,222 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,187 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,729 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,347 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,972 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 920,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 878,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 336,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 344,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 810,8 μs

org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui (299,2 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 179,4 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 17,83 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 15,72 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 6,824 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,793 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,361 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,133 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,809 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,898 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 543,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 151,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 679,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 465,1 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 501,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 182,6 μs

org.eclipse.papyrus.infra.hyperlink (299,4 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 166,9 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 54,83 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 21,91 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 10,24 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 7,315 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,009 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,167 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,378 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,916 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 502,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 152,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 494,3 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 490,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 397,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 153,9 μs

org.eclipse.papyrus.emf.facet.util.jface.ui (298,3 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 105,0 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 87,53 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 27,77 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 21,38 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 7,685 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,937 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,198 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 3,042 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,822 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,673 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,126 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 974,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 469,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 412,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 866,6 μs

org.eclipse.papyrus.emf.facet.efacet.editor (295,5 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 213,8 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 19,75 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 16,82 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 12,41 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 9,918 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,970 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,170 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,043 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,847 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 371,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 808,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 925,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 666,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 322,6 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 781,8 μs

org.eclipse.papyrus.emf.facet.custom.metamodel (295,0 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 159,6 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 43,94 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 39,23 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 11,73 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,560 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,628 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,898 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,857 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,979 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 783,6 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 851,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 750,1 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 628,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 304,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 342,4 μs

org.eclipse.papyrus.infra.gmfdiag.commands (293,9 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 183,2 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 23,70 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 16,94 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 10,73 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 8,504 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,702 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,034 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,477 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,994 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,025 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 522,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 950,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 371,6 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 729,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 359,9 μs

org.eclipse.papyrus.infra.services.feature (291,1 ms)

Plugin execution Duration
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 109,0 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-feature {execution: default-package-feature} 90,92 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 10,15 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,957 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,060 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,088 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 1,056 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,861 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 728,0 μs
org.eclipse.tycho:tycho-p2-plugin:0.23.0:feature-p2-metadata {execution: default-feature-p2-metadata} 516,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 615,8 μs
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 770,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 836,3 μs

org.eclipse.papyrus.uml.tools.feature (290,1 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-feature {execution: default-package-feature} 38,00 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 31,82 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 13,57 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 9,854 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 6,690 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,359 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,229 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 945,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 676,1 μs
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 581,8 μs
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 669,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 633,3 μs
org.eclipse.tycho:tycho-p2-plugin:0.23.0:feature-p2-metadata {execution: default-feature-p2-metadata} 314,8 μs

org.eclipse.papyrus.uml.alf.libraries (288,4 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 118,6 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 105,6 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 12,69 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 10,94 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 3,250 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,444 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,891 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,778 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,299 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 709,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 621,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 218,4 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 575,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 172,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 475,3 μs

org.eclipse.papyrus.infra.nattable.views.config (288,1 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 180,9 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 17,36 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 13,60 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 6,654 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,229 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,860 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,283 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,890 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,759 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 428,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 172,2 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 379,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 609,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 147,3 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 556,9 μs

org.eclipse.papyrus.infra.elementtypesconfigurations.edit (286,2 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 171,6 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 20,35 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 19,57 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 18,68 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 8,549 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 6,475 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,738 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,495 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,542 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,701 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,586 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 222,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 638,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 193,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 808,7 μs

org.eclipse.papyrus.infra.gmfdiag.css.palette (284,9 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 128,5 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 16,68 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 12,46 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 11,54 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,397 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,009 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,458 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,159 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,896 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 174,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 492,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 616,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 520,2 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 592,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 196,6 μs

org.eclipse.papyrus.uml.extensionpoints (283,5 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 118,2 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 79,69 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 20,11 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 13,04 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,577 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,341 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,394 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,600 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,758 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,973 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 620,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 244,2 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 890,2 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 537,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 248,3 μs

org.eclipse.papyrus.emf.facet.query.ocl.core (281,8 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 135,0 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 65,75 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 18,66 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 11,24 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 10,67 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 5,435 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,320 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,794 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,274 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 2,622 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,164 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 381,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 384,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 959,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 758,5 μs

org.eclipse.papyrus.emf.facet.efacet.metamodel.edit (281,2 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 131,1 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 84,68 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 29,97 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 11,27 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 3,381 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,923 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,344 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,768 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,997 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 286,1 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 546,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 785,3 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 801,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 309,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 671,5 μs

Papyrus Infra GmfDiag Common doc (280,1 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 90,59 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 77,12 ms
org.eclipse.mylyn.docs:org.eclipse.mylyn.wikitext.core.maven:2.4.0-SNAPSHOT:eclipse-help {execution: default} 48,39 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 29,05 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 7,602 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 5,037 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,412 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,859 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,860 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 551,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 699,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 266,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 719,6 μs
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 771,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 579,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 590,5 μs

org.eclipse.papyrus.sysml.diagram.feature (278,2 ms)

Plugin execution Duration
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 54,27 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-feature {execution: default-package-feature} 51,37 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 22,06 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,328 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,336 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,813 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,148 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 693,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 541,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 864,0 μs
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 684,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 585,4 μs
org.eclipse.tycho:tycho-p2-plugin:0.23.0:feature-p2-metadata {execution: default-feature-p2-metadata} 472,6 μs

org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext (278,5 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 170,6 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 12,82 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 12,37 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,299 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 3,499 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,411 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,916 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,423 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,836 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 764,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 171,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 411,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 849,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 464,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 186,8 μs

org.eclipse.papyrus.infra.gmfdiag.modelexplorer (278,0 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 133,1 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 36,23 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 15,41 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 10,06 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 7,727 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,926 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,723 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,890 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,621 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 400,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 580,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 181,7 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 753,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 147,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 461,5 μs

org.eclipse.papyrus.uml.diagram.css (275,0 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 153,4 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 13,29 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 12,77 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 6,310 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 4,233 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,798 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,966 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,801 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,398 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 152,3 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 439,6 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 626,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 174,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 575,6 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 715,7 μs

org.eclipse.papyrus.views.properties.model.edit (274,2 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 156,5 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 47,54 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 20,02 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,589 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 7,383 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,950 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,007 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,484 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,980 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 481,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 211,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 606,2 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 489,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 239,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 754,6 μs

org.eclipse.papyrus.sysml.properties (272,1 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 99,14 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 35,26 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 27,91 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 6,922 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,541 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,055 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,697 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,111 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,826 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 459,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 162,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 138,6 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 511,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 447,3 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 546,7 μs

org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils (270,7 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 152,5 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 14,30 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 12,95 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 9,218 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 6,561 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,239 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,756 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,506 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,740 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 523,2 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 507,5 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 469,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 162,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 146,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 402,1 μs

org.eclipse.papyrus.emf.facet.util.emf.core (270,8 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 144,6 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 36,46 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 32,61 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 12,19 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 7,484 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 5,082 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,158 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,030 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,768 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,110 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 1,042 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 804,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 451,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 430,0 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 630,0 μs

org.eclipse.papyrus.emf.facet.query.java.metamodel (269,1 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 103,6 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 72,65 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 27,34 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 14,63 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,079 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,589 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,438 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,371 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,585 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 2,083 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,085 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,065 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,308 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 456,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 547,8 μs

org.eclipse.papyrus.emf.facet.common.ui (267,5 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 117,9 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 67,18 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 28,55 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 11,58 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 8,335 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,930 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,038 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,980 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,254 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 2,342 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 1,109 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,241 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 475,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 463,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 968,7 μs

org.eclipse.papyrus.uml.commands (266,1 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 140,9 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 33,80 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 13,66 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 10,30 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 4,789 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,827 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,054 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,399 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,325 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 413,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 143,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 463,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 144,7 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 730,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 509,3 μs

org.eclipse.papyrus.uml.controlmode.profile (265,1 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 161,6 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 15,53 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 13,77 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 6,971 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,611 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,008 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,703 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,744 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,650 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 405,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 165,3 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 426,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 522,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 145,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 539,4 μs

org.eclipse.papyrus.infra.ui (262,5 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 124,6 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 17,58 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 15,72 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 13,67 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 8,947 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,835 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,426 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,418 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,464 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,157 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 443,2 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 982,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 976,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 455,3 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 817,9 μs

org.eclipse.papyrus.uml.nattable.clazz.config (261,7 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 162,6 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 13,21 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 11,46 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 6,576 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 4,033 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,991 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,176 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,125 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,319 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,052 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 152,3 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 735,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 440,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 494,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 149,8 μs

org.eclipse.papyrus.emf.facet.doc (261,7 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 173,3 ms
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 32,29 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 17,82 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 13,52 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 5,161 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,763 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,452 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,105 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,210 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 258,3 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 812,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 832,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 256,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 571,3 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 904,1 μs

org.eclipse.papyrus.views.modelexplorer.resourceloading (259,7 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 146,1 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 12,41 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 11,73 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,188 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,744 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,050 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,164 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,828 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,438 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 865,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 177,3 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 774,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 494,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 479,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 165,0 μs

org.eclipse.papyrus.infra.gmfdiag.expansion.edit (257,8 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 148,7 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 26,88 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 15,05 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,429 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,682 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,528 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,152 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,209 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,653 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 227,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 319,2 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 508,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 678,0 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 538,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 834,0 μs

org.eclipse.papyrus.uml.nattable.generic (254,5 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 137,7 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 10,79 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 9,378 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 6,364 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 6,616 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,945 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,259 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,238 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,894 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 815,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 682,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 674,6 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 795,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 281,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 234,1 μs

org.eclipse.papyrus.uml.diagram.modelexplorer (253,7 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 128,7 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 12,28 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 11,25 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 6,889 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,144 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,163 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,525 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,814 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,301 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 143,4 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 675,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 475,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 806,3 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 360,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 141,7 μs

org.eclipse.papyrus.emf.facet.custom.sdk.ui (252,2 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 142,6 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 31,67 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 27,60 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 10,06 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,232 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 4,523 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,127 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,628 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,847 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 626,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 218,3 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 479,2 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 754,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 202,7 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 499,9 μs

org.eclipse.papyrus.uml.textedit.common.xtext.ui (250,1 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 142,1 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 35,83 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 13,62 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,153 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,227 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,666 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,048 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,219 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,205 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 176,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 205,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 580,9 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 525,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 619,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 482,3 μs

org.eclipse.papyrus.views.modelexplorer.widgets (248,1 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 142,1 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 16,62 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 16,16 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,153 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 6,904 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,116 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,557 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,960 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,291 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,632 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 633,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 220,0 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 757,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 216,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 587,6 μs

org.eclipse.papyrus.editor (246,7 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 138,8 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 19,12 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 15,71 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 10,09 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 10,10 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 4,271 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,774 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,052 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,667 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,471 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 863,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 655,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 586,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 270,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 274,0 μs

org.eclipse.papyrus.sysml.nattable.feature (246,4 ms)

Plugin execution Duration
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 47,16 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-feature {execution: default-package-feature} 43,30 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 9,654 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,909 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,334 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,330 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,976 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 809,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 477,6 μs
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 757,4 μs
org.eclipse.tycho:tycho-p2-plugin:0.23.0:feature-p2-metadata {execution: default-feature-p2-metadata} 457,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 439,6 μs
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 445,1 μs

org.eclipse.papyrus.infra.services.resourceloading.preferences (245,5 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 127,0 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 19,11 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 13,49 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 7,801 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,299 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,300 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,540 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,944 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,777 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 424,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 653,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 179,2 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 594,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 163,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 520,2 μs

org.eclipse.papyrus.infra.ui.resources (245,1 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 121,8 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 50,12 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 16,28 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 8,934 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,087 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,335 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,872 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,876 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,769 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 520,4 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 497,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 215,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 187,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 488,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 706,5 μs

org.eclipse.papyrus.uml.properties.feature (245,0 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-feature {execution: default-package-feature} 34,76 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 28,22 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 11,13 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 10,17 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 5,262 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,842 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,975 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 837,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 421,7 μs
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 541,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 406,7 μs
org.eclipse.tycho:tycho-p2-plugin:0.23.0:feature-p2-metadata {execution: default-feature-p2-metadata} 565,1 μs
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 794,5 μs

org.eclipse.papyrus.infra.sync (243,0 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 156,2 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 30,42 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 20,39 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 11,38 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,612 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,728 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,969 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,658 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,869 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 251,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 920,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 236,7 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 656,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 748,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 542,3 μs

org.eclipse.papyrus.infra.services.controlmode (242,2 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 148,8 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 22,74 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 19,68 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,288 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,888 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,025 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,443 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,180 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,347 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 530,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 152,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 153,7 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 443,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 406,2 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 573,7 μs

org.eclipse.papyrus.infra.services.semantic (242,9 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 98,62 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 63,24 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 21,92 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 11,59 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,300 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,274 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,382 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,294 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 2,906 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,904 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,339 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,362 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,307 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 571,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 480,5 μs

org.eclipse.papyrus.uml.import (242,2 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 130,4 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 26,06 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 11,89 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,409 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 4,875 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,978 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,772 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,872 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,445 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 510,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 355,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 142,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 443,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 173,8 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 907,5 μs

Papyrus Layers doc (240,8 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 61,30 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 56,57 ms
org.eclipse.mylyn.docs:org.eclipse.mylyn.wikitext.core.maven:2.4.0-SNAPSHOT:eclipse-help {execution: default} 45,32 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 21,60 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 4,496 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,992 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,642 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 4,277 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 3,040 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,671 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,077 ms
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 1,091 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 776,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 341,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 483,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 801,5 μs

org.eclipse.papyrus.uml.oclconstraintevaluation (239,2 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 111,5 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 33,67 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 10,89 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 7,676 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,537 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,534 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,950 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,493 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,328 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 356,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 450,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 186,7 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 977,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 143,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 487,5 μs

org.eclipse.papyrus.infra.viewpoints.iso42010 (239,9 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 116,9 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 61,89 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 28,09 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 12,87 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,226 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,931 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,708 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,992 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,820 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,052 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 623,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 238,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 251,3 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 979,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 622,9 μs

org.eclipse.papyrus.uml.modelexplorer.widgets (237,5 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 131,9 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 15,72 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 13,19 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,433 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,873 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,046 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,625 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,918 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,171 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,840 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 374,1 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 578,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 233,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 593,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 225,0 μs

org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui (237,5 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 129,4 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 18,57 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 11,28 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,251 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 6,145 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,116 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,764 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,893 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,436 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 472,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 151,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 551,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 586,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 152,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 423,3 μs

org.eclipse.papyrus.infra.gmfdiag.outline (237,2 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 125,7 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 40,69 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 12,97 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,965 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,301 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,395 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,495 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,907 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,855 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 544,2 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 608,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 344,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 802,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 396,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 775,8 μs

org.eclipse.papyrus.views.search (237,1 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 140,3 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 19,99 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 19,92 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 12,34 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 6,869 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,293 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,121 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,513 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,248 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 161,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 147,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 549,6 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 403,6 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 572,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 733,1 μs

org.eclipse.papyrus.infra.emf.diagram.common (236,7 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 121,4 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 16,87 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 14,58 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,583 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 6,758 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,537 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,281 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,316 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,650 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 721,1 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 554,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 807,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 562,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 234,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 259,6 μs

org.eclipse.papyrus.infra.gmfdiag.widgets (236,5 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 121,3 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 16,48 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 13,32 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 9,297 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,681 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,081 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,804 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,336 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,357 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 187,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 547,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 442,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 163,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 561,5 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 449,7 μs

org.eclipse.papyrus.infra.services.markerlistener (234,4 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 135,4 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 25,66 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 25,53 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 11,95 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,119 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,731 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 4,482 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,804 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,260 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 319,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 675,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 328,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 893,0 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 849,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 910,4 μs

org.eclipse.papyrus.infra.discovery.ui.menu (234,0 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 156,9 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 17,17 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 16,68 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 14,22 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,389 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,850 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,005 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,785 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,430 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 380,5 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 558,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 787,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 680,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 335,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 935,4 μs

org.eclipse.papyrus.infra.elementtypesconfigurations.editor (232,8 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 142,0 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 33,81 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 12,92 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 11,11 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,163 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,065 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,248 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,975 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,696 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 610,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 164,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 166,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 482,7 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 563,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 459,0 μs

org.eclipse.papyrus.eclipse.project.editors (230,5 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 156,5 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 21,48 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 14,41 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,993 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,974 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,511 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,432 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,704 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,125 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,796 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 647,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 905,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 589,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 312,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 431,5 μs

org.eclipse.papyrus.infra.services.localizer (228,3 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 151,5 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 17,23 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 15,64 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,493 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 4,775 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,505 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,887 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,913 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,320 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,423 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 239,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 490,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 565,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 217,2 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 905,9 μs

org.eclipse.papyrus.uml.alf.common (227,7 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 128,5 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 40,76 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 13,02 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 10,33 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 3,000 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,058 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,435 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,813 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,759 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 139,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 140,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 508,7 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 469,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 410,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 506,6 μs

org.eclipse.papyrus.infra.constraints.edit (225,9 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 145,4 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 22,87 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 14,16 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,026 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 4,845 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,228 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,244 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,117 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,238 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,991 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 241,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 690,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 238,5 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 730,2 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 550,8 μs

org.eclipse.papyrus.uml.nattable.generic.config (224,9 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 131,7 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 11,31 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 10,86 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,135 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 3,635 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,052 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,887 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,267 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,809 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 428,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 186,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 583,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 536,8 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 545,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 150,8 μs

org.eclipse.papyrus.views.modelexplorer.feature (224,3 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-feature {execution: default-package-feature} 36,33 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 35,40 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 20,26 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 15,21 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 14,51 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,224 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,739 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,379 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 1,203 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 788,0 μs
org.eclipse.tycho:tycho-p2-plugin:0.23.0:feature-p2-metadata {execution: default-feature-p2-metadata} 465,8 μs
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 728,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 497,3 μs

org.eclipse.papyrus.sysml.diagram.css (223,3 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 91,13 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 10,35 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,142 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 6,620 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,516 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,232 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,603 ms
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 584,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 501,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 414,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 177,7 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 627,1 μs
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 801,2 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 372,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 162,0 μs

org.eclipse.papyrus.uml.alf.to.fuml (218,1 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 124,4 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 16,49 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 11,04 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,491 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 3,958 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,321 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,093 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,728 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,247 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 603,5 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 587,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 174,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 207,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 462,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 577,0 μs

org.eclipse.papyrus.infra.emf.appearance (218,0 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 84,42 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 65,24 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 14,65 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,256 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,240 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,771 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,583 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,855 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,402 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,941 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 242,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 238,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 773,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 661,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 633,6 μs

org.eclipse.papyrus.uml.xtext.integration.validation (215,6 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 101,5 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 33,34 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 11,56 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 6,601 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 3,542 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,467 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,423 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,508 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,271 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 488,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 148,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 617,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 152,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 514,3 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 569,2 μs

Papyrus Copypaste UI doc (215,7 ms)

Plugin execution Duration
org.eclipse.mylyn.docs:org.eclipse.mylyn.wikitext.core.maven:2.4.0-SNAPSHOT:eclipse-help {execution: default} 151,5 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 14,48 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 14,54 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,066 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,716 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,081 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,119 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,666 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,894 ms
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 1,425 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 859,6 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 770,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 412,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 313,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 849,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 725,8 μs

org.eclipse.papyrus.uml.resourceloading.profile (214,3 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 119,9 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 11,02 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 10,71 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,034 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,461 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,078 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,405 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,503 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,098 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 506,2 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 370,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 144,2 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 386,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 543,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 142,5 μs

Papyrus Infra GmfDiag Css doc (213,8 ms)

Plugin execution Duration
org.eclipse.mylyn.docs:org.eclipse.mylyn.wikitext.core.maven:2.4.0-SNAPSHOT:eclipse-help {execution: default} 71,84 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 71,86 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 29,08 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 13,18 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,840 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,332 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,966 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,118 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,303 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 258,2 μs
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 748,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 970,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 236,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 634,1 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 907,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 551,5 μs

org.eclipse.papyrus.uml.templaterepository (213,1 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 101,4 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 11,19 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 11,71 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 6,977 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 4,729 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,149 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,661 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,785 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,525 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 271,3 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 642,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 541,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 204,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 547,2 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 924,1 μs

org.eclipse.papyrus.infra.viewpoints.configuration.editor (211,2 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 126,0 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 21,29 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 15,05 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,017 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 6,455 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,361 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,130 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,364 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,704 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 382,2 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 365,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 179,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 151,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 547,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 579,9 μs

org.eclipse.papyrus.infra.discovery.ui (211,1 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 124,7 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 25,84 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 18,71 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 11,68 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 4,524 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 4,789 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,726 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,176 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,635 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,179 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 529,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 924,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 391,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 458,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 902,8 μs

org.eclipse.papyrus.emf.facet.efacet.catalog (210,5 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 93,18 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 26,53 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 25,07 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 11,39 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 10,70 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 7,740 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,696 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,218 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,458 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,239 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,498 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 680,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 278,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 282,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 784,5 μs

org.eclipse.papyrus.infra.services.decoration (209,5 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 123,0 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 17,41 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 14,38 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,202 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,138 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,831 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,953 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,929 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,884 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,119 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 414,4 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 587,3 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 990,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 467,6 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 781,0 μs

org.eclipse.papyrus.uml.assistants.feature (209,6 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-feature {execution: default-package-feature} 35,63 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 33,85 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,985 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 8,106 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,238 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,220 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,219 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 372,6 μs
org.eclipse.tycho:tycho-p2-plugin:0.23.0:feature-p2-metadata {execution: default-feature-p2-metadata} 466,5 μs
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 803,4 μs
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 516,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 455,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 809,8 μs

org.eclipse.papyrus.infra.gmfdiag.viewersearcher (208,4 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 118,9 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 15,51 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 12,15 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 10,05 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,184 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,082 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,930 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,756 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,259 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 187,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 193,6 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 545,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 419,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 559,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 918,8 μs

org.eclipse.papyrus.uml.icons (207,6 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 116,4 ms
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 41,12 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 15,41 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 14,94 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,071 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,943 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,878 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,007 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,240 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 463,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 699,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 746,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 207,8 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 396,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 245,4 μs

org.eclipse.papyrus.infra.viewpoints.configuration.edit (207,1 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 121,6 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 22,28 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 13,85 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,469 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 6,338 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,199 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,837 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,773 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,481 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 413,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 143,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 949,7 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 557,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 428,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 143,6 μs

org.eclipse.papyrus.views.validation (207,7 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 112,2 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 43,94 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 16,96 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,517 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,412 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,760 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,662 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,866 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,852 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 723,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 539,4 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 682,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 244,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 689,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 210,9 μs

org.eclipse.papyrus.uml.alf.feature (206,7 ms)

Plugin execution Duration
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 44,97 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-feature {execution: default-package-feature} 43,79 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 6,091 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,656 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,278 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,329 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,783 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 978,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 425,0 μs
org.eclipse.tycho:tycho-p2-plugin:0.23.0:feature-p2-metadata {execution: default-feature-p2-metadata} 495,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 447,6 μs
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 530,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 851,7 μs

org.eclipse.papyrus.infra.viewpoints.feature (206,3 ms)

Plugin execution Duration
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 69,67 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-feature {execution: default-package-feature} 59,28 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 13,98 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,845 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 5,584 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,916 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,277 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 897,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 522,5 μs
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 360,1 μs
org.eclipse.tycho:tycho-p2-plugin:0.23.0:feature-p2-metadata {execution: default-feature-p2-metadata} 469,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 482,1 μs
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 739,5 μs

Papyrus Uml DecoratorModel doc (205,3 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 58,12 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 57,64 ms
org.eclipse.mylyn.docs:org.eclipse.mylyn.wikitext.core.maven:2.4.0-SNAPSHOT:eclipse-help {execution: default} 34,08 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 26,42 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 5,728 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,924 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,102 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,111 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,355 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 521,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 668,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 209,7 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 542,3 μs
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 661,6 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 494,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 203,2 μs

org.eclipse.papyrus.infra.services.viewersearch (203,8 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 137,9 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 18,61 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 14,18 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,200 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,223 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,888 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,140 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,724 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,003 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,963 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 765,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 243,7 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 533,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 854,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 305,0 μs

Papyrus Uml Diagram Common doc (203,9 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 63,78 ms
org.eclipse.mylyn.docs:org.eclipse.mylyn.wikitext.core.maven:2.4.0-SNAPSHOT:eclipse-help {execution: default} 56,65 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 32,33 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 16,44 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 5,047 ms
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 4,337 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,523 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,339 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,103 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,911 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,755 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,222 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 282,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 305,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 705,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 902,0 μs

org.eclipse.papyrus.uml.service.validation (202,8 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 108,7 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 26,08 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 12,55 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,300 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 3,992 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,821 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,301 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,390 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,634 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 376,0 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 578,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 464,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 143,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 546,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 141,8 μs

org.eclipse.papyrus.infra.services.labelprovider (199,5 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 84,95 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 50,61 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 19,69 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,218 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,507 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,606 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,340 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,031 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,352 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 562,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 275,0 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 895,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 621,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 252,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 805,7 μs

org.eclipse.papyrus.infra.discovery (199,4 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 75,26 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 74,05 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 16,07 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 12,28 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,407 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,862 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,241 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,021 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,355 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,246 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 276,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 742,6 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 615,2 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 703,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 259,4 μs

org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter (199,0 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 99,73 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 11,44 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 11,81 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 6,372 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 6,596 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,008 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,637 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,303 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,898 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 422,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 549,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 540,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 171,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 182,8 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 780,9 μs

Papyrus Uml Profile Assistants doc (198,4 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 88,02 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 40,14 ms
org.eclipse.mylyn.docs:org.eclipse.mylyn.wikitext.core.maven:2.4.0-SNAPSHOT:eclipse-help {execution: default} 27,19 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 15,15 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,201 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,431 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,168 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,963 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,244 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 231,6 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 697,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 627,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 734,3 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 563,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 242,2 μs
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 724,8 μs

org.eclipse.papyrus.emf.facet.custom.sdk.core (196,2 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 79,69 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 57,28 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 15,76 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 10,15 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 6,318 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,612 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,104 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,582 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,815 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 669,3 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 792,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 655,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 401,2 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 607,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 337,0 μs

org.eclipse.papyrus.uml.decoratormodel.feature (196,5 ms)

Plugin execution Duration
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 33,57 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-feature {execution: default-package-feature} 33,76 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 8,174 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,156 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,125 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,177 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,517 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,122 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 1,138 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 582,4 μs
org.eclipse.tycho:tycho-p2-plugin:0.23.0:feature-p2-metadata {execution: default-feature-p2-metadata} 432,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 434,9 μs
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 453,5 μs

Papyrus Infra Services ControlMode doc (195,8 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 74,74 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 33,08 ms
org.eclipse.mylyn.docs:org.eclipse.mylyn.wikitext.core.maven:2.4.0-SNAPSHOT:eclipse-help {execution: default} 19,53 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 13,60 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 5,310 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 4,006 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,064 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 4,668 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 3,366 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,339 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 3,039 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,060 ms
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 1,509 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,269 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,143 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 670,9 μs

org.eclipse.papyrus.uml.perspective (194,3 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 99,63 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 11,18 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 11,50 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 6,695 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 4,561 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,067 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,409 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,443 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,071 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 570,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 169,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 457,9 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 465,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 539,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 161,1 μs

org.eclipse.papyrus.uml.diagram.css.feature (189,0 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-feature {execution: default-package-feature} 18,65 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 12,17 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 10,04 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,682 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,241 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,492 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,998 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 836,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 354,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 430,2 μs
org.eclipse.tycho:tycho-p2-plugin:0.23.0:feature-p2-metadata {execution: default-feature-p2-metadata} 562,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 740,4 μs
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 514,4 μs

org.eclipse.papyrus.emf.facet.query.ocl.metamodel (188,3 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 91,78 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 27,67 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 23,98 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 13,54 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 9,846 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 3,471 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,709 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,284 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,306 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,000 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,927 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 577,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 238,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 732,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 283,9 μs

org.eclipse.papyrus.sysml.feature (187,2 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-feature {execution: default-package-feature} 31,23 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 25,97 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 8,925 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 6,933 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,108 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,138 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 1,155 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,835 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 810,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 442,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 430,9 μs
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 554,9 μs
org.eclipse.tycho:tycho-p2-plugin:0.23.0:feature-p2-metadata {execution: default-feature-p2-metadata} 795,7 μs

org.eclipse.papyrus.uml.alf.common.ui (186,6 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 109,2 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 15,63 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 13,61 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 6,728 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,058 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,246 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,784 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,349 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,639 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 569,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 140,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 395,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 139,7 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 374,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 509,1 μs

org.eclipse.papyrus.infra.viewpoints.preferences (184,6 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 113,7 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 12,48 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 12,50 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 6,783 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 4,194 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,269 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,950 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,069 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,249 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,803 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 405,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 452,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 145,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 144,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 988,3 μs

org.eclipse.papyrus.infra.services.navigation (182,3 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 86,63 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 21,79 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 20,43 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 17,66 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 5,474 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 5,782 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,536 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 3,299 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,897 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,104 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 258,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 621,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 738,3 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 738,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 253,0 μs

org.eclipse.papyrus.customization.paletteconfiguration (182,8 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 84,05 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 17,12 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 13,22 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,161 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 8,918 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,753 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,527 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,040 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,555 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 758,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 637,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 266,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 288,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 776,8 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 854,2 μs

org.eclipse.papyrus.views.properties.feature (180,7 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-feature {execution: default-package-feature} 58,37 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 34,47 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,225 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 6,360 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,217 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,098 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,116 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 754,3 μs
org.eclipse.tycho:tycho-p2-plugin:0.23.0:feature-p2-metadata {execution: default-feature-p2-metadata} 734,9 μs
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 705,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 396,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 377,2 μs
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 357,9 μs

org.eclipse.papyrus.infra.filters (178,3 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 74,31 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 53,86 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 18,36 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,077 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,029 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,426 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,850 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,306 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,966 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 686,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 213,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 212,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 655,3 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 746,6 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 562,6 μs

org.eclipse.papyrus.releng (177,7 ms)

Plugin execution Duration
org.apache.maven.plugins:maven-install-plugin:2.4:install {execution: default-install} 109,5 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 48,07 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 7,063 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 2,842 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,839 ms

org.eclipse.papyrus.emf.facet.query.java (176,4 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 84,68 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 24,56 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 19,23 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 11,41 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 4,165 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,092 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,112 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,172 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,058 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,265 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 1,211 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 522,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 789,3 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 667,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 560,6 μs

org.eclipse.papyrus.infra.services.viewlabelprovider (176,2 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 77,81 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 38,02 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 14,39 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,166 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 4,022 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,289 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,618 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,799 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,276 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 773,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 403,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 160,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 478,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 674,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 158,5 μs

org.eclipse.papyrus.team.svn (174,4 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 99,30 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 11,00 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 11,62 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 6,371 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 3,234 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,351 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,692 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,178 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,936 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 148,6 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 852,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 146,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 467,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 456,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 968,4 μs

Papyrus Infra Newchild doc (171,1 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 32,08 ms
org.eclipse.mylyn.docs:org.eclipse.mylyn.wikitext.core.maven:2.4.0-SNAPSHOT:eclipse-help {execution: default} 27,84 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 26,86 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 14,99 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 10,08 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 5,931 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,366 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,957 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,508 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,367 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 1,690 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 936,0 μs
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 972,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 617,3 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 692,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 345,5 μs

org.eclipse.papyrus.sysml.modelexplorer.feature (171,5 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-feature {execution: default-package-feature} 18,64 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 11,47 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 7,399 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,084 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,267 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,726 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,183 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 324,8 μs
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 698,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 705,7 μs
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 474,4 μs
org.eclipse.tycho:tycho-p2-plugin:0.23.0:feature-p2-metadata {execution: default-feature-p2-metadata} 509,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 317,8 μs

org.eclipse.papyrus.emf.facet.util.swt (170,4 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 74,17 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 24,41 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 24,24 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 13,44 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 4,244 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,298 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,531 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,952 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,810 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,059 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,015 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 758,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 869,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 323,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 366,7 μs

org.eclipse.papyrus.infra.emf.feature (168,1 ms)

Plugin execution Duration
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 50,30 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-feature {execution: default-package-feature} 31,45 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,877 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 9,716 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,511 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,746 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,254 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 1,128 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 1,085 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 608,8 μs
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 854,6 μs
org.eclipse.tycho:tycho-p2-plugin:0.23.0:feature-p2-metadata {execution: default-feature-p2-metadata} 566,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 732,4 μs

org.eclipse.papyrus.sysml.properties.feature (167,3 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-feature {execution: default-package-feature} 23,63 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 14,67 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 11,94 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 10,55 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,877 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,036 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,998 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 463,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 297,1 μs
org.eclipse.tycho:tycho-p2-plugin:0.23.0:feature-p2-metadata {execution: default-feature-p2-metadata} 614,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 726,2 μs
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 670,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 344,2 μs

org.eclipse.papyrus.uml.diagram.symbols.properties (167,2 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 37,24 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 10,24 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 8,309 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 6,930 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,053 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,646 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,362 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 362,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 175,5 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 802,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 158,4 μs
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 470,6 μs
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 819,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 340,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 474,6 μs

org.eclipse.papyrus.uml.textedit.javaconstraint (167,6 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 80,61 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 30,79 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 10,86 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 6,168 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 4,569 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,123 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,826 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,251 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,668 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 437,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 153,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 150,6 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 576,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 493,4 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 599,2 μs

org.eclipse.papyrus.uml.modelexplorer.feature (166,5 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-feature {execution: default-package-feature} 43,72 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 18,33 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,276 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 7,662 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,141 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,419 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,791 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 498,1 μs
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 542,4 μs
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 664,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 408,3 μs
org.eclipse.tycho:tycho-p2-plugin:0.23.0:feature-p2-metadata {execution: default-feature-p2-metadata} 477,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 698,3 μs

Papyrus Moka doc (165,2 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 70,12 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 26,47 ms
org.eclipse.mylyn.docs:org.eclipse.mylyn.wikitext.core.maven:2.4.0-SNAPSHOT:eclipse-help {execution: default} 21,97 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 16,39 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,077 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,623 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,268 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,113 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,468 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 707,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 260,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 238,0 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 797,2 μs
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 750,6 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 586,6 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 617,6 μs

org.eclipse.papyrus.emf.facet.common.core (165,0 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 58,60 ms
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 40,11 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 27,59 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 13,07 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,222 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,223 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,349 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,277 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,796 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,923 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 713,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 880,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 356,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 334,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 916,8 μs

org.eclipse.papyrus.emf.facet.util.core (162,8 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 79,14 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 24,58 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 21,08 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 13,16 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 3,628 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,652 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,197 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 2,018 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,193 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,296 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,307 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 1,355 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 753,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 658,9 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 659,4 μs

org.eclipse.papyrus.emf.facet.efacet.edit (161,6 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 95,64 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 23,25 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 15,30 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,611 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,779 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,676 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,185 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,817 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,887 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 1,459 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,151 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 426,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 711,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 938,8 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 616,0 μs

org.eclipse.papyrus.uml.appearance (158,0 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 84,65 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 16,04 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 14,56 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,571 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 4,634 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,624 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,378 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,869 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,981 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 639,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 214,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 693,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 220,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 643,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 547,1 μs

org.eclipse.papyrus.infra.services.controlmode.history (154,7 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 89,32 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 21,56 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 15,33 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,352 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,315 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,437 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,069 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,152 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,717 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 817,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 224,0 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 631,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 499,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 222,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 607,1 μs

org.eclipse.papyrus.emf.facet.widgets (154,9 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 70,24 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 24,65 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 17,57 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 12,61 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 4,297 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,487 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,404 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,258 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,545 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 575,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 684,6 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 540,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 223,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 220,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 722,1 μs

org.eclipse.papyrus.infra.discovery.feature (153,4 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-feature {execution: default-package-feature} 71,02 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 29,96 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,364 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 6,872 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 5,412 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,350 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 2,409 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,795 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 1,545 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,418 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:feature-p2-metadata {execution: default-feature-p2-metadata} 648,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 920,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 924,9 μs

org.eclipse.papyrus.infra.gmfdiag.css.theme (151,5 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 13,63 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 11,80 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 10,84 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,751 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,454 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,221 ms
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 1,071 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,073 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,809 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 873,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 580,0 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 388,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 215,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 533,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 227,0 μs

Papyrus Uml Search UI doc (150,5 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 46,86 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 35,63 ms
org.eclipse.mylyn.docs:org.eclipse.mylyn.wikitext.core.maven:2.4.0-SNAPSHOT:eclipse-help {execution: default} 22,46 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 19,44 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,458 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,028 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,441 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,100 ms
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 1,160 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,371 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 285,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 289,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 612,5 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 593,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 761,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 711,4 μs

org.eclipse.papyrus.emf.facet.util.emf.catalog (150,3 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 68,62 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 25,38 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 23,78 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 12,18 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,101 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,187 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,266 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,012 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,611 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 1,068 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,043 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,248 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 530,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 549,0 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 676,6 μs

org.eclipse.papyrus.infra.core.pluginexplorer (148,6 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 77,32 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 21,15 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 16,35 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,715 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,794 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,037 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,496 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,222 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,944 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 1,262 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 469,6 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 918,1 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 661,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 465,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 964,5 μs

org.eclipse.papyrus.infra.services.openelement (146,1 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 80,65 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 13,34 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 12,10 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,684 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 4,207 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,149 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,484 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,824 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,717 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 380,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 529,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 512,6 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 515,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 151,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 153,4 μs

Papyrus Req Reqif doc (146,1 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 41,41 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 41,61 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 18,89 ms
org.eclipse.mylyn.docs:org.eclipse.mylyn.wikitext.core.maven:2.4.0-SNAPSHOT:eclipse-help {execution: default} 17,76 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,123 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,463 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,737 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,629 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,900 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 657,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 489,8 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 538,2 μs
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 910,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 291,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 211,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 791,4 μs

org.eclipse.papyrus.uml.navigation (146,3 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 78,32 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 11,99 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 11,29 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,760 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 3,724 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,126 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,560 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,040 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,144 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 374,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 173,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 512,8 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 724,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 155,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 489,3 μs

org.eclipse.papyrus.uml.diagram.icons (142,4 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 67,44 ms
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 37,21 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 11,14 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 11,76 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,062 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,470 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,202 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,859 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,056 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 391,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 141,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 139,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 471,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 556,3 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 411,7 μs

org.eclipse.papyrus.uml.filters (143,0 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 80,26 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 28,15 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 12,96 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 6,845 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,299 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,267 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,614 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,688 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,786 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 171,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 487,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 435,5 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 583,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 232,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 521,7 μs

org.eclipse.papyrus.uml.services.decoration (142,7 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 73,63 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 11,37 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 11,05 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,193 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 3,562 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,133 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,405 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,991 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,211 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 518,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 158,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 410,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 156,7 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 499,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 537,6 μs

org.eclipse.papyrus.emf.facet.efacet.doc (141,1 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 67,97 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 31,93 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 12,33 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 4,728 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,882 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,408 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,493 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 2,269 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,766 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,099 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,256 ms
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 1,361 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 404,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 757,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 493,7 μs

org.eclipse.papyrus.infra.core.feature (141,8 ms)

Plugin execution Duration
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 63,12 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-feature {execution: default-package-feature} 41,40 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 10,14 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,083 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,235 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,294 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,655 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,121 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 1,202 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:feature-p2-metadata {execution: default-feature-p2-metadata} 938,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 788,6 μs
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 693,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 824,0 μs

org.eclipse.papyrus.uml.documentation.profile (141,4 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 64,95 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 32,01 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 14,84 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 12,45 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,061 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,950 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,413 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,854 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,766 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 261,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 266,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 499,0 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 637,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 736,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 555,8 μs

Papyrus Infra Viewpoints doc (140,9 ms)

Plugin execution Duration
org.eclipse.mylyn.docs:org.eclipse.mylyn.wikitext.core.maven:2.4.0-SNAPSHOT:eclipse-help {execution: default} 38,74 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 20,09 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 17,40 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 16,64 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 5,131 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,056 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,127 ms
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 2,937 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,832 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,838 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,049 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,071 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 1,003 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 404,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 991,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 424,6 μs

Papyrus Views Properties doc (136,5 ms)

Plugin execution Duration
org.eclipse.mylyn.docs:org.eclipse.mylyn.wikitext.core.maven:2.4.0-SNAPSHOT:eclipse-help {execution: default} 46,05 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 26,04 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 26,32 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 13,70 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,182 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,740 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,097 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,310 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,835 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 499,4 μs
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 705,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 616,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 210,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 549,9 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 541,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 207,5 μs

org.eclipse.papyrus.uml.xtext.integration.feature (135,1 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-feature {execution: default-package-feature} 27,60 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 23,85 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 7,377 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,083 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,955 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,929 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,796 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 756,3 μs
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 525,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 377,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 355,8 μs
org.eclipse.tycho:tycho-p2-plugin:0.23.0:feature-p2-metadata {execution: default-feature-p2-metadata} 612,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 753,2 μs

org.eclipse.papyrus.editor.feature (133,7 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-feature {execution: default-package-feature} 64,58 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 13,93 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,725 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,538 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,485 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,139 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,962 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,318 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:feature-p2-metadata {execution: default-feature-p2-metadata} 1,079 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 1,409 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 977,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 780,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 712,3 μs

org.eclipse.papyrus.infra.nattable.views.editor (131,7 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 35,39 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 14,04 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 9,966 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 7,706 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,120 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,720 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,117 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 551,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 326,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 205,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 439,0 μs
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 817,8 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 697,8 μs
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 575,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 248,5 μs

org.eclipse.papyrus.infra.psf (126,5 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 76,79 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 13,30 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 12,81 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,478 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,251 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,492 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,173 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,779 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,377 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 526,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 521,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 151,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 152,1 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 494,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 420,3 μs

org.eclipse.papyrus.infra.gmfdiag.css.model (125,6 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 62,75 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 21,56 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 17,82 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,874 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,219 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,147 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,580 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,638 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,672 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 526,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 168,7 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 518,5 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 376,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 148,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 485,1 μs

org.eclipse.papyrus.emf.facet.custom.metamodel.edit (121,6 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 56,92 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 21,94 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 15,27 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 8,542 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,853 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,236 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,225 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,438 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,682 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 229,3 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 520,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 650,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 209,4 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 632,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 586,8 μs

org.eclipse.papyrus.emf.facet.common.sdk.core (114,3 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 56,53 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 16,66 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 14,25 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,513 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,519 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,293 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,002 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,891 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,980 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 1,285 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,006 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 595,6 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 676,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 511,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 372,6 μs

org.eclipse.papyrus.infra.filters.edit (113,1 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 46,52 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 16,19 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 13,93 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 10,39 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,926 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,061 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,883 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,560 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,083 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,000 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 823,3 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 210,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 239,1 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 563,2 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 685,1 μs

org.eclipse.papyrus.uml.search.feature (111,6 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-feature {execution: default-package-feature} 17,33 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 12,18 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,041 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,265 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,114 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,162 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,803 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 760,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 723,4 μs
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 406,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 346,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 309,1 μs
org.eclipse.tycho:tycho-p2-plugin:0.23.0:feature-p2-metadata {execution: default-feature-p2-metadata} 383,2 μs

org.eclipse.papyrus.emf.facet.aggregate.doc (105,3 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 55,73 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 18,90 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,487 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 8,545 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,227 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,426 ms
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 1,178 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 1,905 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 576,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 202,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 503,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 494,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 239,3 μs
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 851,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 494,3 μs

org.eclipse.papyrus.uml.filters.edit (104,8 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 52,75 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 12,55 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 11,70 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,102 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 6,115 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,065 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,065 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,622 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,192 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 196,3 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 543,9 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 375,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 728,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 608,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 219,4 μs

org.eclipse.papyrus.infra.viewpoints.iso42010.edit (104,1 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 46,08 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 22,74 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 14,71 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 7,513 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,109 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,818 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,415 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 1,974 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,936 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 352,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 421,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 151,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 432,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 143,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 526,0 μs

Papyrus DSML Validation doc (103,4 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 20,53 ms
org.eclipse.mylyn.docs:org.eclipse.mylyn.wikitext.core.maven:2.4.0-SNAPSHOT:eclipse-help {execution: default} 18,70 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 17,35 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 12,73 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 5,415 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,627 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,559 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,307 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 1,039 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,121 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 211,1 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 620,6 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 551,8 μs
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 799,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 627,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 221,7 μs

org.eclipse.papyrus.uml.xtext.integration.core (94,86 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 47,78 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 12,67 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 11,53 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 6,450 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,636 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,802 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 1,888 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,807 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,514 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 790,4 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 346,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 860,4 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 760,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 364,5 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 335,6 μs

org.eclipse.papyrus.infra.widget.feature (92,79 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-feature {execution: default-package-feature} 27,36 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 21,50 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 12,90 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 4,931 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 3,662 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,369 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,948 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 1,565 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,357 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 800,8 μs
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 818,0 μs
org.eclipse.tycho:tycho-p2-plugin:0.23.0:feature-p2-metadata {execution: default-feature-p2-metadata} 474,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 832,9 μs

Papyrus ModelRepair doc (82,34 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 18,19 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 16,28 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 12,08 ms
org.eclipse.mylyn.docs:org.eclipse.mylyn.wikitext.core.maven:2.4.0-SNAPSHOT:eclipse-help {execution: default} 9,396 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,935 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,438 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 2,817 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,092 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,959 ms
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 1,042 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 897,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 450,6 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 622,2 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 976,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 927,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 442,4 μs

org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc (71,83 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 32,34 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 12,84 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 9,133 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,243 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 3,284 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,087 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,352 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 954,2 μs
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 802,7 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 615,8 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 582,1 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 239,6 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 782,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 237,7 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 499,6 μs

org.eclipse.papyrus.views.search.feature (66,79 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-feature {execution: default-package-feature} 15,82 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 11,10 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 6,541 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,508 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 3,972 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,067 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,744 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:feature-p2-metadata {execution: default-feature-p2-metadata} 348,4 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 446,2 μs
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 766,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 846,1 μs
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 630,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 426,9 μs

org.eclipse.papyrus.emf.facet.util.emf.doc (65,73 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 20,30 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 12,85 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,214 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 3,826 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,691 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,537 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,931 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,363 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,318 ms
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 1,803 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,003 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 372,9 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 833,1 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 807,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 320,2 μs

Papyrus Infra doc (59,48 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 13,96 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 10,23 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,827 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 4,192 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 2,798 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,406 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 2,110 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 1,047 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 1,030 ms
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 1,095 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,495 ms
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 339,0 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 616,6 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 617,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 387,1 μs

org.eclipse.papyrus.views.validation.feature (58,34 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-feature {execution: default-package-feature} 17,88 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 10,04 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,881 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 3,218 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,040 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,150 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 1,757 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 805,8 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 362,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 345,2 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} 754,3 μs
org.eclipse.tycho:tycho-p2-plugin:0.23.0:feature-p2-metadata {execution: default-feature-p2-metadata} 344,9 μs
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 451,6 μs

org.eclipse.papyrus.emf.facet.custom.doc (56,58 ms)

Plugin execution Duration
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:package-plugin {execution: default-package-plugin} 18,41 ms
org.apache.maven.plugins:maven-install-plugin:2.3.1:install {execution: default-install} 9,842 ms
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 9,579 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:update-local-index {execution: default-update-local-index} 3,246 ms
org.eclipse.tycho:target-platform-configuration:0.23.0:target-platform {execution: default-target-platform} 2,819 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata-default {execution: default-p2-metadata-default} 2,913 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 1,936 ms
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 1,517 ms
org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources} 556,0 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-version {execution: default-validate-version} 258,9 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:validate-id {execution: default-validate-id} 239,4 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 807,6 μs
org.eclipse.tycho:tycho-packaging-plugin:0.23.0:build-qualifier {execution: default-build-qualifier} 688,3 μs
org.apache.maven.plugins:maven-resources-plugin:2.6:testResources {execution: default-testResources} 585,7 μs
org.eclipse.tycho:tycho-compiler-plugin:0.23.0:compile {execution: default-compile} 933,0 μs

org.eclipse.papyrus.infra.elementtypesconfigurations.main (5,739 ms)

Plugin execution Duration
org.apache.maven.plugins:maven-install-plugin:2.4:install {execution: default-install} 2,695 ms
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 483,9 μs
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 769,2 μs
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 318,7 μs
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 698,1 μs

org.eclipse.papyrus.plugins.doc (4,373 ms)

Plugin execution Duration
org.apache.maven.plugins:maven-install-plugin:2.4:install {execution: default-install} 2,172 ms
org.eclipse.tycho:tycho-p2-plugin:0.23.0:p2-metadata {execution: attach-p2-metadata} 254,1 μs
org.apache.maven.plugins:maven-clean-plugin:2.6:clean {execution: default-clean} 417,5 μs
org.eclipse.tycho:tycho-source-plugin:0.23.0:plugin-source {execution: plugin-source} 575,3 μs
org.eclipse.tycho.extras:tycho-source-feature-plugin:0.23.0:source-feature {execution: source-feature} 422,1 μs

Attachment: smime.p7s
Description: S/MIME cryptographic signature


Back to the top