Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] is there something changed in the target-platform mojo?

the order seems to be changed...

if i look at the goals list i see in 23 that org.eclipse.tycho:target-platform-configuration:2.3.0:target-platform (default-target-platform) is after the clean and before org.eclipse.tycho:tycho-p2-publisher-plugin:2.3.0:publish-osgi-ee (default-publish-osgi-ee)

but in 24 i see org.eclipse.tycho:target-platform-configuration:2.4.0:target-platform (default-target-platform)
after org.eclipse.tycho:tycho-p2-publisher-plugin:2.4.0:attach-artifacts (default-attach-artifacts)

so instead of it is the 3rd goal in 23
it suddenly the 7th goal in 24 


On Fri, 30 Jul 2021 at 15:54, Christoph Läubrich <laeubi@xxxxxxxxxxxxxx> wrote:
Can you run the build with -X option to see if there are any additional
error information?

Am 30.07.21 um 15:35 schrieb Johan Compagner:
> hi,
>
> below is what i get compared 2.3 against 2.4
>
> i can't really find anything in the release notes for this. Should i do
> something now my self with the  target-platform-configuration ?
>
> tycho 2.3:
>
>
> [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @
> com.servoy.eclipse.product ---
> [INFO]
> [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier-aggregator
> (default-build-qualifier-aggregator) @ com.servoy.eclipse.product ---
> [INFO] The project's OSGi version is 2021.9.0.3700_rc
> [INFO]
> [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @
> com.servoy.eclipse.product ---
> [INFO]
> [INFO] --- target-platform-configuration:2.3.0:target-platform
> (default-target-platform) @ com.servoy.eclipse.product ---
> [INFO]
> [INFO] --- tycho-p2-publisher-plugin:2.3.0:publish-osgi-ee
> (default-publish-osgi-ee) @ com.servoy.eclipse.product ---
> [INFO] Published profile IUs: [config.a.jre.javase 11.0.0, a.jre.javase
> 11.0.0]
> [WARNING] No system packages found in profile nor toolchain for
> JavaSE-15, using current JRE system packages.
> This can cause faulty dependency resolution, consider adding a
> definition for a 'jdk' with id=JavaSE-15 in your toolchains.xml
> [INFO] Published profile IUs: [config.a.jre.javase 15.0.0, a.jre.javase
> 15.0.0]
> [WARNING] No system packages found in profile nor toolchain for
> JavaSE-16, using current JRE system packages.
> This can cause faulty dependency resolution, consider adding a
> definition for a 'jdk' with id=JavaSE-16 in your toolchains.xml
> [INFO] Published profile IUs: [config.a.jre.javase 16.0.0, a.jre.javase
> 16.0.0]
> [INFO]
> [INFO] --- tycho-p2-publisher-plugin:2.3.0:publish-products
> (default-publish-products) @ com.servoy.eclipse.product ---
>
>
>
> tycho 2.4:
>
> [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @
> com.servoy.eclipse.product ---
> [INFO]
> [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier-aggregator
> (default-build-qualifier-aggregator) @ com.servoy.eclipse.product ---
> [INFO] The project's OSGi version is 2021.9.0.3700_rc
> [INFO]
> [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @
> com.servoy.eclipse.product ---
> [INFO]
> [INFO] --- tycho-p2-publisher-plugin:2.4.0:publish-osgi-ee
> (default-publish-osgi-ee) @ com.servoy.eclipse.product ---
>
> [ERROR] Failed to execute goal
> org.eclipse.tycho:tycho-p2-publisher-plugin:2.4.0:publish-osgi-ee
> (default-publish-osgi-ee) on project com.servoy.eclipse.product:
> Publisher failed. Verify your target-platform-configuration and
> executionEnvironment are suitable for proper resolution: Target platform
> is missing -> [Help 1]
>
> --
> Johan Compagner
> Servoy
>
> _______________________________________________
> tycho-user mailing list
> tycho-user@xxxxxxxxxxx
> To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/tycho-user
>
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/tycho-user


--
Johan Compagner
Servoy
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: C:\javatools\apache-maven-3.6.3\bin\..
Java version: 11.0.8, vendor: AdoptOpenJDK, runtime: C:\javatools\jdk11
Default locale: nl_NL, platform encoding: Cp1252
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
[DEBUG] Reading global settings from C:\javatools\apache-maven-3.6.3\bin\..\conf\settings.xml
[DEBUG] Reading user settings from C:\Users\jcomp\.m2\settings.xml
[DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for C:\Users\jcomp\.m2\repository
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=372500, ConflictMarker.markTime=149100, ConflictMarker.nodeCount=2, ConflictIdSorter.graphTime=216800, ConflictIdSorter.topsortTime=198700, ConflictIdSorter.conflictIdCount=2, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=1462800, ConflictResolver.conflictItemCount=2, DefaultDependencyCollector.collectTime=58603000, DefaultDependencyCollector.transformTime=3599200}
[DEBUG] org.eclipse.tycho.extras:tycho-pomless:jar:1.3.0
[DEBUG]    io.takari.polyglot:polyglot-common:jar:0.1.5:compile
[DEBUG] Populating class realm coreExtension>org.eclipse.tycho.extras:tycho-pomless:1.3.0
[DEBUG]   Included C:\Users\jcomp\.m2\repository\org\eclipse\tycho\extras\tycho-pomless\1.3.0\tycho-pomless-1.3.0.jar
[DEBUG]   Included C:\Users\jcomp\.m2\repository\io\takari\polyglot\polyglot-common\0.1.5\polyglot-common-0.1.5.jar
[DEBUG] Populating class realm maven.ext
[DEBUG] Created new class realm maven.api
[DEBUG] Importing foreign packages into class realm maven.api
[DEBUG]   Imported: javax.annotation.* < maven.ext
[DEBUG]   Imported: javax.annotation.security.* < maven.ext
[DEBUG]   Imported: javax.enterprise.inject.* < maven.ext
[DEBUG]   Imported: javax.enterprise.util.* < maven.ext
[DEBUG]   Imported: javax.inject.* < maven.ext
[DEBUG]   Imported: org.apache.maven.* < maven.ext
[DEBUG]   Imported: org.apache.maven.artifact < maven.ext
[DEBUG]   Imported: org.apache.maven.classrealm < maven.ext
[DEBUG]   Imported: org.apache.maven.cli < maven.ext
[DEBUG]   Imported: org.apache.maven.configuration < maven.ext
[DEBUG]   Imported: org.apache.maven.exception < maven.ext
[DEBUG]   Imported: org.apache.maven.execution < maven.ext
[DEBUG]   Imported: org.apache.maven.execution.scope < maven.ext
[DEBUG]   Imported: org.apache.maven.lifecycle < maven.ext
[DEBUG]   Imported: org.apache.maven.model < maven.ext
[DEBUG]   Imported: org.apache.maven.monitor < maven.ext
[DEBUG]   Imported: org.apache.maven.plugin < maven.ext
[DEBUG]   Imported: org.apache.maven.profiles < maven.ext
[DEBUG]   Imported: org.apache.maven.project < maven.ext
[DEBUG]   Imported: org.apache.maven.reporting < maven.ext
[DEBUG]   Imported: org.apache.maven.repository < maven.ext
[DEBUG]   Imported: org.apache.maven.rtinfo < maven.ext
[DEBUG]   Imported: org.apache.maven.settings < maven.ext
[DEBUG]   Imported: org.apache.maven.toolchain < maven.ext
[DEBUG]   Imported: org.apache.maven.usability < maven.ext
[DEBUG]   Imported: org.apache.maven.wagon.* < maven.ext
[DEBUG]   Imported: org.apache.maven.wagon.authentication < maven.ext
[DEBUG]   Imported: org.apache.maven.wagon.authorization < maven.ext
[DEBUG]   Imported: org.apache.maven.wagon.events < maven.ext
[DEBUG]   Imported: org.apache.maven.wagon.observers < maven.ext
[DEBUG]   Imported: org.apache.maven.wagon.proxy < maven.ext
[DEBUG]   Imported: org.apache.maven.wagon.repository < maven.ext
[DEBUG]   Imported: org.apache.maven.wagon.resource < maven.ext
[DEBUG]   Imported: org.codehaus.classworlds < maven.ext
[DEBUG]   Imported: org.codehaus.plexus.* < maven.ext
[DEBUG]   Imported: org.codehaus.plexus.classworlds < maven.ext
[DEBUG]   Imported: org.codehaus.plexus.component < maven.ext
[DEBUG]   Imported: org.codehaus.plexus.configuration < maven.ext
[DEBUG]   Imported: org.codehaus.plexus.container < maven.ext
[DEBUG]   Imported: org.codehaus.plexus.context < maven.ext
[DEBUG]   Imported: org.codehaus.plexus.lifecycle < maven.ext
[DEBUG]   Imported: org.codehaus.plexus.logging < maven.ext
[DEBUG]   Imported: org.codehaus.plexus.personality < maven.ext
[DEBUG]   Imported: org.codehaus.plexus.util.xml.Xpp3Dom < maven.ext
[DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < maven.ext
[DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < maven.ext
[DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < maven.ext
[DEBUG]   Imported: org.eclipse.aether.* < maven.ext
[DEBUG]   Imported: org.eclipse.aether.artifact < maven.ext
[DEBUG]   Imported: org.eclipse.aether.collection < maven.ext
[DEBUG]   Imported: org.eclipse.aether.deployment < maven.ext
[DEBUG]   Imported: org.eclipse.aether.graph < maven.ext
[DEBUG]   Imported: org.eclipse.aether.impl < maven.ext
[DEBUG]   Imported: org.eclipse.aether.installation < maven.ext
[DEBUG]   Imported: org.eclipse.aether.internal.impl < maven.ext
[DEBUG]   Imported: org.eclipse.aether.metadata < maven.ext
[DEBUG]   Imported: org.eclipse.aether.repository < maven.ext
[DEBUG]   Imported: org.eclipse.aether.resolution < maven.ext
[DEBUG]   Imported: org.eclipse.aether.spi < maven.ext
[DEBUG]   Imported: org.eclipse.aether.transfer < maven.ext
[DEBUG]   Imported: org.eclipse.aether.version < maven.ext
[DEBUG]   Imported: org.fusesource.jansi.* < maven.ext
[DEBUG]   Imported: org.slf4j.* < maven.ext
[DEBUG]   Imported: org.slf4j.event.* < maven.ext
[DEBUG]   Imported: org.slf4j.helpers.* < maven.ext
[DEBUG]   Imported: org.slf4j.spi.* < maven.ext
[DEBUG] Populating class realm maven.api
[INFO] Error stacktraces are turned on.
[DEBUG] Message scheme: color
[DEBUG] Message styles: debug info warning error success failure strong mojo project
[DEBUG] Reading global settings from C:\javatools\apache-maven-3.6.3\bin\..\conf\settings.xml
[DEBUG] Reading user settings from C:\Users\jcomp\.m2\settings.xml
[DEBUG] Reading global toolchains from C:\javatools\apache-maven-3.6.3\bin\..\conf\toolchains.xml
[DEBUG] Reading user toolchains from C:\Users\jcomp\.m2\toolchains.xml
[DEBUG] Using local repository at C:\Users\jcomp\.m2\repository
[DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for C:\Users\jcomp\.m2\repository
[INFO] Scanning for projects...
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=332900, ConflictMarker.markTime=198400, ConflictMarker.nodeCount=130, ConflictIdSorter.graphTime=170000, ConflictIdSorter.topsortTime=43500, ConflictIdSorter.conflictIdCount=57, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=5002100, ConflictResolver.conflictItemCount=128, DefaultDependencyCollector.collectTime=257965700, DefaultDependencyCollector.transformTime=5801900}
[DEBUG] org.eclipse.tycho:tycho-maven-plugin:jar:2.3.0
[DEBUG]    org.eclipse.tycho:tycho-core:jar:2.3.0:compile
[DEBUG]       org.apache.maven:maven-core:jar:3.6.3:compile (version managed from default)
[DEBUG]          org.apache.maven:maven-model:jar:3.6.3:compile (version managed from default)
[DEBUG]          org.apache.maven:maven-settings:jar:3.6.3:compile (version managed from default)
[DEBUG]          org.apache.maven:maven-settings-builder:jar:3.6.3:compile
[DEBUG]             org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile
[DEBUG]                org.sonatype.plexus:plexus-cipher:jar:1.7:compile (version managed from default)
[DEBUG]          org.apache.maven:maven-builder-support:jar:3.6.3:compile
[DEBUG]          org.apache.maven:maven-repository-metadata:jar:3.6.3:compile
[DEBUG]          org.apache.maven:maven-artifact:jar:3.6.3:compile
[DEBUG]          org.apache.maven:maven-model-builder:jar:3.6.3:compile
[DEBUG]          org.apache.maven:maven-resolver-provider:jar:3.6.3:compile
[DEBUG]             org.slf4j:slf4j-api:jar:1.7.29:compile
[DEBUG]          org.apache.maven.resolver:maven-resolver-impl:jar:1.4.1:compile
[DEBUG]          org.apache.maven.resolver:maven-resolver-api:jar:1.4.1:compile
[DEBUG]          org.apache.maven.resolver:maven-resolver-spi:jar:1.4.1:compile
[DEBUG]          org.apache.maven.resolver:maven-resolver-util:jar:1.4.1:compile
[DEBUG]          org.apache.maven.shared:maven-shared-utils:jar:3.2.1:compile
[DEBUG]             commons-io:commons-io:jar:2.5:compile
[DEBUG]          org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.4:provided (scope managed from default) (version managed from default)
[DEBUG]             javax.enterprise:cdi-api:jar:1.0:provided
[DEBUG]                javax.annotation:jsr250-api:jar:1.0:provided
[DEBUG]          org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.4:compile
[DEBUG]          com.google.inject:guice:jar:no_aop:4.2.1:compile
[DEBUG]             aopalliance:aopalliance:jar:1.0:compile
[DEBUG]             com.google.guava:guava:jar:25.1-android:compile
[DEBUG]                com.google.code.findbugs:jsr305:jar:3.0.2:compile
[DEBUG]                org.checkerframework:checker-compat-qual:jar:2.0.0:compile
[DEBUG]                com.google.errorprone:error_prone_annotations:jar:2.1.3:compile
[DEBUG]                com.google.j2objc:j2objc-annotations:jar:1.1:compile
[DEBUG]                org.codehaus.mojo:animal-sniffer-annotations:jar:1.14:compile
[DEBUG]          javax.inject:javax.inject:jar:1:compile
[DEBUG]          org.codehaus.plexus:plexus-utils:jar:3.3.0:compile (version managed from default)
[DEBUG]          org.codehaus.plexus:plexus-classworlds:jar:2.6.0:compile
[DEBUG]          org.apache.commons:commons-lang3:jar:3.8.1:compile
[DEBUG]       org.apache.maven:maven-plugin-api:jar:3.6.3:compile (version managed from default)
[DEBUG]       org.eclipse.tycho:org.eclipse.tycho.p2.tools.shared:jar:2.3.0:compile
[DEBUG]       org.eclipse.tycho:org.eclipse.tycho.p2.resolver.shared:jar:2.3.0:compile
[DEBUG]       org.codehaus.plexus:plexus-archiver:jar:4.2.2:compile (version managed from default)
[DEBUG]          org.codehaus.plexus:plexus-io:jar:3.2.0:compile (version managed from default)
[DEBUG]          org.apache.commons:commons-compress:jar:1.20:compile (version managed from default)
[DEBUG]          org.iq80.snappy:snappy:jar:0.4:compile
[DEBUG]          org.tukaani:xz:jar:1.8:runtime
[DEBUG]       org.eclipse.tycho:sisu-equinox-embedder:jar:2.3.0:compile
[DEBUG]          org.eclipse.platform:org.eclipse.osgi:jar:3.16.200:compile (version managed from default)
[DEBUG]          org.eclipse.tycho:sisu-equinox-api:jar:2.3.0:compile
[DEBUG]       org.eclipse.tycho:tycho-metadata-model:jar:2.3.0:compile
[DEBUG]          de.pdark:decentxml:jar:1.4:compile (version managed from default)
[DEBUG]       org.eclipse.tycho:tycho-embedder-api:jar:2.3.0:compile
[DEBUG]          org.eclipse.tycho:org.eclipse.tycho.embedder.shared:jar:2.3.0:compile
[DEBUG]       org.eclipse.tycho:org.eclipse.tycho.core.shared:jar:2.3.0:compile
[DEBUG]       org.apache.maven:maven-compat:jar:3.6.3:compile (version managed from default)
[DEBUG]          org.codehaus.plexus:plexus-interpolation:jar:1.25:compile
[DEBUG]          org.apache.maven.wagon:wagon-provider-api:jar:3.3.4:compile
[DEBUG]    org.eclipse.tycho:tycho-p2-facade:jar:2.3.0:compile
[DEBUG]       org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile (version managed from default)
[DEBUG] Created new class realm extension>org.eclipse.tycho:tycho-maven-plugin:2.3.0
[DEBUG] Importing foreign packages into class realm extension>org.eclipse.tycho:tycho-maven-plugin:2.3.0
[DEBUG]   Imported:  < maven.api
[DEBUG] Populating class realm extension>org.eclipse.tycho:tycho-maven-plugin:2.3.0
[DEBUG]   Included: org.eclipse.tycho:tycho-maven-plugin:jar:2.3.0
[DEBUG]   Included: org.eclipse.tycho:tycho-core:jar:2.3.0
[DEBUG]   Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4
[DEBUG]   Included: org.sonatype.plexus:plexus-cipher:jar:1.7
[DEBUG]   Included: org.apache.maven:maven-builder-support:jar:3.6.3
[DEBUG]   Included: org.apache.maven.resolver:maven-resolver-util:jar:1.4.1
[DEBUG]   Included: org.apache.maven.shared:maven-shared-utils:jar:3.2.1
[DEBUG]   Included: commons-io:commons-io:jar:2.5
[DEBUG]   Included: org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.4
[DEBUG]   Included: com.google.inject:guice:jar:no_aop:4.2.1
[DEBUG]   Included: aopalliance:aopalliance:jar:1.0
[DEBUG]   Included: com.google.guava:guava:jar:25.1-android
[DEBUG]   Included: com.google.code.findbugs:jsr305:jar:3.0.2
[DEBUG]   Included: org.checkerframework:checker-compat-qual:jar:2.0.0
[DEBUG]   Included: com.google.errorprone:error_prone_annotations:jar:2.1.3
[DEBUG]   Included: com.google.j2objc:j2objc-annotations:jar:1.1
[DEBUG]   Included: org.codehaus.mojo:animal-sniffer-annotations:jar:1.14
[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.3.0
[DEBUG]   Included: org.apache.commons:commons-lang3:jar:3.8.1
[DEBUG]   Included: org.eclipse.tycho:org.eclipse.tycho.p2.tools.shared:jar:2.3.0
[DEBUG]   Included: org.eclipse.tycho:org.eclipse.tycho.p2.resolver.shared:jar:2.3.0
[DEBUG]   Included: org.codehaus.plexus:plexus-archiver:jar:4.2.2
[DEBUG]   Included: org.codehaus.plexus:plexus-io:jar:3.2.0
[DEBUG]   Included: org.apache.commons:commons-compress:jar:1.20
[DEBUG]   Included: org.iq80.snappy:snappy:jar:0.4
[DEBUG]   Included: org.tukaani:xz:jar:1.8
[DEBUG]   Included: org.eclipse.tycho:sisu-equinox-embedder:jar:2.3.0
[DEBUG]   Included: org.eclipse.platform:org.eclipse.osgi:jar:3.16.200
[DEBUG]   Included: org.eclipse.tycho:sisu-equinox-api:jar:2.3.0
[DEBUG]   Included: org.eclipse.tycho:tycho-metadata-model:jar:2.3.0
[DEBUG]   Included: de.pdark:decentxml:jar:1.4
[DEBUG]   Included: org.eclipse.tycho:tycho-embedder-api:jar:2.3.0
[DEBUG]   Included: org.eclipse.tycho:org.eclipse.tycho.embedder.shared:jar:2.3.0
[DEBUG]   Included: org.eclipse.tycho:org.eclipse.tycho.core.shared:jar:2.3.0
[DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.25
[DEBUG]   Included: org.eclipse.tycho:tycho-p2-facade:jar:2.3.0
[DEBUG]   Included: org.codehaus.plexus:plexus-component-annotations:jar:2.1.0
[DEBUG] Extension realms for project com.servoy:com.servoy.eclipse.product:eclipse-repository:2021.9.0.3700_rc: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:2.3.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@3e7a5ed5]]
[DEBUG] Created new class realm project>com.servoy:com.servoy.eclipse.product:2021.9.0.3700_rc
[DEBUG] Populating class realm project>com.servoy:com.servoy.eclipse.product:2021.9.0.3700_rc
[DEBUG] Looking up lifecycle mappings for packaging eclipse-repository from ClassRealm[project>com.servoy:com.servoy.eclipse.product:2021.9.0.3700_rc, parent: ClassRealm[maven.api, parent: null]]
[DEBUG] Extension realms for project com.servoy:servoy-eclipse:pom:2021.9.0.3700_rc: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:2.3.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@3e7a5ed5]]
[DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[project>com.servoy:com.servoy.eclipse.product:2021.9.0.3700_rc, parent: ClassRealm[maven.api, parent: null]]
[DEBUG] org.eclipse.tycho:tycho-maven-plugin:2.3.0 configured in MavenProject: com.servoy:com.servoy.eclipse.product:2021.9.0.3700_rc @ C:\Users\jcomp\git\servoy_master\servoy-eclipse\com.servoy.eclipse.product\pom.xml
[DEBUG] org.eclipse.tycho:tycho-compiler-plugin:2.3.0 configured in MavenProject: com.servoy:com.servoy.eclipse.product:2021.9.0.3700_rc @ C:\Users\jcomp\git\servoy_master\servoy-eclipse\com.servoy.eclipse.product\pom.xml
[DEBUG] org.eclipse.tycho:tycho-versions-plugin:2.3.0 configured in MavenProject: com.servoy:com.servoy.eclipse.product:2021.9.0.3700_rc @ C:\Users\jcomp\git\servoy_master\servoy-eclipse\com.servoy.eclipse.product\pom.xml
[DEBUG] org.eclipse.tycho:tycho-p2-plugin:2.3.0 configured in MavenProject: com.servoy:com.servoy.eclipse.product:2021.9.0.3700_rc @ C:\Users\jcomp\git\servoy_master\servoy-eclipse\com.servoy.eclipse.product\pom.xml
[DEBUG] org.eclipse.tycho:tycho-p2-publisher-plugin:2.3.0 configured in MavenProject: com.servoy:com.servoy.eclipse.product:2021.9.0.3700_rc @ C:\Users\jcomp\git\servoy_master\servoy-eclipse\com.servoy.eclipse.product\pom.xml
[DEBUG] org.eclipse.tycho:tycho-p2-repository-plugin:2.3.0 configured in MavenProject: com.servoy:com.servoy.eclipse.product:2021.9.0.3700_rc @ C:\Users\jcomp\git\servoy_master\servoy-eclipse\com.servoy.eclipse.product\pom.xml
[DEBUG] org.eclipse.tycho:tycho-p2-director-plugin:2.3.0 configured in MavenProject: com.servoy:com.servoy.eclipse.product:2021.9.0.3700_rc @ C:\Users\jcomp\git\servoy_master\servoy-eclipse\com.servoy.eclipse.product\pom.xml
[DEBUG] org.eclipse.tycho:tycho-packaging-plugin:2.3.0 configured in MavenProject: com.servoy:com.servoy.eclipse.product:2021.9.0.3700_rc @ C:\Users\jcomp\git\servoy_master\servoy-eclipse\com.servoy.eclipse.product\pom.xml
[DEBUG] target-platform-configuration for MavenProject: com.servoy:com.servoy.eclipse.product:2021.9.0.3700_rc @ C:\Users\jcomp\git\servoy_master\servoy-eclipse\com.servoy.eclipse.product\pom.xml:
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <target>
    <artifact>
      <groupId>com.servoy</groupId>
      <artifactId>com.servoy.eclipse.target</artifactId>
      <version>2021.9.0.3700_rc</version>
    </artifact>
  </target>
  <pomDependencies>consider</pomDependencies>
  <resolver>p2</resolver>
  <environments>
    <environment>
      <os>win32</os>
      <ws>win32</ws>
      <arch>x86_64</arch>
    </environment>
    <environment>
      <os>macosx</os>
      <ws>cocoa</ws>
      <arch>x86_64</arch>
    </environment>
    <environment>
      <os>linux</os>
      <ws>gtk</ws>
      <arch>x86_64</arch>
    </environment>
  </environments>
  <filters>
    <filter>
      <type>eclipse-plugin</type>
      <id>sablo</id>
      <restrictTo>
        <version>2021.9.0.3700_rc</version>
      </restrictTo>
    </filter>
    <filter>
      <type>eclipse-plugin</type>
      <id>org.eclipse.dltk.javascript.rhino</id>
      <restrictTo>
        <version>2021.9.0.3700_rc</version>
      </restrictTo>
    </filter>
    <filter>
      <type>eclipse-plugin</type>
      <id>servoy_base</id>
      <restrictTo>
        <version>2021.9.0.3700_rc</version>
      </restrictTo>
    </filter>
    <filter>
      <type>eclipse-plugin</type>
      <id>servoy_shared</id>
      <restrictTo>
        <version>2021.9.0.3700_rc</version>
      </restrictTo>
    </filter>
    <filter>
      <type>eclipse-plugin</type>
      <id>servoy_smart_client</id>
      <restrictTo>
        <version>2021.9.0.3700_rc</version>
      </restrictTo>
    </filter>
    <filter>
      <type>eclipse-plugin</type>
      <id>servoy_headless_client</id>
      <restrictTo>
        <version>2021.9.0.3700_rc</version>
      </restrictTo>
    </filter>
    <filter>
      <type>eclipse-plugin</type>
      <id>servoy_ngclient</id>
      <restrictTo>
        <version>2021.9.0.3700_rc</version>
      </restrictTo>
    </filter>
    <filter>
      <type>eclipse-plugin</type>
      <id>servoy_debug</id>
      <restrictTo>
        <version>2021.9.0.3700_rc</version>
      </restrictTo>
    </filter>
    <filter>
      <type>eclipse-plugin</type>
      <id>j2db_server</id>
      <restrictTo>
        <version>2021.9.0.3700_rc</version>
      </restrictTo>
    </filter>
    <filter>
      <type>eclipse-plugin</type>
      <id>j2db_log4j</id>
      <restrictTo>
        <version>2021.9.0.3700_rc</version>
      </restrictTo>
    </filter>
    <filter>
      <type>eclipse-plugin</type>
      <id>com.servoy.eclipse.ui.tweaks</id>
      <restrictTo>
        <version>2021.9.0.3700_rc</version>
      </restrictTo>
    </filter>
    <filter>
      <type>eclipse-plugin</type>
      <id>com.servoy.css.core</id>
      <restrictTo>
        <version>2021.9.0.3700_rc</version>
      </restrictTo>
    </filter>
  </filters>
  <includePackedArtifacts>true</includePackedArtifacts>
</configuration>
Debug options:
    file:/C:/Users/jcomp/git/servoy_master/servoy-eclipse/com.servoy.eclipse.product/.options not found
Time to load bundles: 186
[DEBUG] Clearing proxy settings in OSGi runtime
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=635800, ConflictMarker.markTime=323600, ConflictMarker.nodeCount=146, ConflictIdSorter.graphTime=353400, ConflictIdSorter.topsortTime=81800, ConflictIdSorter.conflictIdCount=64, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=3828200, ConflictResolver.conflictItemCount=144, DefaultDependencyCollector.collectTime=31111300, DefaultDependencyCollector.transformTime=5273600}
[DEBUG] org.eclipse.tycho:tycho-p2-plugin:jar:2.3.0
[DEBUG]    org.apache.maven:maven-plugin-api:jar:3.6.3:compile
[DEBUG]       org.apache.maven:maven-model:jar:3.6.3:compile (version managed from default)
[DEBUG]       org.apache.maven:maven-artifact:jar:3.6.3:compile
[DEBUG]       org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.4:provided (scope managed from default) (version managed from default)
[DEBUG]          javax.enterprise:cdi-api:jar:1.0:provided
[DEBUG]             javax.annotation:jsr250-api:jar:1.0:provided
[DEBUG]       org.codehaus.plexus:plexus-utils:jar:3.3.0:compile (version managed from default)
[DEBUG]       org.codehaus.plexus:plexus-classworlds:jar:2.6.0:compile
[DEBUG]    org.apache.maven:maven-core:jar:3.6.3:compile
[DEBUG]       org.apache.maven:maven-settings:jar:3.6.3:compile (version managed from default)
[DEBUG]       org.apache.maven:maven-settings-builder:jar:3.6.3:compile
[DEBUG]          org.codehaus.plexus:plexus-interpolation:jar:1.25:compile
[DEBUG]          org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile
[DEBUG]             org.sonatype.plexus:plexus-cipher:jar:1.7:compile (version managed from default)
[DEBUG]       org.apache.maven:maven-builder-support:jar:3.6.3:compile
[DEBUG]       org.apache.maven:maven-repository-metadata:jar:3.6.3:compile
[DEBUG]       org.apache.maven:maven-model-builder:jar:3.6.3:compile
[DEBUG]       org.apache.maven:maven-resolver-provider:jar:3.6.3:compile
[DEBUG]          org.slf4j:slf4j-api:jar:1.7.29:compile
[DEBUG]       org.apache.maven.resolver:maven-resolver-impl:jar:1.4.1:compile
[DEBUG]       org.apache.maven.resolver:maven-resolver-api:jar:1.4.1:compile
[DEBUG]       org.apache.maven.resolver:maven-resolver-spi:jar:1.4.1:compile
[DEBUG]       org.apache.maven.resolver:maven-resolver-util:jar:1.4.1:compile
[DEBUG]       org.apache.maven.shared:maven-shared-utils:jar:3.2.1:compile
[DEBUG]          commons-io:commons-io:jar:2.5:compile
[DEBUG]       org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.4:compile
[DEBUG]       com.google.inject:guice:jar:no_aop:4.2.1:compile
[DEBUG]          aopalliance:aopalliance:jar:1.0:compile
[DEBUG]          com.google.guava:guava:jar:25.1-android:compile
[DEBUG]             com.google.code.findbugs:jsr305:jar:3.0.2:compile
[DEBUG]             org.checkerframework:checker-compat-qual:jar:2.0.0:compile
[DEBUG]             com.google.errorprone:error_prone_annotations:jar:2.1.3:compile
[DEBUG]             com.google.j2objc:j2objc-annotations:jar:1.1:compile
[DEBUG]             org.codehaus.mojo:animal-sniffer-annotations:jar:1.14:compile
[DEBUG]       javax.inject:javax.inject:jar:1:compile
[DEBUG]       org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile (version managed from default)
[DEBUG]       org.apache.commons:commons-lang3:jar:3.8.1:compile
[DEBUG]    org.eclipse.tycho:sisu-equinox-launching:jar:2.3.0:compile
[DEBUG]       org.eclipse.tycho:tycho-core:jar:2.3.0:compile
[DEBUG]          org.codehaus.plexus:plexus-archiver:jar:4.2.2:compile (version managed from default)
[DEBUG]             org.codehaus.plexus:plexus-io:jar:3.2.0:compile (version managed from default)
[DEBUG]             org.apache.commons:commons-compress:jar:1.20:compile (version managed from default)
[DEBUG]             org.iq80.snappy:snappy:jar:0.4:compile
[DEBUG]             org.tukaani:xz:jar:1.8:runtime
[DEBUG]          org.eclipse.tycho:tycho-metadata-model:jar:2.3.0:compile
[DEBUG]             de.pdark:decentxml:jar:1.4:compile (version managed from default)
[DEBUG]          org.eclipse.tycho:tycho-embedder-api:jar:2.3.0:compile
[DEBUG]             org.eclipse.tycho:org.eclipse.tycho.embedder.shared:jar:2.3.0:compile
[DEBUG]          org.eclipse.tycho:org.eclipse.tycho.core.shared:jar:2.3.0:compile
[DEBUG]          org.apache.maven:maven-compat:jar:3.6.3:compile (version managed from default)
[DEBUG]             org.apache.maven.wagon:wagon-provider-api:jar:3.3.4:compile
[DEBUG]       org.eclipse.tycho:sisu-equinox-api:jar:2.3.0:compile
[DEBUG]       org.apache.commons:commons-exec:jar:1.3:compile (version managed from default)
[DEBUG]    org.eclipse.tycho:tycho-p2-facade:jar:2.3.0:compile
[DEBUG]       org.eclipse.tycho:sisu-equinox-embedder:jar:2.3.0:compile
[DEBUG]          org.eclipse.platform:org.eclipse.osgi:jar:3.16.200:compile (version managed from default)
[DEBUG]       org.eclipse.tycho:org.eclipse.tycho.p2.resolver.shared:jar:2.3.0:compile
[DEBUG]       org.eclipse.tycho:org.eclipse.tycho.p2.tools.shared:jar:2.3.0:compile
[DEBUG]    org.eclipse.tycho:tycho-artifactcomparator:jar:2.3.0:compile
[DEBUG]       org.ow2.asm:asm-tree:jar:9.1:compile
[DEBUG]          org.ow2.asm:asm:jar:9.1:compile
[DEBUG]       org.ow2.asm:asm-util:jar:9.1:compile
[DEBUG]          org.ow2.asm:asm-analysis:jar:9.1:compile
[DEBUG] Created new class realm plugin>org.eclipse.tycho:tycho-p2-plugin:2.3.0
[DEBUG] Importing foreign packages into class realm plugin>org.eclipse.tycho:tycho-p2-plugin:2.3.0
[DEBUG]   Imported:  < project>com.servoy:com.servoy.eclipse.product:2021.9.0.3700_rc
[DEBUG] Populating class realm plugin>org.eclipse.tycho:tycho-p2-plugin:2.3.0
[DEBUG]   Included: org.eclipse.tycho:tycho-p2-plugin:jar:2.3.0
[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.3.0
[DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.25
[DEBUG]   Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4
[DEBUG]   Included: org.sonatype.plexus:plexus-cipher:jar:1.7
[DEBUG]   Included: org.apache.maven:maven-builder-support:jar:3.6.3
[DEBUG]   Included: org.apache.maven.resolver:maven-resolver-util:jar:1.4.1
[DEBUG]   Included: org.apache.maven.shared:maven-shared-utils:jar:3.2.1
[DEBUG]   Included: commons-io:commons-io:jar:2.5
[DEBUG]   Included: org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.4
[DEBUG]   Included: com.google.inject:guice:jar:no_aop:4.2.1
[DEBUG]   Included: aopalliance:aopalliance:jar:1.0
[DEBUG]   Included: com.google.guava:guava:jar:25.1-android
[DEBUG]   Included: com.google.code.findbugs:jsr305:jar:3.0.2
[DEBUG]   Included: org.checkerframework:checker-compat-qual:jar:2.0.0
[DEBUG]   Included: com.google.errorprone:error_prone_annotations:jar:2.1.3
[DEBUG]   Included: com.google.j2objc:j2objc-annotations:jar:1.1
[DEBUG]   Included: org.codehaus.mojo:animal-sniffer-annotations:jar:1.14
[DEBUG]   Included: org.codehaus.plexus:plexus-component-annotations:jar:2.1.0
[DEBUG]   Included: org.apache.commons:commons-lang3:jar:3.8.1
[DEBUG]   Included: org.eclipse.tycho:sisu-equinox-launching:jar:2.3.0
[DEBUG]   Included: org.codehaus.plexus:plexus-archiver:jar:4.2.2
[DEBUG]   Included: org.codehaus.plexus:plexus-io:jar:3.2.0
[DEBUG]   Included: org.apache.commons:commons-compress:jar:1.20
[DEBUG]   Included: org.iq80.snappy:snappy:jar:0.4
[DEBUG]   Included: org.tukaani:xz:jar:1.8
[DEBUG]   Included: org.apache.commons:commons-exec:jar:1.3
[DEBUG]   Included: org.eclipse.platform:org.eclipse.osgi:jar:3.16.200
[DEBUG]   Included: org.eclipse.tycho:tycho-artifactcomparator:jar:2.3.0
[DEBUG]   Included: org.ow2.asm:asm-tree:jar:9.1
[DEBUG]   Included: org.ow2.asm:asm:jar:9.1
[DEBUG]   Included: org.ow2.asm:asm-util:jar:9.1
[DEBUG]   Included: org.ow2.asm:asm-analysis:jar:9.1
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=711200, ConflictMarker.markTime=369800, ConflictMarker.nodeCount=154, ConflictIdSorter.graphTime=406900, ConflictIdSorter.topsortTime=77300, ConflictIdSorter.conflictIdCount=59, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=1434700, ConflictResolver.conflictItemCount=144, DefaultDependencyCollector.collectTime=23613000, DefaultDependencyCollector.transformTime=3049300}
[DEBUG] org.eclipse.tycho:tycho-p2-publisher-plugin:jar:2.3.0
[DEBUG]    org.apache.maven:maven-plugin-api:jar:3.6.3:compile
[DEBUG]       org.apache.maven:maven-model:jar:3.6.3:compile (version managed from default)
[DEBUG]       org.apache.maven:maven-artifact:jar:3.6.3:compile
[DEBUG]       org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.4:provided (scope managed from default) (version managed from default)
[DEBUG]          javax.enterprise:cdi-api:jar:1.0:provided
[DEBUG]             javax.annotation:jsr250-api:jar:1.0:provided
[DEBUG]       org.codehaus.plexus:plexus-utils:jar:3.3.0:compile (version managed from default)
[DEBUG]       org.codehaus.plexus:plexus-classworlds:jar:2.6.0:compile
[DEBUG]    org.apache.maven:maven-core:jar:3.6.3:compile
[DEBUG]       org.apache.maven:maven-settings:jar:3.6.3:compile (version managed from default)
[DEBUG]       org.apache.maven:maven-settings-builder:jar:3.6.3:compile
[DEBUG]          org.codehaus.plexus:plexus-interpolation:jar:1.25:compile
[DEBUG]          org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile
[DEBUG]             org.sonatype.plexus:plexus-cipher:jar:1.7:compile (version managed from default)
[DEBUG]       org.apache.maven:maven-builder-support:jar:3.6.3:compile
[DEBUG]       org.apache.maven:maven-repository-metadata:jar:3.6.3:compile
[DEBUG]       org.apache.maven:maven-model-builder:jar:3.6.3:compile
[DEBUG]       org.apache.maven:maven-resolver-provider:jar:3.6.3:compile
[DEBUG]          org.slf4j:slf4j-api:jar:1.7.29:compile
[DEBUG]       org.apache.maven.resolver:maven-resolver-impl:jar:1.4.1:compile
[DEBUG]       org.apache.maven.resolver:maven-resolver-api:jar:1.4.1:compile
[DEBUG]       org.apache.maven.resolver:maven-resolver-spi:jar:1.4.1:compile
[DEBUG]       org.apache.maven.resolver:maven-resolver-util:jar:1.4.1:compile
[DEBUG]       org.apache.maven.shared:maven-shared-utils:jar:3.2.1:compile
[DEBUG]          commons-io:commons-io:jar:2.5:compile
[DEBUG]       org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.4:compile
[DEBUG]       com.google.inject:guice:jar:no_aop:4.2.1:compile
[DEBUG]          aopalliance:aopalliance:jar:1.0:compile
[DEBUG]          com.google.guava:guava:jar:25.1-android:compile
[DEBUG]             com.google.code.findbugs:jsr305:jar:3.0.2:compile
[DEBUG]             org.checkerframework:checker-compat-qual:jar:2.0.0:compile
[DEBUG]             com.google.errorprone:error_prone_annotations:jar:2.1.3:compile
[DEBUG]             com.google.j2objc:j2objc-annotations:jar:1.1:compile
[DEBUG]             org.codehaus.mojo:animal-sniffer-annotations:jar:1.14:compile
[DEBUG]       javax.inject:javax.inject:jar:1:compile
[DEBUG]       org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile (version managed from default)
[DEBUG]       org.apache.commons:commons-lang3:jar:3.8.1:compile
[DEBUG]    org.eclipse.tycho:tycho-p2-facade:jar:2.3.0:compile
[DEBUG]       org.eclipse.tycho:tycho-core:jar:2.3.0:compile
[DEBUG]          org.eclipse.tycho:tycho-metadata-model:jar:2.3.0:compile
[DEBUG]             de.pdark:decentxml:jar:1.4:compile (version managed from default)
[DEBUG]          org.eclipse.tycho:tycho-embedder-api:jar:2.3.0:compile
[DEBUG]             org.eclipse.tycho:org.eclipse.tycho.embedder.shared:jar:2.3.0:compile
[DEBUG]          org.eclipse.tycho:org.eclipse.tycho.core.shared:jar:2.3.0:compile
[DEBUG]          org.apache.maven:maven-compat:jar:3.6.3:compile (version managed from default)
[DEBUG]             org.apache.maven.wagon:wagon-provider-api:jar:3.3.4:compile
[DEBUG]       org.eclipse.tycho:sisu-equinox-embedder:jar:2.3.0:compile
[DEBUG]          org.eclipse.platform:org.eclipse.osgi:jar:3.16.200:compile (version managed from default)
[DEBUG]          org.eclipse.tycho:sisu-equinox-api:jar:2.3.0:compile
[DEBUG]       org.eclipse.tycho:org.eclipse.tycho.p2.resolver.shared:jar:2.3.0:compile
[DEBUG]       org.eclipse.tycho:org.eclipse.tycho.p2.tools.shared:jar:2.3.0:compile
[DEBUG]    org.eclipse.tycho:tycho-packaging-plugin:jar:2.3.0:compile
[DEBUG]       org.apache.maven:maven-archiver:jar:3.5.0:compile (version managed from default)
[DEBUG]       org.codehaus.plexus:plexus-archiver:jar:4.2.2:compile (version managed from default)
[DEBUG]          org.codehaus.plexus:plexus-io:jar:3.2.0:compile (version managed from default)
[DEBUG]          org.apache.commons:commons-compress:jar:1.20:compile (version managed from default)
[DEBUG]          org.iq80.snappy:snappy:jar:0.4:compile
[DEBUG]          org.tukaani:xz:jar:1.8:runtime
[DEBUG] Created new class realm plugin>org.eclipse.tycho:tycho-p2-publisher-plugin:2.3.0
[DEBUG] Importing foreign packages into class realm plugin>org.eclipse.tycho:tycho-p2-publisher-plugin:2.3.0
[DEBUG]   Imported:  < project>com.servoy:com.servoy.eclipse.product:2021.9.0.3700_rc
[DEBUG] Populating class realm plugin>org.eclipse.tycho:tycho-p2-publisher-plugin:2.3.0
[DEBUG]   Included: org.eclipse.tycho:tycho-p2-publisher-plugin:jar:2.3.0
[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.3.0
[DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.25
[DEBUG]   Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4
[DEBUG]   Included: org.sonatype.plexus:plexus-cipher:jar:1.7
[DEBUG]   Included: org.apache.maven:maven-builder-support:jar:3.6.3
[DEBUG]   Included: org.apache.maven.resolver:maven-resolver-util:jar:1.4.1
[DEBUG]   Included: org.apache.maven.shared:maven-shared-utils:jar:3.2.1
[DEBUG]   Included: commons-io:commons-io:jar:2.5
[DEBUG]   Included: org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.4
[DEBUG]   Included: com.google.inject:guice:jar:no_aop:4.2.1
[DEBUG]   Included: aopalliance:aopalliance:jar:1.0
[DEBUG]   Included: com.google.guava:guava:jar:25.1-android
[DEBUG]   Included: com.google.code.findbugs:jsr305:jar:3.0.2
[DEBUG]   Included: org.checkerframework:checker-compat-qual:jar:2.0.0
[DEBUG]   Included: com.google.errorprone:error_prone_annotations:jar:2.1.3
[DEBUG]   Included: com.google.j2objc:j2objc-annotations:jar:1.1
[DEBUG]   Included: org.codehaus.mojo:animal-sniffer-annotations:jar:1.14
[DEBUG]   Included: org.codehaus.plexus:plexus-component-annotations:jar:2.1.0
[DEBUG]   Included: org.apache.commons:commons-lang3:jar:3.8.1
[DEBUG]   Included: org.eclipse.platform:org.eclipse.osgi:jar:3.16.200
[DEBUG]   Included: org.eclipse.tycho:tycho-packaging-plugin:jar:2.3.0
[DEBUG]   Included: org.apache.maven:maven-archiver:jar:3.5.0
[DEBUG]   Included: org.codehaus.plexus:plexus-archiver:jar:4.2.2
[DEBUG]   Included: org.codehaus.plexus:plexus-io:jar:3.2.0
[DEBUG]   Included: org.apache.commons:commons-compress:jar:1.20
[DEBUG]   Included: org.iq80.snappy:snappy:jar:0.4
[DEBUG]   Included: org.tukaani:xz:jar:1.8
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=319600, ConflictMarker.markTime=198400, ConflictMarker.nodeCount=130, ConflictIdSorter.graphTime=157700, ConflictIdSorter.topsortTime=41100, ConflictIdSorter.conflictIdCount=57, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=1058900, ConflictResolver.conflictItemCount=128, DefaultDependencyCollector.collectTime=6420300, DefaultDependencyCollector.transformTime=1805400}
[DEBUG] org.eclipse.tycho:tycho-p2-repository-plugin:jar:2.3.0
[DEBUG]    org.apache.maven:maven-plugin-api:jar:3.6.3:compile
[DEBUG]       org.apache.maven:maven-model:jar:3.6.3:compile (version managed from default)
[DEBUG]       org.apache.maven:maven-artifact:jar:3.6.3:compile
[DEBUG]          org.apache.commons:commons-lang3:jar:3.8.1:compile
[DEBUG]       org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.4:provided (scope managed from default) (version managed from default)
[DEBUG]          javax.enterprise:cdi-api:jar:1.0:provided
[DEBUG]             javax.annotation:jsr250-api:jar:1.0:provided
[DEBUG]             javax.inject:javax.inject:jar:1:compile
[DEBUG]          org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.4:compile
[DEBUG]       org.codehaus.plexus:plexus-utils:jar:3.3.0:compile (version managed from default)
[DEBUG]       org.codehaus.plexus:plexus-classworlds:jar:2.6.0:compile
[DEBUG]    org.eclipse.tycho:tycho-p2-facade:jar:2.3.0:compile
[DEBUG]       org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile (version managed from default)
[DEBUG]       org.eclipse.tycho:tycho-core:jar:2.3.0:compile
[DEBUG]          org.apache.maven:maven-core:jar:3.6.3:compile (version managed from default)
[DEBUG]             org.apache.maven:maven-settings:jar:3.6.3:compile (version managed from default)
[DEBUG]             org.apache.maven:maven-settings-builder:jar:3.6.3:compile
[DEBUG]                org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile
[DEBUG]                   org.sonatype.plexus:plexus-cipher:jar:1.7:compile (version managed from default)
[DEBUG]             org.apache.maven:maven-builder-support:jar:3.6.3:compile
[DEBUG]             org.apache.maven:maven-repository-metadata:jar:3.6.3:compile
[DEBUG]             org.apache.maven:maven-model-builder:jar:3.6.3:compile
[DEBUG]             org.apache.maven:maven-resolver-provider:jar:3.6.3:compile
[DEBUG]                org.slf4j:slf4j-api:jar:1.7.29:compile
[DEBUG]             org.apache.maven.resolver:maven-resolver-impl:jar:1.4.1:compile
[DEBUG]             org.apache.maven.resolver:maven-resolver-api:jar:1.4.1:compile
[DEBUG]             org.apache.maven.resolver:maven-resolver-spi:jar:1.4.1:compile
[DEBUG]             org.apache.maven.resolver:maven-resolver-util:jar:1.4.1:compile
[DEBUG]             org.apache.maven.shared:maven-shared-utils:jar:3.2.1:compile
[DEBUG]                commons-io:commons-io:jar:2.5:compile
[DEBUG]             com.google.inject:guice:jar:no_aop:4.2.1:compile
[DEBUG]                aopalliance:aopalliance:jar:1.0:compile
[DEBUG]                com.google.guava:guava:jar:25.1-android:compile
[DEBUG]                   com.google.code.findbugs:jsr305:jar:3.0.2:compile
[DEBUG]                   org.checkerframework:checker-compat-qual:jar:2.0.0:compile
[DEBUG]                   com.google.errorprone:error_prone_annotations:jar:2.1.3:compile
[DEBUG]                   com.google.j2objc:j2objc-annotations:jar:1.1:compile
[DEBUG]                   org.codehaus.mojo:animal-sniffer-annotations:jar:1.14:compile
[DEBUG]          org.codehaus.plexus:plexus-archiver:jar:4.2.2:compile (version managed from default)
[DEBUG]             org.codehaus.plexus:plexus-io:jar:3.2.0:compile (version managed from default)
[DEBUG]             org.apache.commons:commons-compress:jar:1.20:compile (version managed from default)
[DEBUG]             org.iq80.snappy:snappy:jar:0.4:compile
[DEBUG]             org.tukaani:xz:jar:1.8:runtime
[DEBUG]          org.eclipse.tycho:tycho-metadata-model:jar:2.3.0:compile
[DEBUG]             de.pdark:decentxml:jar:1.4:compile (version managed from default)
[DEBUG]          org.eclipse.tycho:tycho-embedder-api:jar:2.3.0:compile
[DEBUG]             org.eclipse.tycho:org.eclipse.tycho.embedder.shared:jar:2.3.0:compile
[DEBUG]          org.eclipse.tycho:org.eclipse.tycho.core.shared:jar:2.3.0:compile
[DEBUG]          org.apache.maven:maven-compat:jar:3.6.3:compile (version managed from default)
[DEBUG]             org.codehaus.plexus:plexus-interpolation:jar:1.25:compile
[DEBUG]             org.apache.maven.wagon:wagon-provider-api:jar:3.3.4:compile
[DEBUG]       org.eclipse.tycho:sisu-equinox-embedder:jar:2.3.0:compile
[DEBUG]          org.eclipse.platform:org.eclipse.osgi:jar:3.16.200:compile (version managed from default)
[DEBUG]          org.eclipse.tycho:sisu-equinox-api:jar:2.3.0:compile
[DEBUG]       org.eclipse.tycho:org.eclipse.tycho.p2.resolver.shared:jar:2.3.0:compile
[DEBUG]       org.eclipse.tycho:org.eclipse.tycho.p2.tools.shared:jar:2.3.0:compile
[DEBUG] Created new class realm plugin>org.eclipse.tycho:tycho-p2-repository-plugin:2.3.0
[DEBUG] Importing foreign packages into class realm plugin>org.eclipse.tycho:tycho-p2-repository-plugin:2.3.0
[DEBUG]   Imported:  < project>com.servoy:com.servoy.eclipse.product:2021.9.0.3700_rc
[DEBUG] Populating class realm plugin>org.eclipse.tycho:tycho-p2-repository-plugin:2.3.0
[DEBUG]   Included: org.eclipse.tycho:tycho-p2-repository-plugin:jar:2.3.0
[DEBUG]   Included: org.apache.commons:commons-lang3:jar:3.8.1
[DEBUG]   Included: org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.4
[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.3.0
[DEBUG]   Included: org.codehaus.plexus:plexus-component-annotations:jar:2.1.0
[DEBUG]   Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4
[DEBUG]   Included: org.sonatype.plexus:plexus-cipher:jar:1.7
[DEBUG]   Included: org.apache.maven:maven-builder-support:jar:3.6.3
[DEBUG]   Included: org.apache.maven.resolver:maven-resolver-util:jar:1.4.1
[DEBUG]   Included: org.apache.maven.shared:maven-shared-utils:jar:3.2.1
[DEBUG]   Included: commons-io:commons-io:jar:2.5
[DEBUG]   Included: com.google.inject:guice:jar:no_aop:4.2.1
[DEBUG]   Included: aopalliance:aopalliance:jar:1.0
[DEBUG]   Included: com.google.guava:guava:jar:25.1-android
[DEBUG]   Included: com.google.code.findbugs:jsr305:jar:3.0.2
[DEBUG]   Included: org.checkerframework:checker-compat-qual:jar:2.0.0
[DEBUG]   Included: com.google.errorprone:error_prone_annotations:jar:2.1.3
[DEBUG]   Included: com.google.j2objc:j2objc-annotations:jar:1.1
[DEBUG]   Included: org.codehaus.mojo:animal-sniffer-annotations:jar:1.14
[DEBUG]   Included: org.codehaus.plexus:plexus-archiver:jar:4.2.2
[DEBUG]   Included: org.codehaus.plexus:plexus-io:jar:3.2.0
[DEBUG]   Included: org.apache.commons:commons-compress:jar:1.20
[DEBUG]   Included: org.iq80.snappy:snappy:jar:0.4
[DEBUG]   Included: org.tukaani:xz:jar:1.8
[DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.25
[DEBUG]   Included: org.eclipse.platform:org.eclipse.osgi:jar:3.16.200
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=496700, ConflictMarker.markTime=317000, ConflictMarker.nodeCount=138, ConflictIdSorter.graphTime=245700, ConflictIdSorter.topsortTime=67500, ConflictIdSorter.conflictIdCount=61, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=1319300, ConflictResolver.conflictItemCount=136, DefaultDependencyCollector.collectTime=15111400, DefaultDependencyCollector.transformTime=2481100}
[DEBUG] org.eclipse.tycho:tycho-p2-director-plugin:jar:2.3.0
[DEBUG]    org.apache.maven:maven-plugin-api:jar:3.6.3:compile
[DEBUG]       org.apache.maven:maven-model:jar:3.6.3:compile (version managed from default)
[DEBUG]       org.apache.maven:maven-artifact:jar:3.6.3:compile
[DEBUG]       org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.4:provided (scope managed from default) (version managed from default)
[DEBUG]          javax.enterprise:cdi-api:jar:1.0:provided
[DEBUG]             javax.annotation:jsr250-api:jar:1.0:provided
[DEBUG]       org.codehaus.plexus:plexus-utils:jar:3.3.0:compile (version managed from default)
[DEBUG]       org.codehaus.plexus:plexus-classworlds:jar:2.6.0:compile
[DEBUG]    org.apache.maven:maven-core:jar:3.6.3:compile
[DEBUG]       org.apache.maven:maven-settings:jar:3.6.3:compile (version managed from default)
[DEBUG]       org.apache.maven:maven-settings-builder:jar:3.6.3:compile
[DEBUG]          org.codehaus.plexus:plexus-interpolation:jar:1.25:compile
[DEBUG]          org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile
[DEBUG]             org.sonatype.plexus:plexus-cipher:jar:1.7:compile (version managed from default)
[DEBUG]       org.apache.maven:maven-builder-support:jar:3.6.3:compile
[DEBUG]       org.apache.maven:maven-repository-metadata:jar:3.6.3:compile
[DEBUG]       org.apache.maven:maven-model-builder:jar:3.6.3:compile
[DEBUG]       org.apache.maven:maven-resolver-provider:jar:3.6.3:compile
[DEBUG]          org.slf4j:slf4j-api:jar:1.7.29:compile
[DEBUG]       org.apache.maven.resolver:maven-resolver-impl:jar:1.4.1:compile
[DEBUG]       org.apache.maven.resolver:maven-resolver-api:jar:1.4.1:compile
[DEBUG]       org.apache.maven.resolver:maven-resolver-spi:jar:1.4.1:compile
[DEBUG]       org.apache.maven.resolver:maven-resolver-util:jar:1.4.1:compile
[DEBUG]       org.apache.maven.shared:maven-shared-utils:jar:3.2.1:compile
[DEBUG]          commons-io:commons-io:jar:2.5:compile
[DEBUG]       org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.4:compile
[DEBUG]       com.google.inject:guice:jar:no_aop:4.2.1:compile
[DEBUG]          aopalliance:aopalliance:jar:1.0:compile
[DEBUG]          com.google.guava:guava:jar:25.1-android:compile
[DEBUG]             com.google.code.findbugs:jsr305:jar:3.0.2:compile
[DEBUG]             org.checkerframework:checker-compat-qual:jar:2.0.0:compile
[DEBUG]             com.google.errorprone:error_prone_annotations:jar:2.1.3:compile
[DEBUG]             com.google.j2objc:j2objc-annotations:jar:1.1:compile
[DEBUG]             org.codehaus.mojo:animal-sniffer-annotations:jar:1.14:compile
[DEBUG]       javax.inject:javax.inject:jar:1:compile
[DEBUG]       org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile (version managed from default)
[DEBUG]       org.apache.commons:commons-lang3:jar:3.8.1:compile
[DEBUG]    org.eclipse.tycho:tycho-p2-facade:jar:2.3.0:compile
[DEBUG]       org.eclipse.tycho:tycho-core:jar:2.3.0:compile
[DEBUG]          org.codehaus.plexus:plexus-archiver:jar:4.2.2:compile (version managed from default)
[DEBUG]             org.codehaus.plexus:plexus-io:jar:3.2.0:compile (version managed from default)
[DEBUG]             org.iq80.snappy:snappy:jar:0.4:compile
[DEBUG]             org.tukaani:xz:jar:1.8:runtime
[DEBUG]          org.eclipse.tycho:tycho-metadata-model:jar:2.3.0:compile
[DEBUG]             de.pdark:decentxml:jar:1.4:compile (version managed from default)
[DEBUG]          org.eclipse.tycho:tycho-embedder-api:jar:2.3.0:compile
[DEBUG]             org.eclipse.tycho:org.eclipse.tycho.embedder.shared:jar:2.3.0:compile
[DEBUG]          org.eclipse.tycho:org.eclipse.tycho.core.shared:jar:2.3.0:compile
[DEBUG]          org.apache.maven:maven-compat:jar:3.6.3:compile (version managed from default)
[DEBUG]             org.apache.maven.wagon:wagon-provider-api:jar:3.3.4:compile
[DEBUG]       org.eclipse.tycho:sisu-equinox-embedder:jar:2.3.0:compile
[DEBUG]          org.eclipse.platform:org.eclipse.osgi:jar:3.16.200:compile (version managed from default)
[DEBUG]       org.eclipse.tycho:org.eclipse.tycho.p2.resolver.shared:jar:2.3.0:compile
[DEBUG]       org.eclipse.tycho:org.eclipse.tycho.p2.tools.shared:jar:2.3.0:compile
[DEBUG]    org.eclipse.tycho:sisu-equinox-launching:jar:2.3.0:compile
[DEBUG]       org.eclipse.tycho:sisu-equinox-api:jar:2.3.0:compile
[DEBUG]       org.apache.commons:commons-exec:jar:1.3:compile (version managed from default)
[DEBUG]    org.eclipse.tycho:tycho-bundles-external:zip:2.3.0:compile
[DEBUG]    org.apache.commons:commons-compress:jar:1.20:compile
[DEBUG]    org.apache.commons:commons-compress:jar:sources:1.20:compile
[DEBUG] Created new class realm plugin>org.eclipse.tycho:tycho-p2-director-plugin:2.3.0
[DEBUG] Importing foreign packages into class realm plugin>org.eclipse.tycho:tycho-p2-director-plugin:2.3.0
[DEBUG]   Imported:  < project>com.servoy:com.servoy.eclipse.product:2021.9.0.3700_rc
[DEBUG] Populating class realm plugin>org.eclipse.tycho:tycho-p2-director-plugin:2.3.0
[DEBUG]   Included: org.eclipse.tycho:tycho-p2-director-plugin:jar:2.3.0
[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.3.0
[DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.25
[DEBUG]   Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4
[DEBUG]   Included: org.sonatype.plexus:plexus-cipher:jar:1.7
[DEBUG]   Included: org.apache.maven:maven-builder-support:jar:3.6.3
[DEBUG]   Included: org.apache.maven.resolver:maven-resolver-util:jar:1.4.1
[DEBUG]   Included: org.apache.maven.shared:maven-shared-utils:jar:3.2.1
[DEBUG]   Included: commons-io:commons-io:jar:2.5
[DEBUG]   Included: org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.4
[DEBUG]   Included: com.google.inject:guice:jar:no_aop:4.2.1
[DEBUG]   Included: aopalliance:aopalliance:jar:1.0
[DEBUG]   Included: com.google.guava:guava:jar:25.1-android
[DEBUG]   Included: com.google.code.findbugs:jsr305:jar:3.0.2
[DEBUG]   Included: org.checkerframework:checker-compat-qual:jar:2.0.0
[DEBUG]   Included: com.google.errorprone:error_prone_annotations:jar:2.1.3
[DEBUG]   Included: com.google.j2objc:j2objc-annotations:jar:1.1
[DEBUG]   Included: org.codehaus.mojo:animal-sniffer-annotations:jar:1.14
[DEBUG]   Included: org.codehaus.plexus:plexus-component-annotations:jar:2.1.0
[DEBUG]   Included: org.apache.commons:commons-lang3:jar:3.8.1
[DEBUG]   Included: org.codehaus.plexus:plexus-archiver:jar:4.2.2
[DEBUG]   Included: org.codehaus.plexus:plexus-io:jar:3.2.0
[DEBUG]   Included: org.iq80.snappy:snappy:jar:0.4
[DEBUG]   Included: org.tukaani:xz:jar:1.8
[DEBUG]   Included: org.eclipse.platform:org.eclipse.osgi:jar:3.16.200
[DEBUG]   Included: org.eclipse.tycho:sisu-equinox-launching:jar:2.3.0
[DEBUG]   Included: org.apache.commons:commons-exec:jar:1.3
[DEBUG]   Included: org.eclipse.tycho:tycho-bundles-external:zip:2.3.0
[DEBUG]   Included: org.apache.commons:commons-compress:jar:1.20
[DEBUG]   Included: org.apache.commons:commons-compress:jar:sources:1.20
[INFO] Computing target platform for MavenProject: com.servoy:com.servoy.eclipse.product:2021.9.0.3700_rc @ C:\Users\jcomp\git\servoy_master\servoy-eclipse\com.servoy.eclipse.product\pom.xml
[DEBUG] Using execution environment 'JavaSE-11' configured in first targetJRE from referenced target-definition files
[DEBUG] Toolchain JDK[c:/javatools/jdk18/] doesn't match required property: id
[DEBUG] Currently running JRE matches source level for JavaSE-11; current JRE system packages are used.
[DEBUG] Adding target definition file "C:\Users\jcomp\.m2\repository\com\servoy\com.servoy.eclipse.target\2021.9.0.3700_rc\com.servoy.eclipse.target-2021.9.0.3700_rc.target"
[DEBUG] Resolving target definition content...
[DEBUG] Target definition file contains 1107 units
[DEBUG] Registered artifact repository org.eclipse.tycho.repository.registry.facade.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@C%253A%255CUsers%255Cjcomp%255Cgit%255Cservoy_master%255Cservoy-eclipse%255Ccom.servoy.eclipse.product)
[DEBUG] Added 2152 locally built units to the target platform
[INFO] Resolving dependencies of MavenProject: com.servoy:com.servoy.eclipse.product:2021.9.0.3700_rc @ C:\Users\jcomp\git\servoy_master\servoy-eclipse\com.servoy.eclipse.product\pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   com.servoy.eclipse.nodejs.linux.gtk.x86_64/16.4.2
[WARNING]   com.servoy.eclipse.exporter.war/2021.9.0.3700_rc
[WARNING]   com.servoy.eclipse.nodejs.macosx.cocoa.x86_64/16.4.2
[WARNING]   com.servoy.eclipse.exporter.ngdesktop/2021.9.0.3700_rc
[WARNING]   j2db_documentation/2021.9.0.3700_rc
[WARNING]   servoy.product/2021.9.0.3700_rc
[WARNING]   com.servoy.eclipse.ngclient/2021.9.0.3700_rc
[WARNING]   com.servoy.eclipse.ui.tweaks/2021.9.0.3700_rc
[WARNING]   com.servoy.eclipse.debug/2021.9.0.3700_rc
[WARNING]   com.servoy.eclipse.notification/2021.9.0.3700_rc
[WARNING]   com.servoy.eclipse.jsunit/2021.9.0.3700_rc
[WARNING]   com.servoy.eclipse.model.exporter.mobile/2021.9.0.3700_rc
[WARNING]   servoy_debug/2021.9.0.3700_rc
[WARNING]   j2db_runtime/2021.9.0.3700_rc
[WARNING]   com.servoy.eclipse.jre.macosx.x86_64/16.0.1
[WARNING]   com.servoy.eclipse.profiler/2021.9.0.3700_rc
[WARNING]   org.apache.tomcat/8.5.64
[WARNING]   com.servoy.eclipse.feature.feature.group/2021.9.0.3700_rc
[WARNING]   com.servoy.eclipse.exporter.solution/2021.9.0.3700_rc
[WARNING]   com.servoy.eclipse.designer/2021.9.0.3700_rc
[WARNING]   servoy_shared/2021.9.0.3700_rc
[WARNING]   sablo/2021.9.0.3700_rc
[WARNING]   com.servoy.eclipse.core/2021.9.0.3700_rc
[WARNING]   servoy_ngclient/2021.9.0.3700_rc
[WARNING]   com.servoy.eclipse.model/2021.9.0.3700_rc
[WARNING]   com.servoy.eclipse.extension.compatibility/2021.9.0.3700_rc
[WARNING]   org.eclipse.jface/3.22.200.v20210401-0958
[WARNING]   com.servoy.css.core.feature.group/2021.9.0.3700_rc
[WARNING]   j2db_tunnel/2021.9.0.3700_rc
[WARNING]   com.servoy.eclipse.feature.feature.jar/2021.9.0.3700_rc
[WARNING]   com.servoy.eclipse.ngclient.ui/2021.9.0.3700_rc
[WARNING]   com.servoy.css.core.feature.jar/2021.9.0.3700_rc
[WARNING]   servoy_base/2021.9.0.3700_rc
[WARNING]   j2db_log4j/2021.9.0.3700_rc
[WARNING]   servoy_headless_client/2021.9.0.3700_rc
[WARNING]   servoy_smart_client/2021.9.0.3700_rc
[WARNING]   com.servoy.eclipse.designer.rfb/2021.9.0.3700_rc
[WARNING]   com.servoy.eclipse.jre.linux.x86_64/16.0.1
[WARNING]   com.servoy.eclipse.ui/2021.9.0.3700_rc
[WARNING]   com.servoy.eclipse.designer.wpm/2021.9.0.3700_rc
[WARNING]   com.servoy.eclipse.exporter.mobile/2021.9.0.3700_rc
[WARNING]   org.eclipse.dltk.javascript.rhino/2021.9.0.3700_rc
[WARNING]   com.servoy.eclipse.designer.rib/2021.9.0.3700_rc
[WARNING]   j2db_server/2021.9.0.3700_rc
[WARNING]   com.servoy.eclipse.nodejs.win32.win32.x86_64/16.4.2
[WARNING]   com.servoy.eclipse.jre.win32.x86_64/16.0.1
[INFO] Resolving class path of MavenProject: com.servoy:com.servoy.eclipse.product:2021.9.0.3700_rc @ C:\Users\jcomp\git\servoy_master\servoy-eclipse\com.servoy.eclipse.product\pom.xml
[DEBUG] === REACTOR BUILD PLAN ================================================
[DEBUG] Project: com.servoy:com.servoy.eclipse.product:eclipse-repository:2021.9.0.3700_rc
[DEBUG] Tasks:   [install]
[DEBUG] Style:   Regular
[DEBUG] =======================================================================
[INFO] 
[INFO] ---------------< com.servoy:com.servoy.eclipse.product >----------------
[INFO] Building com.servoy.eclipse.product 2021.9.0.3700_rc
[INFO] -------------------------[ eclipse-repository ]-------------------------
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] === PROJECT BUILD PLAN ================================================
[DEBUG] Project:       com.servoy:com.servoy.eclipse.product:2021.9.0.3700_rc
[DEBUG] Dependencies (collect): []
[DEBUG] Dependencies (resolve): [test]
[DEBUG] Repositories (dependencies): [central (https://repo.maven.apache.org/maven2, default, releases)]
[DEBUG] Repositories (plugins)     : [central (https://repo.maven.apache.org/maven2, default, releases)]
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.eclipse.tycho:tycho-packaging-plugin:2.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <baseDir>${project.basedir}</baseDir>
  <execution>${mojoExecution}</execution>
  <forceContextQualifier>${forceContextQualifier}</forceContextQualifier>
  <format default-value="yyyyMMddHHmm"/>
  <packaging>${project.packaging}</packaging>
  <project>${project}</project>
  <session>${session}</session>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-clean-plugin:2.5:clean (default-clean-1)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <directory default-value="${project.build.directory}"/>
  <excludeDefaultDirectories default-value="false">${clean.excludeDefaultDirectories}</excludeDefaultDirectories>
  <failOnError default-value="true">${maven.clean.failOnError}</failOnError>
  <followSymLinks default-value="false">${clean.followSymLinks}</followSymLinks>
  <outputDirectory default-value="${project.build.outputDirectory}"/>
  <reportDirectory default-value="${project.reporting.outputDirectory}"/>
  <retryOnError default-value="true">${maven.clean.retryOnError}</retryOnError>
  <skip default-value="false">${clean.skip}</skip>
  <testOutputDirectory default-value="${project.build.testOutputDirectory}"/>
  <verbose>${clean.verbose}</verbose>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.eclipse.tycho:target-platform-configuration:2.3.0:target-platform (default-target-platform)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <project>${project}</project>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.eclipse.tycho:tycho-p2-publisher-plugin:2.3.0:publish-osgi-ee (default-publish-osgi-ee)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <profiles default-value="JavaSE-11, JavaSE-15, JavaSE-16"/>
  <project>${project}</project>
  <qualifier>${buildQualifier}</qualifier>
  <session>${session}</session>
  <skip default-value="false"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.eclipse.tycho:tycho-p2-publisher-plugin:2.3.0:publish-products (default-publish-products)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <flavor default-value="tooling"/>
  <project>${project}</project>
  <qualifier>${buildQualifier}</qualifier>
  <session>${session}</session>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.eclipse.tycho:tycho-p2-publisher-plugin:2.3.0:publish-categories (default-publish-categories)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <project>${project}</project>
  <qualifier>${buildQualifier}</qualifier>
  <session>${session}</session>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.eclipse.tycho:tycho-p2-publisher-plugin:2.3.0:attach-artifacts (default-attach-artifacts)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <project>${project}</project>
  <qualifier>${buildQualifier}</qualifier>
  <session>${session}</session>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-antrun-plugin:1.8:run (unzip)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <exportAntProperties default-value="false"/>
  <failOnError default-value="true"/>
  <localRepository>${localRepository}</localRepository>
  <pluginArtifacts>${plugin.artifacts}</pluginArtifacts>
  <project default-value="${project}"/>
  <skip default-value="false">${maven.antrun.skip}</skip>
  <sourceRoot>${sourceRoot}</sourceRoot>
  <target>
    <unzip src="C:\Users\jcomp\git\servoy_master\servoy-eclipse\com.servoy.eclipse.product\target/extraArtifacts/servoy.product.executable.win32.win32.x86_64.zip" dest="C:\Users\jcomp\git\servoy_master\servoy-eclipse\com.servoy.eclipse.product\target/tosign/"/>
  </target>
  <testSourceRoot>${testSourceRoot}</testSourceRoot>
  <versionsPropertyName default-value="maven.project.dependencies.versions"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          net.jsign:jsign-maven-plugin:3.0:sign (default)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <algorithm default-value="SHA-256">${jsign.algorithm}</algorithm>
  <alias>ServoyClient</alias>
  <certfile>${jsign.certfile}</certfile>
  <encoding default-value="UTF-8">${jsign.encoding}</encoding>
  <file>C:\Users\jcomp\git\servoy_master\servoy-eclipse\com.servoy.eclipse.product\target/tosign/servoy.exe</file>
  <keyfile>${jsign.keyfile}</keyfile>
  <keypass>${jsign.keypass}</keypass>
  <keystore>C:/Users/jcomp/.m2/keystore</keystore>
  <name>Servoy</name>
  <proxyId>${jsign.proxyId}</proxyId>
  <replace default-value="false">${jsign.replace}</replace>
  <settings default-value="${settings}"/>
  <storepass>ZvdIGWEkczWpvOk4FmMhM1</storepass>
  <storetype default-value="JKS">${jsign.storetype}</storetype>
  <tsaurl>http://timestamp.sectigo.com</tsaurl>
  <tsmode>${jsign.tsmode}</tsmode>
  <tsretries>${jsign.tsretries}</tsretries>
  <tsretrywait>${jsign.tsretrywait}</tsretrywait>
  <url>http://servoy.com</url>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-resources-plugin:2.4.3:resources (default-resources)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <buildFilters default-value="${project.build.filters}"/>
  <encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
  <escapeString default-value="${maven.resources.escapeString}"/>
  <escapeWindowsPaths default-value="true">${maven.resources.escapeWindowsPaths}</escapeWindowsPaths>
  <includeEmptyDirs default-value="false">${maven.resources.includeEmptyDirs}</includeEmptyDirs>
  <outputDirectory default-value="${project.build.outputDirectory}"/>
  <overwrite default-value="false">${maven.resources.overwrite}</overwrite>
  <project default-value="${project}"/>
  <resources default-value="${project.resources}"/>
  <session default-value="${session}"/>
  <useBuildFilters default-value="true"/>
  <useDefaultDelimiters default-value="true"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.eclipse.tycho:tycho-p2-repository-plugin:2.3.0:assemble-repository (default-assemble-repository)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <compress default-value="true"/>
  <createArtifactRepository default-value="true"/>
  <includeAllDependencies default-value="false">true</includeAllDependencies>
  <keepNonXzIndexFiles default-value="true"/>
  <profileProperties>
    <macosx-bundled>true</macosx-bundled>
  </profileProperties>
  <project>${project}</project>
  <qualifier>${buildQualifier}</qualifier>
  <repositoryName default-value="${project.name}"/>
  <session>${session}</session>
  <xzCompress default-value="true"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-antrun-plugin:1.8:run (zip)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <exportAntProperties default-value="false"/>
  <failOnError default-value="true"/>
  <localRepository>${localRepository}</localRepository>
  <pluginArtifacts>${plugin.artifacts}</pluginArtifacts>
  <project default-value="${project}"/>
  <skip default-value="false">${maven.antrun.skip}</skip>
  <sourceRoot>${sourceRoot}</sourceRoot>
  <target>
    <zip basedir="C:\Users\jcomp\git\servoy_master\servoy-eclipse\com.servoy.eclipse.product\target/tosign/" destfile="C:\Users\jcomp\git\servoy_master\servoy-eclipse\com.servoy.eclipse.product\target/extraArtifacts/servoy.product.executable.win32.win32.x86_64.zip"/>
  </target>
  <testSourceRoot>${testSourceRoot}</testSourceRoot>
  <versionsPropertyName default-value="maven.project.dependencies.versions"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.eclipse.tycho:tycho-p2-repository-plugin:2.3.0:archive-repository (default-archive-repository)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <finalName>${project.build.finalName}</finalName>
  <project>${project}</project>
  <qualifier>${buildQualifier}</qualifier>
  <session>${session}</session>
  <skipArchive default-value="false"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-jarsigner-plugin:3.0.0:sign (sign)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <alias>${jarsigner.alias}</alias>
  <archive>${jarsigner.archive}</archive>
  <archiveDirectory>${jarsigner.archiveDirectory}</archiveDirectory>
  <arguments>${jarsigner.arguments}</arguments>
  <certchain>${jarsigner.certchain}</certchain>
  <keypass>${jarsigner.keypass}</keypass>
  <keystore>${jarsigner.keystore}</keystore>
  <maxMemory>${jarsigner.maxMemory}</maxMemory>
  <processAttachedArtifacts default-value="true">${jarsigner.processAttachedArtifacts}</processAttachedArtifacts>
  <processMainArtifact default-value="true">${jarsigner.processMainArtifact}</processMainArtifact>
  <project default-value="${project}"/>
  <protectedAuthenticationPath default-value="false">${jarsigner.protectedAuthenticationPath}</protectedAuthenticationPath>
  <providerArg>${jarsigner.providerArg}</providerArg>
  <providerClass>${jarsigner.providerClass}</providerClass>
  <providerName>${jarsigner.providerName}</providerName>
  <removeExistingSignatures default-value="false">${jarsigner.removeExistingSignatures}</removeExistingSignatures>
  <session default-value="${session}"/>
  <settings default-value="${settings}"/>
  <sigfile>${jarsigner.sigfile}</sigfile>
  <skip default-value="false">${jarsigner.skip}</skip>
  <storepass>${jarsigner.storepass}</storepass>
  <storetype>${jarsigner.storetype}</storetype>
  <tsa>${jarsigner.tsa}</tsa>
  <tsacert>${jarsigner.tsacert}</tsacert>
  <verbose default-value="false">${jarsigner.verbose}</verbose>
  <workingDirectory default-value="${project.basedir}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.eclipse.tycho:tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <attachP2Metadata default-value="true"/>
  <baselineMode default-value="warn">${tycho.baseline}</baselineMode>
  <baselineReplace default-value="all">${tycho.baseline.replace}</baselineReplace>
  <execution>${mojoExecution}</execution>
  <generateDownloadStatsProperty default-value="false">${tycho.generateDownloadStatsProperty}</generateDownloadStatsProperty>
  <project>${project}</project>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.eclipse.tycho:tycho-p2-director-plugin:2.3.0:materialize-products (materialize-products)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <directorRuntime default-value="internal"/>
  <forkedProcessTimeoutInSeconds default-value="0">${p2.timeout}</forkedProcessTimeoutInSeconds>
  <installFeatures default-value="true"/>
  <products>
    <product>
      <id>servoy.product</id>
      <rootFolders>
        <macosx>Servoy.app</macosx>
      </rootFolders>
    </product>
  </products>
  <profile default-value="DefaultProfile"/>
  <project>${project}</project>
  <session>${session}</session>
  <source default-value="targetPlatform"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.eclipse.tycho:tycho-p2-director-plugin:2.3.0:archive-products (archive-products)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <forkedProcessTimeoutInSeconds default-value="0">${p2.timeout}</forkedProcessTimeoutInSeconds>
  <products>
    <product>
      <id>servoy.product</id>
      <rootFolders>
        <macosx>Servoy.app</macosx>
      </rootFolders>
    </product>
  </products>
  <project>${project}</project>
  <session>${session}</session>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-install-plugin:2.3.1:install (default-install)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <artifact default-value="${project.artifact}"/>
  <attachedArtifacts default-value="${project.attachedArtifacts}"/>
  <createChecksum default-value="false">${createChecksum}</createChecksum>
  <localRepository>${localRepository}</localRepository>
  <packaging default-value="${project.packaging}"/>
  <pomFile default-value="${project.file}"/>
  <updateReleaseInfo default-value="false">${updateReleaseInfo}</updateReleaseInfo>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.eclipse.tycho:tycho-p2-plugin:2.3.0:update-local-index (default-update-local-index)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <project>${project}</project>
</configuration>
[DEBUG] =======================================================================
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=6800, ConflictMarker.markTime=4600, ConflictMarker.nodeCount=1, ConflictIdSorter.graphTime=2100, ConflictIdSorter.topsortTime=3800, ConflictIdSorter.conflictIdCount=0, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=7700, ConflictResolver.conflictItemCount=0, DefaultDependencyCollector.collectTime=3200, DefaultDependencyCollector.transformTime=35700}
[DEBUG] com.servoy:com.servoy.eclipse.product:eclipse-repository:2021.9.0.3700_rc
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ com.servoy.eclipse.product ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=733000, ConflictMarker.markTime=392000, ConflictMarker.nodeCount=145, ConflictIdSorter.graphTime=440400, ConflictIdSorter.topsortTime=84600, ConflictIdSorter.conflictIdCount=57, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=1416200, ConflictResolver.conflictItemCount=135, DefaultDependencyCollector.collectTime=9974300, DefaultDependencyCollector.transformTime=3154400}
[DEBUG] org.eclipse.tycho:tycho-packaging-plugin:jar:2.3.0
[DEBUG]    org.eclipse.tycho:tycho-core:jar:2.3.0:compile
[DEBUG]       org.eclipse.tycho:org.eclipse.tycho.p2.tools.shared:jar:2.3.0:compile
[DEBUG]       org.eclipse.tycho:org.eclipse.tycho.p2.resolver.shared:jar:2.3.0:compile
[DEBUG]       org.eclipse.tycho:sisu-equinox-embedder:jar:2.3.0:compile
[DEBUG]          org.eclipse.platform:org.eclipse.osgi:jar:3.16.200:compile (version managed from default)
[DEBUG]          org.eclipse.tycho:sisu-equinox-api:jar:2.3.0:compile
[DEBUG]       org.eclipse.tycho:tycho-metadata-model:jar:2.3.0:compile
[DEBUG]          de.pdark:decentxml:jar:1.4:compile (version managed from default)
[DEBUG]       org.eclipse.tycho:tycho-embedder-api:jar:2.3.0:compile
[DEBUG]          org.eclipse.tycho:org.eclipse.tycho.embedder.shared:jar:2.3.0:compile
[DEBUG]       org.eclipse.tycho:org.eclipse.tycho.core.shared:jar:2.3.0:compile
[DEBUG]       org.apache.maven:maven-compat:jar:3.6.3:compile (version managed from default)
[DEBUG]          org.apache.maven.wagon:wagon-provider-api:jar:3.3.4:compile
[DEBUG]    org.apache.maven:maven-core:jar:3.6.3:compile
[DEBUG]       org.apache.maven:maven-model:jar:3.6.3:compile (version managed from default)
[DEBUG]       org.apache.maven:maven-settings:jar:3.6.3:compile (version managed from default)
[DEBUG]       org.apache.maven:maven-settings-builder:jar:3.6.3:compile
[DEBUG]          org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile
[DEBUG]             org.sonatype.plexus:plexus-cipher:jar:1.7:compile (version managed from default)
[DEBUG]       org.apache.maven:maven-builder-support:jar:3.6.3:compile
[DEBUG]       org.apache.maven:maven-repository-metadata:jar:3.6.3:compile
[DEBUG]       org.apache.maven:maven-artifact:jar:3.6.3:compile
[DEBUG]       org.apache.maven:maven-model-builder:jar:3.6.3:compile
[DEBUG]       org.apache.maven:maven-resolver-provider:jar:3.6.3:compile
[DEBUG]          org.slf4j:slf4j-api:jar:1.7.29:compile
[DEBUG]       org.apache.maven.resolver:maven-resolver-impl:jar:1.4.1:compile
[DEBUG]       org.apache.maven.resolver:maven-resolver-api:jar:1.4.1:compile
[DEBUG]       org.apache.maven.resolver:maven-resolver-spi:jar:1.4.1:compile
[DEBUG]       org.apache.maven.resolver:maven-resolver-util:jar:1.4.1:compile
[DEBUG]       org.apache.maven.shared:maven-shared-utils:jar:3.2.1:compile
[DEBUG]       org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.4:provided (scope managed from default) (version managed from default)
[DEBUG]          javax.enterprise:cdi-api:jar:1.0:provided
[DEBUG]             javax.annotation:jsr250-api:jar:1.0:provided
[DEBUG]       org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.4:compile
[DEBUG]       com.google.inject:guice:jar:no_aop:4.2.1:compile
[DEBUG]          aopalliance:aopalliance:jar:1.0:compile
[DEBUG]          com.google.guava:guava:jar:25.1-android:compile
[DEBUG]             com.google.code.findbugs:jsr305:jar:3.0.2:compile
[DEBUG]             org.checkerframework:checker-compat-qual:jar:2.0.0:compile
[DEBUG]             com.google.errorprone:error_prone_annotations:jar:2.1.3:compile
[DEBUG]             com.google.j2objc:j2objc-annotations:jar:1.1:compile
[DEBUG]             org.codehaus.mojo:animal-sniffer-annotations:jar:1.14:compile
[DEBUG]       javax.inject:javax.inject:jar:1:compile
[DEBUG]       org.codehaus.plexus:plexus-classworlds:jar:2.6.0:compile
[DEBUG]       org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile (version managed from default)
[DEBUG]       org.apache.commons:commons-lang3:jar:3.8.1:compile
[DEBUG]    org.apache.maven:maven-plugin-api:jar:3.6.3:compile
[DEBUG]    org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
[DEBUG]    org.apache.maven:maven-archiver:jar:3.5.0:compile
[DEBUG]       commons-io:commons-io:jar:2.5:compile
[DEBUG]       org.codehaus.plexus:plexus-interpolation:jar:1.25:compile
[DEBUG]    org.codehaus.plexus:plexus-archiver:jar:4.2.2:compile
[DEBUG]       org.codehaus.plexus:plexus-io:jar:3.2.0:compile (version managed from default)
[DEBUG]       org.apache.commons:commons-compress:jar:1.20:compile (version managed from default)
[DEBUG]       org.iq80.snappy:snappy:jar:0.4:compile
[DEBUG]       org.tukaani:xz:jar:1.8:runtime
[DEBUG] Created new class realm plugin>org.eclipse.tycho:tycho-packaging-plugin:2.3.0
[DEBUG] Importing foreign packages into class realm plugin>org.eclipse.tycho:tycho-packaging-plugin:2.3.0
[DEBUG]   Imported:  < project>com.servoy:com.servoy.eclipse.product:2021.9.0.3700_rc
[DEBUG] Populating class realm plugin>org.eclipse.tycho:tycho-packaging-plugin:2.3.0
[DEBUG]   Included: org.eclipse.tycho:tycho-packaging-plugin:jar:2.3.0
[DEBUG]   Included: org.eclipse.platform:org.eclipse.osgi:jar:3.16.200
[DEBUG]   Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4
[DEBUG]   Included: org.sonatype.plexus:plexus-cipher:jar:1.7
[DEBUG]   Included: org.apache.maven:maven-builder-support:jar:3.6.3
[DEBUG]   Included: org.apache.maven.resolver:maven-resolver-util:jar:1.4.1
[DEBUG]   Included: org.apache.maven.shared:maven-shared-utils:jar:3.2.1
[DEBUG]   Included: org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.4
[DEBUG]   Included: com.google.inject:guice:jar:no_aop:4.2.1
[DEBUG]   Included: aopalliance:aopalliance:jar:1.0
[DEBUG]   Included: com.google.guava:guava:jar:25.1-android
[DEBUG]   Included: com.google.code.findbugs:jsr305:jar:3.0.2
[DEBUG]   Included: org.checkerframework:checker-compat-qual:jar:2.0.0
[DEBUG]   Included: com.google.errorprone:error_prone_annotations:jar:2.1.3
[DEBUG]   Included: com.google.j2objc:j2objc-annotations:jar:1.1
[DEBUG]   Included: org.codehaus.mojo:animal-sniffer-annotations:jar:1.14
[DEBUG]   Included: org.codehaus.plexus:plexus-component-annotations:jar:2.1.0
[DEBUG]   Included: org.apache.commons:commons-lang3:jar:3.8.1
[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.3.0
[DEBUG]   Included: org.apache.maven:maven-archiver:jar:3.5.0
[DEBUG]   Included: commons-io:commons-io:jar:2.5
[DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.25
[DEBUG]   Included: org.codehaus.plexus:plexus-archiver:jar:4.2.2
[DEBUG]   Included: org.codehaus.plexus:plexus-io:jar:3.2.0
[DEBUG]   Included: org.apache.commons:commons-compress:jar:1.20
[DEBUG]   Included: org.iq80.snappy:snappy:jar:0.4
[DEBUG]   Included: org.tukaani:xz:jar:1.8
[DEBUG] Configuring mojo org.eclipse.tycho:tycho-packaging-plugin:2.3.0:build-qualifier-aggregator from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:2.3.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@3e7a5ed5]
[DEBUG] Configuring mojo 'org.eclipse.tycho:tycho-packaging-plugin:2.3.0:build-qualifier-aggregator' with basic configurator -->
[DEBUG]   (f) baseDir = C:\Users\jcomp\git\servoy_master\servoy-eclipse\com.servoy.eclipse.product
[DEBUG]   (f) execution = org.eclipse.tycho:tycho-packaging-plugin:2.3.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator}
[DEBUG]   (s) format = yyyyMMddHHmm
[DEBUG]   (f) packaging = eclipse-repository
[DEBUG]   (f) project = MavenProject: com.servoy:com.servoy.eclipse.product:2021.9.0.3700_rc @ C:\Users\jcomp\git\servoy_master\servoy-eclipse\com.servoy.eclipse.product\pom.xml
[DEBUG]   (f) session = org.apache.maven.execution.MavenSession@c8602760
[DEBUG] -- end configuration --
[INFO] The project's OSGi version is 2021.9.0.3700_rc
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ com.servoy.eclipse.product ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=22400, ConflictMarker.markTime=16200, ConflictMarker.nodeCount=3, ConflictIdSorter.graphTime=8700, ConflictIdSorter.topsortTime=10200, ConflictIdSorter.conflictIdCount=3, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=64000, ConflictResolver.conflictItemCount=3, DefaultDependencyCollector.collectTime=18446300, DefaultDependencyCollector.transformTime=139800}
[DEBUG] org.apache.maven.plugins:maven-clean-plugin:jar:2.5
[DEBUG]    org.apache.maven:maven-plugin-api:jar:2.0.6:compile
[DEBUG]    org.codehaus.plexus:plexus-utils:jar:3.0:compile
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-clean-plugin:2.5
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-clean-plugin:2.5
[DEBUG]   Imported:  < project>com.servoy:com.servoy.eclipse.product:2021.9.0.3700_rc
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-clean-plugin:2.5
[DEBUG]   Included: org.apache.maven.plugins:maven-clean-plugin:jar:2.5
[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.0
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-clean-plugin:2.5:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:2.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@3e7a5ed5]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-clean-plugin:2.5:clean' with basic configurator -->
[DEBUG]   (f) directory = C:\Users\jcomp\git\servoy_master\servoy-eclipse\com.servoy.eclipse.product\target
[DEBUG]   (f) excludeDefaultDirectories = false
[DEBUG]   (f) failOnError = true
[DEBUG]   (f) followSymLinks = false
[DEBUG]   (f) outputDirectory = C:\Users\jcomp\git\servoy_master\servoy-eclipse\com.servoy.eclipse.product\target\classes
[DEBUG]   (f) reportDirectory = C:\Users\jcomp\git\servoy_master\servoy-eclipse\com.servoy.eclipse.product\target\site
[DEBUG]   (f) retryOnError = true
[DEBUG]   (f) skip = false
[DEBUG]   (f) testOutputDirectory = C:\Users\jcomp\git\servoy_master\servoy-eclipse\com.servoy.eclipse.product\target\test-classes
[DEBUG] -- end configuration --
[DEBUG] Skipping non-existing directory C:\Users\jcomp\git\servoy_master\servoy-eclipse\com.servoy.eclipse.product\target
[DEBUG] Skipping non-existing directory C:\Users\jcomp\git\servoy_master\servoy-eclipse\com.servoy.eclipse.product\target\classes
[DEBUG] Skipping non-existing directory C:\Users\jcomp\git\servoy_master\servoy-eclipse\com.servoy.eclipse.product\target\test-classes
[DEBUG] Skipping non-existing directory C:\Users\jcomp\git\servoy_master\servoy-eclipse\com.servoy.eclipse.product\target\site
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ com.servoy.eclipse.product ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=626100, ConflictMarker.markTime=347600, ConflictMarker.nodeCount=127, ConflictIdSorter.graphTime=347300, ConflictIdSorter.topsortTime=105500, ConflictIdSorter.conflictIdCount=56, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=1247100, ConflictResolver.conflictItemCount=125, DefaultDependencyCollector.collectTime=8826800, DefaultDependencyCollector.transformTime=2749700}
[DEBUG] org.eclipse.tycho:target-platform-configuration:jar:2.3.0
[DEBUG]    org.apache.maven:maven-core:jar:3.6.3:compile
[DEBUG]       org.apache.maven:maven-model:jar:3.6.3:compile (version managed from default)
[DEBUG]       org.apache.maven:maven-settings:jar:3.6.3:compile (version managed from default)
[DEBUG]       org.apache.maven:maven-settings-builder:jar:3.6.3:compile
[DEBUG]          org.codehaus.plexus:plexus-interpolation:jar:1.25:compile
[DEBUG]          org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile
[DEBUG]             org.sonatype.plexus:plexus-cipher:jar:1.7:compile (version managed from default)
[DEBUG]       org.apache.maven:maven-builder-support:jar:3.6.3:compile
[DEBUG]       org.apache.maven:maven-repository-metadata:jar:3.6.3:compile
[DEBUG]       org.apache.maven:maven-artifact:jar:3.6.3:compile
[DEBUG]       org.apache.maven:maven-plugin-api:jar:3.6.3:compile (version managed from default)
[DEBUG]       org.apache.maven:maven-model-builder:jar:3.6.3:compile
[DEBUG]       org.apache.maven:maven-resolver-provider:jar:3.6.3:compile
[DEBUG]          org.slf4j:slf4j-api:jar:1.7.29:compile
[DEBUG]       org.apache.maven.resolver:maven-resolver-impl:jar:1.4.1:compile
[DEBUG]       org.apache.maven.resolver:maven-resolver-api:jar:1.4.1:compile
[DEBUG]       org.apache.maven.resolver:maven-resolver-spi:jar:1.4.1:compile
[DEBUG]       org.apache.maven.resolver:maven-resolver-util:jar:1.4.1:compile
[DEBUG]       org.apache.maven.shared:maven-shared-utils:jar:3.2.1:compile
[DEBUG]          commons-io:commons-io:jar:2.5:compile
[DEBUG]       org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.4:provided (scope managed from default) (version managed from default)
[DEBUG]          javax.enterprise:cdi-api:jar:1.0:provided
[DEBUG]             javax.annotation:jsr250-api:jar:1.0:provided
[DEBUG]       org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.4:compile
[DEBUG]       com.google.inject:guice:jar:no_aop:4.2.1:compile
[DEBUG]          aopalliance:aopalliance:jar:1.0:compile
[DEBUG]          com.google.guava:guava:jar:25.1-android:compile
[DEBUG]             com.google.code.findbugs:jsr305:jar:3.0.2:compile
[DEBUG]             org.checkerframework:checker-compat-qual:jar:2.0.0:compile
[DEBUG]             com.google.errorprone:error_prone_annotations:jar:2.1.3:compile
[DEBUG]             com.google.j2objc:j2objc-annotations:jar:1.1:compile
[DEBUG]             org.codehaus.mojo:animal-sniffer-annotations:jar:1.14:compile
[DEBUG]       javax.inject:javax.inject:jar:1:compile
[DEBUG]       org.codehaus.plexus:plexus-utils:jar:3.3.0:compile (version managed from default)
[DEBUG]       org.codehaus.plexus:plexus-classworlds:jar:2.6.0:compile
[DEBUG]       org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile (version managed from default)
[DEBUG]       org.apache.commons:commons-lang3:jar:3.8.1:compile
[DEBUG]    org.eclipse.tycho:sisu-equinox-api:jar:2.3.0:compile
[DEBUG]    org.eclipse.tycho:org.eclipse.tycho.p2.resolver.shared:jar:2.3.0:compile
[DEBUG]    org.eclipse.tycho:tycho-core:jar:2.3.0:compile
[DEBUG]       org.eclipse.tycho:org.eclipse.tycho.p2.tools.shared:jar:2.3.0:compile
[DEBUG]       org.codehaus.plexus:plexus-archiver:jar:4.2.2:compile (version managed from default)
[DEBUG]          org.codehaus.plexus:plexus-io:jar:3.2.0:compile (version managed from default)
[DEBUG]          org.apache.commons:commons-compress:jar:1.20:compile (version managed from default)
[DEBUG]          org.iq80.snappy:snappy:jar:0.4:compile
[DEBUG]          org.tukaani:xz:jar:1.8:runtime
[DEBUG]       org.eclipse.tycho:sisu-equinox-embedder:jar:2.3.0:compile
[DEBUG]          org.eclipse.platform:org.eclipse.osgi:jar:3.16.200:compile (version managed from default)
[DEBUG]       org.eclipse.tycho:tycho-metadata-model:jar:2.3.0:compile
[DEBUG]          de.pdark:decentxml:jar:1.4:compile (version managed from default)
[DEBUG]       org.eclipse.tycho:tycho-embedder-api:jar:2.3.0:compile
[DEBUG]          org.eclipse.tycho:org.eclipse.tycho.embedder.shared:jar:2.3.0:compile
[DEBUG]       org.eclipse.tycho:org.eclipse.tycho.core.shared:jar:2.3.0:compile
[DEBUG]       org.apache.maven:maven-compat:jar:3.6.3:compile (version managed from default)
[DEBUG]          org.apache.maven.wagon:wagon-provider-api:jar:3.3.4:compile
[DEBUG] Created new class realm plugin>org.eclipse.tycho:target-platform-configuration:2.3.0
[DEBUG] Importing foreign packages into class realm plugin>org.eclipse.tycho:target-platform-configuration:2.3.0
[DEBUG]   Imported:  < project>com.servoy:com.servoy.eclipse.product:2021.9.0.3700_rc
[DEBUG] Populating class realm plugin>org.eclipse.tycho:target-platform-configuration:2.3.0
[DEBUG]   Included: org.eclipse.tycho:target-platform-configuration:jar:2.3.0
[DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.25
[DEBUG]   Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4
[DEBUG]   Included: org.sonatype.plexus:plexus-cipher:jar:1.7
[DEBUG]   Included: org.apache.maven:maven-builder-support:jar:3.6.3
[DEBUG]   Included: org.apache.maven.resolver:maven-resolver-util:jar:1.4.1
[DEBUG]   Included: org.apache.maven.shared:maven-shared-utils:jar:3.2.1
[DEBUG]   Included: commons-io:commons-io:jar:2.5
[DEBUG]   Included: org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.4
[DEBUG]   Included: com.google.inject:guice:jar:no_aop:4.2.1
[DEBUG]   Included: aopalliance:aopalliance:jar:1.0
[DEBUG]   Included: com.google.guava:guava:jar:25.1-android
[DEBUG]   Included: com.google.code.findbugs:jsr305:jar:3.0.2
[DEBUG]   Included: org.checkerframework:checker-compat-qual:jar:2.0.0
[DEBUG]   Included: com.google.errorprone:error_prone_annotations:jar:2.1.3
[DEBUG]   Included: com.google.j2objc:j2objc-annotations:jar:1.1
[DEBUG]   Included: org.codehaus.mojo:animal-sniffer-annotations:jar:1.14
[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.3.0
[DEBUG]   Included: org.codehaus.plexus:plexus-component-annotations:jar:2.1.0
[DEBUG]   Included: org.apache.commons:commons-lang3:jar:3.8.1
[DEBUG]   Included: org.codehaus.plexus:plexus-archiver:jar:4.2.2
[DEBUG]   Included: org.codehaus.plexus:plexus-io:jar:3.2.0
[DEBUG]   Included: org.apache.commons:commons-compress:jar:1.20
[DEBUG]   Included: org.iq80.snappy:snappy:jar:0.4
[DEBUG]   Included: org.tukaani:xz:jar:1.8
[DEBUG]   Included: org.eclipse.platform:org.eclipse.osgi:jar:3.16.200
[DEBUG] Configuring mojo org.eclipse.tycho:target-platform-configuration:2.3.0:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:2.3.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@3e7a5ed5]
[DEBUG] Configuring mojo 'org.eclipse.tycho:target-platform-configuration:2.3.0:target-platform' with basic configurator -->
[DEBUG]   (f) project = MavenProject: com.servoy:com.servoy.eclipse.product:2021.9.0.3700_rc @ C:\Users\jcomp\git\servoy_master\servoy-eclipse\com.servoy.eclipse.product\pom.xml
[DEBUG] -- end configuration --
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.3.0:publish-osgi-ee (default-publish-osgi-ee) @ com.servoy.eclipse.product ---
[DEBUG] Configuring mojo org.eclipse.tycho:tycho-p2-publisher-plugin:2.3.0:publish-osgi-ee from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-publisher-plugin:2.3.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@3e7a5ed5]
[DEBUG] Configuring mojo 'org.eclipse.tycho:tycho-p2-publisher-plugin:2.3.0:publish-osgi-ee' with basic configurator -->
[DEBUG]   (f) profiles = JavaSE-11, JavaSE-15, JavaSE-16
[DEBUG]   (f) project = MavenProject: com.servoy:com.servoy.eclipse.product:2021.9.0.3700_rc @ C:\Users\jcomp\git\servoy_master\servoy-eclipse\com.servoy.eclipse.product\pom.xml
[DEBUG]   (f) qualifier = 3700_rc
[DEBUG]   (f) session = org.apache.maven.execution.MavenSession@c8602760
[DEBUG]   (f) skip = false
[DEBUG] -- end configuration --
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: C:\javatools\apache-maven-3.6.3\bin\..
Java version: 11.0.8, vendor: AdoptOpenJDK, runtime: C:\javatools\jdk11
Default locale: nl_NL, platform encoding: Cp1252
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
[DEBUG] Reading global settings from C:\javatools\apache-maven-3.6.3\bin\..\conf\settings.xml
[DEBUG] Reading user settings from C:\Users\jcomp\.m2\settings.xml
[DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for C:\Users\jcomp\.m2\repository
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=5229300, ConflictMarker.markTime=172400, ConflictMarker.nodeCount=2, ConflictIdSorter.graphTime=262200, ConflictIdSorter.topsortTime=224200, ConflictIdSorter.conflictIdCount=2, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=1595700, ConflictResolver.conflictItemCount=2, DefaultDependencyCollector.collectTime=61192500, DefaultDependencyCollector.transformTime=10318800}
[DEBUG] org.eclipse.tycho.extras:tycho-pomless:jar:1.3.0
[DEBUG]    io.takari.polyglot:polyglot-common:jar:0.1.5:compile
[DEBUG] Populating class realm coreExtension>org.eclipse.tycho.extras:tycho-pomless:1.3.0
[DEBUG]   Included C:\Users\jcomp\.m2\repository\org\eclipse\tycho\extras\tycho-pomless\1.3.0\tycho-pomless-1.3.0.jar
[DEBUG]   Included C:\Users\jcomp\.m2\repository\io\takari\polyglot\polyglot-common\0.1.5\polyglot-common-0.1.5.jar
[DEBUG] Populating class realm maven.ext
[DEBUG] Created new class realm maven.api
[DEBUG] Importing foreign packages into class realm maven.api
[DEBUG]   Imported: javax.annotation.* < maven.ext
[DEBUG]   Imported: javax.annotation.security.* < maven.ext
[DEBUG]   Imported: javax.enterprise.inject.* < maven.ext
[DEBUG]   Imported: javax.enterprise.util.* < maven.ext
[DEBUG]   Imported: javax.inject.* < maven.ext
[DEBUG]   Imported: org.apache.maven.* < maven.ext
[DEBUG]   Imported: org.apache.maven.artifact < maven.ext
[DEBUG]   Imported: org.apache.maven.classrealm < maven.ext
[DEBUG]   Imported: org.apache.maven.cli < maven.ext
[DEBUG]   Imported: org.apache.maven.configuration < maven.ext
[DEBUG]   Imported: org.apache.maven.exception < maven.ext
[DEBUG]   Imported: org.apache.maven.execution < maven.ext
[DEBUG]   Imported: org.apache.maven.execution.scope < maven.ext
[DEBUG]   Imported: org.apache.maven.lifecycle < maven.ext
[DEBUG]   Imported: org.apache.maven.model < maven.ext
[DEBUG]   Imported: org.apache.maven.monitor < maven.ext
[DEBUG]   Imported: org.apache.maven.plugin < maven.ext
[DEBUG]   Imported: org.apache.maven.profiles < maven.ext
[DEBUG]   Imported: org.apache.maven.project < maven.ext
[DEBUG]   Imported: org.apache.maven.reporting < maven.ext
[DEBUG]   Imported: org.apache.maven.repository < maven.ext
[DEBUG]   Imported: org.apache.maven.rtinfo < maven.ext
[DEBUG]   Imported: org.apache.maven.settings < maven.ext
[DEBUG]   Imported: org.apache.maven.toolchain < maven.ext
[DEBUG]   Imported: org.apache.maven.usability < maven.ext
[DEBUG]   Imported: org.apache.maven.wagon.* < maven.ext
[DEBUG]   Imported: org.apache.maven.wagon.authentication < maven.ext
[DEBUG]   Imported: org.apache.maven.wagon.authorization < maven.ext
[DEBUG]   Imported: org.apache.maven.wagon.events < maven.ext
[DEBUG]   Imported: org.apache.maven.wagon.observers < maven.ext
[DEBUG]   Imported: org.apache.maven.wagon.proxy < maven.ext
[DEBUG]   Imported: org.apache.maven.wagon.repository < maven.ext
[DEBUG]   Imported: org.apache.maven.wagon.resource < maven.ext
[DEBUG]   Imported: org.codehaus.classworlds < maven.ext
[DEBUG]   Imported: org.codehaus.plexus.* < maven.ext
[DEBUG]   Imported: org.codehaus.plexus.classworlds < maven.ext
[DEBUG]   Imported: org.codehaus.plexus.component < maven.ext
[DEBUG]   Imported: org.codehaus.plexus.configuration < maven.ext
[DEBUG]   Imported: org.codehaus.plexus.container < maven.ext
[DEBUG]   Imported: org.codehaus.plexus.context < maven.ext
[DEBUG]   Imported: org.codehaus.plexus.lifecycle < maven.ext
[DEBUG]   Imported: org.codehaus.plexus.logging < maven.ext
[DEBUG]   Imported: org.codehaus.plexus.personality < maven.ext
[DEBUG]   Imported: org.codehaus.plexus.util.xml.Xpp3Dom < maven.ext
[DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < maven.ext
[DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < maven.ext
[DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < maven.ext
[DEBUG]   Imported: org.eclipse.aether.* < maven.ext
[DEBUG]   Imported: org.eclipse.aether.artifact < maven.ext
[DEBUG]   Imported: org.eclipse.aether.collection < maven.ext
[DEBUG]   Imported: org.eclipse.aether.deployment < maven.ext
[DEBUG]   Imported: org.eclipse.aether.graph < maven.ext
[DEBUG]   Imported: org.eclipse.aether.impl < maven.ext
[DEBUG]   Imported: org.eclipse.aether.installation < maven.ext
[DEBUG]   Imported: org.eclipse.aether.internal.impl < maven.ext
[DEBUG]   Imported: org.eclipse.aether.metadata < maven.ext
[DEBUG]   Imported: org.eclipse.aether.repository < maven.ext
[DEBUG]   Imported: org.eclipse.aether.resolution < maven.ext
[DEBUG]   Imported: org.eclipse.aether.spi < maven.ext
[DEBUG]   Imported: org.eclipse.aether.transfer < maven.ext
[DEBUG]   Imported: org.eclipse.aether.version < maven.ext
[DEBUG]   Imported: org.fusesource.jansi.* < maven.ext
[DEBUG]   Imported: org.slf4j.* < maven.ext
[DEBUG]   Imported: org.slf4j.event.* < maven.ext
[DEBUG]   Imported: org.slf4j.helpers.* < maven.ext
[DEBUG]   Imported: org.slf4j.spi.* < maven.ext
[DEBUG] Populating class realm maven.api
[INFO] Error stacktraces are turned on.
[DEBUG] Message scheme: color
[DEBUG] Message styles: debug info warning error success failure strong mojo project
[DEBUG] Reading global settings from C:\javatools\apache-maven-3.6.3\bin\..\conf\settings.xml
[DEBUG] Reading user settings from C:\Users\jcomp\.m2\settings.xml
[DEBUG] Reading global toolchains from C:\javatools\apache-maven-3.6.3\bin\..\conf\toolchains.xml
[DEBUG] Reading user toolchains from C:\Users\jcomp\.m2\toolchains.xml
[DEBUG] Using local repository at C:\Users\jcomp\.m2\repository
[DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for C:\Users\jcomp\.m2\repository
[INFO] Scanning for projects...
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=346800, ConflictMarker.markTime=216900, ConflictMarker.nodeCount=131, ConflictIdSorter.graphTime=171200, ConflictIdSorter.topsortTime=43400, ConflictIdSorter.conflictIdCount=57, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=5273500, ConflictResolver.conflictItemCount=129, DefaultDependencyCollector.collectTime=300846800, DefaultDependencyCollector.transformTime=6113000}
[DEBUG] org.eclipse.tycho:tycho-maven-plugin:jar:2.4.0
[DEBUG]    org.eclipse.tycho:tycho-core:jar:2.4.0:compile
[DEBUG]       org.apache.maven:maven-core:jar:3.8.1:compile (version managed from default)
[DEBUG]          org.apache.maven:maven-model:jar:3.8.1:compile (version managed from default)
[DEBUG]          org.apache.maven:maven-settings:jar:3.8.1:compile (version managed from default)
[DEBUG]          org.apache.maven:maven-settings-builder:jar:3.8.1:compile
[DEBUG]             org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile
[DEBUG]                org.sonatype.plexus:plexus-cipher:jar:1.7:compile (version managed from default)
[DEBUG]          org.apache.maven:maven-builder-support:jar:3.8.1:compile
[DEBUG]          org.apache.maven:maven-repository-metadata:jar:3.8.1:compile
[DEBUG]          org.apache.maven:maven-artifact:jar:3.8.1:compile
[DEBUG]          org.apache.maven:maven-model-builder:jar:3.8.1:compile
[DEBUG]          org.apache.maven:maven-resolver-provider:jar:3.8.1:compile
[DEBUG]             org.slf4j:slf4j-api:jar:1.7.29:compile
[DEBUG]          org.apache.maven.resolver:maven-resolver-impl:jar:1.6.2:compile
[DEBUG]          org.apache.maven.resolver:maven-resolver-api:jar:1.6.2:compile
[DEBUG]          org.apache.maven.resolver:maven-resolver-spi:jar:1.6.2:compile
[DEBUG]          org.apache.maven.resolver:maven-resolver-util:jar:1.6.2:compile
[DEBUG]          org.apache.maven.shared:maven-shared-utils:jar:3.2.1:compile
[DEBUG]             commons-io:commons-io:jar:2.5:compile
[DEBUG]          org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.4:provided (scope managed from default) (version managed from default)
[DEBUG]             javax.enterprise:cdi-api:jar:1.0:provided
[DEBUG]                javax.annotation:jsr250-api:jar:1.0:provided
[DEBUG]          org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.4:compile
[DEBUG]          com.google.inject:guice:jar:no_aop:4.2.1:compile
[DEBUG]             aopalliance:aopalliance:jar:1.0:compile
[DEBUG]             com.google.guava:guava:jar:25.1-android:compile
[DEBUG]                com.google.code.findbugs:jsr305:jar:3.0.2:compile
[DEBUG]                org.checkerframework:checker-compat-qual:jar:2.0.0:compile
[DEBUG]                com.google.errorprone:error_prone_annotations:jar:2.1.3:compile
[DEBUG]                com.google.j2objc:j2objc-annotations:jar:1.1:compile
[DEBUG]                org.codehaus.mojo:animal-sniffer-annotations:jar:1.14:compile
[DEBUG]          javax.inject:javax.inject:jar:1:compile
[DEBUG]          org.codehaus.plexus:plexus-utils:jar:3.3.0:compile (version managed from default)
[DEBUG]          org.codehaus.plexus:plexus-classworlds:jar:2.6.0:compile
[DEBUG]          org.apache.commons:commons-lang3:jar:3.8.1:compile
[DEBUG]       org.apache.maven:maven-plugin-api:jar:3.8.1:compile (version managed from default)
[DEBUG]       org.eclipse.tycho:org.eclipse.tycho.p2.tools.shared:jar:2.4.0:compile
[DEBUG]       org.eclipse.tycho:org.eclipse.tycho.p2.resolver.shared:jar:2.4.0:compile
[DEBUG]       org.codehaus.plexus:plexus-archiver:jar:4.2.2:compile (version managed from default)
[DEBUG]          org.codehaus.plexus:plexus-io:jar:3.2.0:compile (version managed from default)
[DEBUG]          org.apache.commons:commons-compress:jar:1.20:compile (version managed from default)
[DEBUG]          org.iq80.snappy:snappy:jar:0.4:compile
[DEBUG]          org.tukaani:xz:jar:1.8:runtime
[DEBUG]       org.eclipse.tycho:sisu-equinox-embedder:jar:2.4.0:compile
[DEBUG]          org.eclipse.platform:org.eclipse.osgi:jar:3.16.300:compile (version managed from default)
[DEBUG]          org.eclipse.tycho:sisu-equinox-api:jar:2.4.0:compile
[DEBUG]       org.eclipse.tycho:tycho-metadata-model:jar:2.4.0:compile
[DEBUG]          de.pdark:decentxml:jar:1.4:compile (version managed from default)
[DEBUG]       org.eclipse.tycho:tycho-embedder-api:jar:2.4.0:compile
[DEBUG]          org.eclipse.tycho:org.eclipse.tycho.embedder.shared:jar:2.4.0:compile
[DEBUG]       org.eclipse.tycho:org.eclipse.tycho.core.shared:jar:2.4.0:compile
[DEBUG]       org.apache.maven:maven-compat:jar:3.8.1:compile (version managed from default)
[DEBUG]          org.codehaus.plexus:plexus-interpolation:jar:1.25:compile
[DEBUG]          org.apache.maven.wagon:wagon-provider-api:jar:3.4.3:compile
[DEBUG]    org.eclipse.tycho:tycho-p2-facade:jar:2.4.0:compile
[DEBUG]       org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile (version managed from default)
[DEBUG] Created new class realm extension>org.eclipse.tycho:tycho-maven-plugin:2.4.0
[DEBUG] Importing foreign packages into class realm extension>org.eclipse.tycho:tycho-maven-plugin:2.4.0
[DEBUG]   Imported:  < maven.api
[DEBUG] Populating class realm extension>org.eclipse.tycho:tycho-maven-plugin:2.4.0
[DEBUG]   Included: org.eclipse.tycho:tycho-maven-plugin:jar:2.4.0
[DEBUG]   Included: org.eclipse.tycho:tycho-core:jar:2.4.0
[DEBUG]   Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4
[DEBUG]   Included: org.sonatype.plexus:plexus-cipher:jar:1.7
[DEBUG]   Included: org.apache.maven:maven-builder-support:jar:3.8.1
[DEBUG]   Included: org.apache.maven.resolver:maven-resolver-util:jar:1.6.2
[DEBUG]   Included: org.apache.maven.shared:maven-shared-utils:jar:3.2.1
[DEBUG]   Included: commons-io:commons-io:jar:2.5
[DEBUG]   Included: org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.4
[DEBUG]   Included: com.google.inject:guice:jar:no_aop:4.2.1
[DEBUG]   Included: aopalliance:aopalliance:jar:1.0
[DEBUG]   Included: com.google.guava:guava:jar:25.1-android
[DEBUG]   Included: com.google.code.findbugs:jsr305:jar:3.0.2
[DEBUG]   Included: org.checkerframework:checker-compat-qual:jar:2.0.0
[DEBUG]   Included: com.google.errorprone:error_prone_annotations:jar:2.1.3
[DEBUG]   Included: com.google.j2objc:j2objc-annotations:jar:1.1
[DEBUG]   Included: org.codehaus.mojo:animal-sniffer-annotations:jar:1.14
[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.3.0
[DEBUG]   Included: org.apache.commons:commons-lang3:jar:3.8.1
[DEBUG]   Included: org.eclipse.tycho:org.eclipse.tycho.p2.tools.shared:jar:2.4.0
[DEBUG]   Included: org.eclipse.tycho:org.eclipse.tycho.p2.resolver.shared:jar:2.4.0
[DEBUG]   Included: org.codehaus.plexus:plexus-archiver:jar:4.2.2
[DEBUG]   Included: org.codehaus.plexus:plexus-io:jar:3.2.0
[DEBUG]   Included: org.apache.commons:commons-compress:jar:1.20
[DEBUG]   Included: org.iq80.snappy:snappy:jar:0.4
[DEBUG]   Included: org.tukaani:xz:jar:1.8
[DEBUG]   Included: org.eclipse.tycho:sisu-equinox-embedder:jar:2.4.0
[DEBUG]   Included: org.eclipse.platform:org.eclipse.osgi:jar:3.16.300
[DEBUG]   Included: org.eclipse.tycho:sisu-equinox-api:jar:2.4.0
[DEBUG]   Included: org.eclipse.tycho:tycho-metadata-model:jar:2.4.0
[DEBUG]   Included: de.pdark:decentxml:jar:1.4
[DEBUG]   Included: org.eclipse.tycho:tycho-embedder-api:jar:2.4.0
[DEBUG]   Included: org.eclipse.tycho:org.eclipse.tycho.embedder.shared:jar:2.4.0
[DEBUG]   Included: org.eclipse.tycho:org.eclipse.tycho.core.shared:jar:2.4.0
[DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.25
[DEBUG]   Included: org.eclipse.tycho:tycho-p2-facade:jar:2.4.0
[DEBUG]   Included: org.codehaus.plexus:plexus-component-annotations:jar:2.1.0
[DEBUG] Extension realms for project com.servoy:com.servoy.eclipse.product:eclipse-repository:2021.9.0.3700_rc: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:2.4.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@ea9bb120]]
[DEBUG] Created new class realm project>com.servoy:com.servoy.eclipse.product:2021.9.0.3700_rc
[DEBUG] Populating class realm project>com.servoy:com.servoy.eclipse.product:2021.9.0.3700_rc
[DEBUG] Looking up lifecycle mappings for packaging eclipse-repository from ClassRealm[project>com.servoy:com.servoy.eclipse.product:2021.9.0.3700_rc, parent: ClassRealm[maven.api, parent: null]]
[DEBUG] Extension realms for project com.servoy:servoy-eclipse:pom:2021.9.0.3700_rc: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:2.4.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@ea9bb120]]
[DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[project>com.servoy:com.servoy.eclipse.product:2021.9.0.3700_rc, parent: ClassRealm[maven.api, parent: null]]
[DEBUG] org.eclipse.tycho:tycho-maven-plugin:2.4.0 configured in MavenProject: com.servoy:com.servoy.eclipse.product:2021.9.0.3700_rc @ C:\Users\jcomp\git\servoy_master\servoy-eclipse\com.servoy.eclipse.product\pom.xml
[DEBUG] org.eclipse.tycho:tycho-compiler-plugin:2.4.0 configured in MavenProject: com.servoy:com.servoy.eclipse.product:2021.9.0.3700_rc @ C:\Users\jcomp\git\servoy_master\servoy-eclipse\com.servoy.eclipse.product\pom.xml
[DEBUG] org.eclipse.tycho:tycho-versions-plugin:2.4.0 configured in MavenProject: com.servoy:com.servoy.eclipse.product:2021.9.0.3700_rc @ C:\Users\jcomp\git\servoy_master\servoy-eclipse\com.servoy.eclipse.product\pom.xml
[DEBUG] org.eclipse.tycho:tycho-p2-plugin:2.4.0 configured in MavenProject: com.servoy:com.servoy.eclipse.product:2021.9.0.3700_rc @ C:\Users\jcomp\git\servoy_master\servoy-eclipse\com.servoy.eclipse.product\pom.xml
[DEBUG] org.eclipse.tycho:tycho-p2-publisher-plugin:2.4.0 configured in MavenProject: com.servoy:com.servoy.eclipse.product:2021.9.0.3700_rc @ C:\Users\jcomp\git\servoy_master\servoy-eclipse\com.servoy.eclipse.product\pom.xml
[DEBUG] org.eclipse.tycho:tycho-p2-repository-plugin:2.4.0 configured in MavenProject: com.servoy:com.servoy.eclipse.product:2021.9.0.3700_rc @ C:\Users\jcomp\git\servoy_master\servoy-eclipse\com.servoy.eclipse.product\pom.xml
[DEBUG] org.eclipse.tycho:tycho-p2-director-plugin:2.4.0 configured in MavenProject: com.servoy:com.servoy.eclipse.product:2021.9.0.3700_rc @ C:\Users\jcomp\git\servoy_master\servoy-eclipse\com.servoy.eclipse.product\pom.xml
[DEBUG] org.eclipse.tycho:tycho-packaging-plugin:2.4.0 configured in MavenProject: com.servoy:com.servoy.eclipse.product:2021.9.0.3700_rc @ C:\Users\jcomp\git\servoy_master\servoy-eclipse\com.servoy.eclipse.product\pom.xml
[DEBUG] target-platform-configuration for MavenProject: com.servoy:com.servoy.eclipse.product:2021.9.0.3700_rc @ C:\Users\jcomp\git\servoy_master\servoy-eclipse\com.servoy.eclipse.product\pom.xml:
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <target>
    <artifact>
      <groupId>com.servoy</groupId>
      <artifactId>com.servoy.eclipse.target</artifactId>
      <version>2021.9.0.3700_rc</version>
    </artifact>
  </target>
  <pomDependencies>consider</pomDependencies>
  <resolver>p2</resolver>
  <environments>
    <environment>
      <os>win32</os>
      <ws>win32</ws>
      <arch>x86_64</arch>
    </environment>
    <environment>
      <os>macosx</os>
      <ws>cocoa</ws>
      <arch>x86_64</arch>
    </environment>
    <environment>
      <os>linux</os>
      <ws>gtk</ws>
      <arch>x86_64</arch>
    </environment>
  </environments>
  <filters>
    <filter>
      <type>eclipse-plugin</type>
      <id>sablo</id>
      <restrictTo>
        <version>2021.9.0.3700_rc</version>
      </restrictTo>
    </filter>
    <filter>
      <type>eclipse-plugin</type>
      <id>org.eclipse.dltk.javascript.rhino</id>
      <restrictTo>
        <version>2021.9.0.3700_rc</version>
      </restrictTo>
    </filter>
    <filter>
      <type>eclipse-plugin</type>
      <id>servoy_base</id>
      <restrictTo>
        <version>2021.9.0.3700_rc</version>
      </restrictTo>
    </filter>
    <filter>
      <type>eclipse-plugin</type>
      <id>servoy_shared</id>
      <restrictTo>
        <version>2021.9.0.3700_rc</version>
      </restrictTo>
    </filter>
    <filter>
      <type>eclipse-plugin</type>
      <id>servoy_smart_client</id>
      <restrictTo>
        <version>2021.9.0.3700_rc</version>
      </restrictTo>
    </filter>
    <filter>
      <type>eclipse-plugin</type>
      <id>servoy_headless_client</id>
      <restrictTo>
        <version>2021.9.0.3700_rc</version>
      </restrictTo>
    </filter>
    <filter>
      <type>eclipse-plugin</type>
      <id>servoy_ngclient</id>
      <restrictTo>
        <version>2021.9.0.3700_rc</version>
      </restrictTo>
    </filter>
    <filter>
      <type>eclipse-plugin</type>
      <id>servoy_debug</id>
      <restrictTo>
        <version>2021.9.0.3700_rc</version>
      </restrictTo>
    </filter>
    <filter>
      <type>eclipse-plugin</type>
      <id>j2db_server</id>
      <restrictTo>
        <version>2021.9.0.3700_rc</version>
      </restrictTo>
    </filter>
    <filter>
      <type>eclipse-plugin</type>
      <id>j2db_log4j</id>
      <restrictTo>
        <version>2021.9.0.3700_rc</version>
      </restrictTo>
    </filter>
    <filter>
      <type>eclipse-plugin</type>
      <id>com.servoy.eclipse.ui.tweaks</id>
      <restrictTo>
        <version>2021.9.0.3700_rc</version>
      </restrictTo>
    </filter>
    <filter>
      <type>eclipse-plugin</type>
      <id>com.servoy.css.core</id>
      <restrictTo>
        <version>2021.9.0.3700_rc</version>
      </restrictTo>
    </filter>
  </filters>
  <includePackedArtifacts>true</includePackedArtifacts>
</configuration>
Debug options:
    file:/C:/Users/jcomp/git/servoy_master/servoy-eclipse/com.servoy.eclipse.product/.options not found
Time to load bundles: 245
[DEBUG] Clearing proxy settings in OSGi runtime
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=650700, ConflictMarker.markTime=335200, ConflictMarker.nodeCount=147, ConflictIdSorter.graphTime=376000, ConflictIdSorter.topsortTime=82900, ConflictIdSorter.conflictIdCount=64, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=4068400, ConflictResolver.conflictItemCount=145, DefaultDependencyCollector.collectTime=34912200, DefaultDependencyCollector.transformTime=5546300}
[DEBUG] org.eclipse.tycho:tycho-p2-plugin:jar:2.4.0
[DEBUG]    org.apache.maven:maven-plugin-api:jar:3.8.1:compile
[DEBUG]       org.apache.maven:maven-model:jar:3.8.1:compile (version managed from default)
[DEBUG]       org.apache.maven:maven-artifact:jar:3.8.1:compile
[DEBUG]       org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.4:provided (scope managed from default) (version managed from default)
[DEBUG]          javax.enterprise:cdi-api:jar:1.0:provided
[DEBUG]             javax.annotation:jsr250-api:jar:1.0:provided
[DEBUG]       org.codehaus.plexus:plexus-utils:jar:3.3.0:compile (version managed from default)
[DEBUG]       org.codehaus.plexus:plexus-classworlds:jar:2.6.0:compile
[DEBUG]    org.apache.maven:maven-core:jar:3.8.1:compile
[DEBUG]       org.apache.maven:maven-settings:jar:3.8.1:compile (version managed from default)
[DEBUG]       org.apache.maven:maven-settings-builder:jar:3.8.1:compile
[DEBUG]          org.codehaus.plexus:plexus-interpolation:jar:1.25:compile
[DEBUG]          org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile
[DEBUG]             org.sonatype.plexus:plexus-cipher:jar:1.7:compile (version managed from default)
[DEBUG]       org.apache.maven:maven-builder-support:jar:3.8.1:compile
[DEBUG]       org.apache.maven:maven-repository-metadata:jar:3.8.1:compile
[DEBUG]       org.apache.maven:maven-model-builder:jar:3.8.1:compile
[DEBUG]       org.apache.maven:maven-resolver-provider:jar:3.8.1:compile
[DEBUG]          org.slf4j:slf4j-api:jar:1.7.29:compile
[DEBUG]       org.apache.maven.resolver:maven-resolver-impl:jar:1.6.2:compile
[DEBUG]       org.apache.maven.resolver:maven-resolver-api:jar:1.6.2:compile
[DEBUG]       org.apache.maven.resolver:maven-resolver-spi:jar:1.6.2:compile
[DEBUG]       org.apache.maven.resolver:maven-resolver-util:jar:1.6.2:compile
[DEBUG]       org.apache.maven.shared:maven-shared-utils:jar:3.2.1:compile
[DEBUG]          commons-io:commons-io:jar:2.5:compile
[DEBUG]       org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.4:compile
[DEBUG]       com.google.inject:guice:jar:no_aop:4.2.1:compile
[DEBUG]          aopalliance:aopalliance:jar:1.0:compile
[DEBUG]          com.google.guava:guava:jar:25.1-android:compile
[DEBUG]             com.google.code.findbugs:jsr305:jar:3.0.2:compile
[DEBUG]             org.checkerframework:checker-compat-qual:jar:2.0.0:compile
[DEBUG]             com.google.errorprone:error_prone_annotations:jar:2.1.3:compile
[DEBUG]             com.google.j2objc:j2objc-annotations:jar:1.1:compile
[DEBUG]             org.codehaus.mojo:animal-sniffer-annotations:jar:1.14:compile
[DEBUG]       javax.inject:javax.inject:jar:1:compile
[DEBUG]       org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile (version managed from default)
[DEBUG]       org.apache.commons:commons-lang3:jar:3.8.1:compile
[DEBUG]    org.eclipse.tycho:sisu-equinox-launching:jar:2.4.0:compile
[DEBUG]       org.eclipse.tycho:tycho-core:jar:2.4.0:compile
[DEBUG]          org.codehaus.plexus:plexus-archiver:jar:4.2.2:compile (version managed from default)
[DEBUG]             org.codehaus.plexus:plexus-io:jar:3.2.0:compile (version managed from default)
[DEBUG]             org.apache.commons:commons-compress:jar:1.20:compile (version managed from default)
[DEBUG]             org.iq80.snappy:snappy:jar:0.4:compile
[DEBUG]             org.tukaani:xz:jar:1.8:runtime
[DEBUG]          org.eclipse.tycho:tycho-metadata-model:jar:2.4.0:compile
[DEBUG]             de.pdark:decentxml:jar:1.4:compile (version managed from default)
[DEBUG]          org.eclipse.tycho:tycho-embedder-api:jar:2.4.0:compile
[DEBUG]             org.eclipse.tycho:org.eclipse.tycho.embedder.shared:jar:2.4.0:compile
[DEBUG]          org.eclipse.tycho:org.eclipse.tycho.core.shared:jar:2.4.0:compile
[DEBUG]          org.apache.maven:maven-compat:jar:3.8.1:compile (version managed from default)
[DEBUG]             org.apache.maven.wagon:wagon-provider-api:jar:3.4.3:compile
[DEBUG]       org.eclipse.tycho:sisu-equinox-api:jar:2.4.0:compile
[DEBUG]       org.apache.commons:commons-exec:jar:1.3:compile (version managed from default)
[DEBUG]    org.eclipse.tycho:tycho-p2-facade:jar:2.4.0:compile
[DEBUG]       org.eclipse.tycho:sisu-equinox-embedder:jar:2.4.0:compile
[DEBUG]          org.eclipse.platform:org.eclipse.osgi:jar:3.16.300:compile (version managed from default)
[DEBUG]       org.eclipse.tycho:org.eclipse.tycho.p2.resolver.shared:jar:2.4.0:compile
[DEBUG]       org.eclipse.tycho:org.eclipse.tycho.p2.tools.shared:jar:2.4.0:compile
[DEBUG]    org.eclipse.tycho:tycho-artifactcomparator:jar:2.4.0:compile
[DEBUG]       org.ow2.asm:asm-tree:jar:9.1:compile
[DEBUG]          org.ow2.asm:asm:jar:9.1:compile
[DEBUG]       org.ow2.asm:asm-util:jar:9.1:compile
[DEBUG]          org.ow2.asm:asm-analysis:jar:9.1:compile
[DEBUG] Created new class realm plugin>org.eclipse.tycho:tycho-p2-plugin:2.4.0
[DEBUG] Importing foreign packages into class realm plugin>org.eclipse.tycho:tycho-p2-plugin:2.4.0
[DEBUG]   Imported:  < project>com.servoy:com.servoy.eclipse.product:2021.9.0.3700_rc
[DEBUG] Populating class realm plugin>org.eclipse.tycho:tycho-p2-plugin:2.4.0
[DEBUG]   Included: org.eclipse.tycho:tycho-p2-plugin:jar:2.4.0
[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.3.0
[DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.25
[DEBUG]   Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4
[DEBUG]   Included: org.sonatype.plexus:plexus-cipher:jar:1.7
[DEBUG]   Included: org.apache.maven:maven-builder-support:jar:3.8.1
[DEBUG]   Included: org.apache.maven.resolver:maven-resolver-util:jar:1.6.2
[DEBUG]   Included: org.apache.maven.shared:maven-shared-utils:jar:3.2.1
[DEBUG]   Included: commons-io:commons-io:jar:2.5
[DEBUG]   Included: org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.4
[DEBUG]   Included: com.google.inject:guice:jar:no_aop:4.2.1
[DEBUG]   Included: aopalliance:aopalliance:jar:1.0
[DEBUG]   Included: com.google.guava:guava:jar:25.1-android
[DEBUG]   Included: com.google.code.findbugs:jsr305:jar:3.0.2
[DEBUG]   Included: org.checkerframework:checker-compat-qual:jar:2.0.0
[DEBUG]   Included: com.google.errorprone:error_prone_annotations:jar:2.1.3
[DEBUG]   Included: com.google.j2objc:j2objc-annotations:jar:1.1
[DEBUG]   Included: org.codehaus.mojo:animal-sniffer-annotations:jar:1.14
[DEBUG]   Included: org.codehaus.plexus:plexus-component-annotations:jar:2.1.0
[DEBUG]   Included: org.apache.commons:commons-lang3:jar:3.8.1
[DEBUG]   Included: org.eclipse.tycho:sisu-equinox-launching:jar:2.4.0
[DEBUG]   Included: org.codehaus.plexus:plexus-archiver:jar:4.2.2
[DEBUG]   Included: org.codehaus.plexus:plexus-io:jar:3.2.0
[DEBUG]   Included: org.apache.commons:commons-compress:jar:1.20
[DEBUG]   Included: org.iq80.snappy:snappy:jar:0.4
[DEBUG]   Included: org.tukaani:xz:jar:1.8
[DEBUG]   Included: org.apache.commons:commons-exec:jar:1.3
[DEBUG]   Included: org.eclipse.platform:org.eclipse.osgi:jar:3.16.300
[DEBUG]   Included: org.eclipse.tycho:tycho-artifactcomparator:jar:2.4.0
[DEBUG]   Included: org.ow2.asm:asm-tree:jar:9.1
[DEBUG]   Included: org.ow2.asm:asm:jar:9.1
[DEBUG]   Included: org.ow2.asm:asm-util:jar:9.1
[DEBUG]   Included: org.ow2.asm:asm-analysis:jar:9.1
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=427600, ConflictMarker.markTime=235000, ConflictMarker.nodeCount=155, ConflictIdSorter.graphTime=219900, ConflictIdSorter.topsortTime=47900, ConflictIdSorter.conflictIdCount=59, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=1397700, ConflictResolver.conflictItemCount=145, DefaultDependencyCollector.collectTime=21366800, DefaultDependencyCollector.transformTime=2359400}
[DEBUG] org.eclipse.tycho:tycho-p2-publisher-plugin:jar:2.4.0
[DEBUG]    org.apache.maven:maven-plugin-api:jar:3.8.1:compile
[DEBUG]       org.apache.maven:maven-model:jar:3.8.1:compile (version managed from default)
[DEBUG]       org.apache.maven:maven-artifact:jar:3.8.1:compile
[DEBUG]       org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.4:provided (scope managed from default) (version managed from default)
[DEBUG]          javax.enterprise:cdi-api:jar:1.0:provided
[DEBUG]             javax.annotation:jsr250-api:jar:1.0:provided
[DEBUG]       org.codehaus.plexus:plexus-utils:jar:3.3.0:compile (version managed from default)
[DEBUG]       org.codehaus.plexus:plexus-classworlds:jar:2.6.0:compile
[DEBUG]    org.apache.maven:maven-core:jar:3.8.1:compile
[DEBUG]       org.apache.maven:maven-settings:jar:3.8.1:compile (version managed from default)
[DEBUG]       org.apache.maven:maven-settings-builder:jar:3.8.1:compile
[DEBUG]          org.codehaus.plexus:plexus-interpolation:jar:1.25:compile
[DEBUG]          org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile
[DEBUG]             org.sonatype.plexus:plexus-cipher:jar:1.7:compile (version managed from default)
[DEBUG]       org.apache.maven:maven-builder-support:jar:3.8.1:compile
[DEBUG]       org.apache.maven:maven-repository-metadata:jar:3.8.1:compile
[DEBUG]       org.apache.maven:maven-model-builder:jar:3.8.1:compile
[DEBUG]       org.apache.maven:maven-resolver-provider:jar:3.8.1:compile
[DEBUG]          org.slf4j:slf4j-api:jar:1.7.29:compile
[DEBUG]       org.apache.maven.resolver:maven-resolver-impl:jar:1.6.2:compile
[DEBUG]       org.apache.maven.resolver:maven-resolver-api:jar:1.6.2:compile
[DEBUG]       org.apache.maven.resolver:maven-resolver-spi:jar:1.6.2:compile
[DEBUG]       org.apache.maven.resolver:maven-resolver-util:jar:1.6.2:compile
[DEBUG]       org.apache.maven.shared:maven-shared-utils:jar:3.2.1:compile
[DEBUG]          commons-io:commons-io:jar:2.5:compile
[DEBUG]       org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.4:compile
[DEBUG]       com.google.inject:guice:jar:no_aop:4.2.1:compile
[DEBUG]          aopalliance:aopalliance:jar:1.0:compile
[DEBUG]          com.google.guava:guava:jar:25.1-android:compile
[DEBUG]             com.google.code.findbugs:jsr305:jar:3.0.2:compile
[DEBUG]             org.checkerframework:checker-compat-qual:jar:2.0.0:compile
[DEBUG]             com.google.errorprone:error_prone_annotations:jar:2.1.3:compile
[DEBUG]             com.google.j2objc:j2objc-annotations:jar:1.1:compile
[DEBUG]             org.codehaus.mojo:animal-sniffer-annotations:jar:1.14:compile
[DEBUG]       javax.inject:javax.inject:jar:1:compile
[DEBUG]       org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile (version managed from default)
[DEBUG]       org.apache.commons:commons-lang3:jar:3.8.1:compile
[DEBUG]    org.eclipse.tycho:tycho-p2-facade:jar:2.4.0:compile
[DEBUG]       org.eclipse.tycho:tycho-core:jar:2.4.0:compile
[DEBUG]          org.eclipse.tycho:tycho-metadata-model:jar:2.4.0:compile
[DEBUG]             de.pdark:decentxml:jar:1.4:compile (version managed from default)
[DEBUG]          org.eclipse.tycho:tycho-embedder-api:jar:2.4.0:compile
[DEBUG]             org.eclipse.tycho:org.eclipse.tycho.embedder.shared:jar:2.4.0:compile
[DEBUG]          org.eclipse.tycho:org.eclipse.tycho.core.shared:jar:2.4.0:compile
[DEBUG]          org.apache.maven:maven-compat:jar:3.8.1:compile (version managed from default)
[DEBUG]             org.apache.maven.wagon:wagon-provider-api:jar:3.4.3:compile
[DEBUG]       org.eclipse.tycho:sisu-equinox-embedder:jar:2.4.0:compile
[DEBUG]          org.eclipse.platform:org.eclipse.osgi:jar:3.16.300:compile (version managed from default)
[DEBUG]          org.eclipse.tycho:sisu-equinox-api:jar:2.4.0:compile
[DEBUG]       org.eclipse.tycho:org.eclipse.tycho.p2.resolver.shared:jar:2.4.0:compile
[DEBUG]       org.eclipse.tycho:org.eclipse.tycho.p2.tools.shared:jar:2.4.0:compile
[DEBUG]    org.eclipse.tycho:tycho-packaging-plugin:jar:2.4.0:compile
[DEBUG]       org.apache.maven:maven-archiver:jar:3.5.0:compile (version managed from default)
[DEBUG]       org.codehaus.plexus:plexus-archiver:jar:4.2.2:compile (version managed from default)
[DEBUG]          org.codehaus.plexus:plexus-io:jar:3.2.0:compile (version managed from default)
[DEBUG]          org.apache.commons:commons-compress:jar:1.20:compile (version managed from default)
[DEBUG]          org.iq80.snappy:snappy:jar:0.4:compile
[DEBUG]          org.tukaani:xz:jar:1.8:runtime
[DEBUG] Created new class realm plugin>org.eclipse.tycho:tycho-p2-publisher-plugin:2.4.0
[DEBUG] Importing foreign packages into class realm plugin>org.eclipse.tycho:tycho-p2-publisher-plugin:2.4.0
[DEBUG]   Imported:  < project>com.servoy:com.servoy.eclipse.product:2021.9.0.3700_rc
[DEBUG] Populating class realm plugin>org.eclipse.tycho:tycho-p2-publisher-plugin:2.4.0
[DEBUG]   Included: org.eclipse.tycho:tycho-p2-publisher-plugin:jar:2.4.0
[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.3.0
[DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.25
[DEBUG]   Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4
[DEBUG]   Included: org.sonatype.plexus:plexus-cipher:jar:1.7
[DEBUG]   Included: org.apache.maven:maven-builder-support:jar:3.8.1
[DEBUG]   Included: org.apache.maven.resolver:maven-resolver-util:jar:1.6.2
[DEBUG]   Included: org.apache.maven.shared:maven-shared-utils:jar:3.2.1
[DEBUG]   Included: commons-io:commons-io:jar:2.5
[DEBUG]   Included: org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.4
[DEBUG]   Included: com.google.inject:guice:jar:no_aop:4.2.1
[DEBUG]   Included: aopalliance:aopalliance:jar:1.0
[DEBUG]   Included: com.google.guava:guava:jar:25.1-android
[DEBUG]   Included: com.google.code.findbugs:jsr305:jar:3.0.2
[DEBUG]   Included: org.checkerframework:checker-compat-qual:jar:2.0.0
[DEBUG]   Included: com.google.errorprone:error_prone_annotations:jar:2.1.3
[DEBUG]   Included: com.google.j2objc:j2objc-annotations:jar:1.1
[DEBUG]   Included: org.codehaus.mojo:animal-sniffer-annotations:jar:1.14
[DEBUG]   Included: org.codehaus.plexus:plexus-component-annotations:jar:2.1.0
[DEBUG]   Included: org.apache.commons:commons-lang3:jar:3.8.1
[DEBUG]   Included: org.eclipse.platform:org.eclipse.osgi:jar:3.16.300
[DEBUG]   Included: org.eclipse.tycho:tycho-packaging-plugin:jar:2.4.0
[DEBUG]   Included: org.apache.maven:maven-archiver:jar:3.5.0
[DEBUG]   Included: org.codehaus.plexus:plexus-archiver:jar:4.2.2
[DEBUG]   Included: org.codehaus.plexus:plexus-io:jar:3.2.0
[DEBUG]   Included: org.apache.commons:commons-compress:jar:1.20
[DEBUG]   Included: org.iq80.snappy:snappy:jar:0.4
[DEBUG]   Included: org.tukaani:xz:jar:1.8
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=371100, ConflictMarker.markTime=218900, ConflictMarker.nodeCount=135, ConflictIdSorter.graphTime=177400, ConflictIdSorter.topsortTime=44700, ConflictIdSorter.conflictIdCount=59, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=1277500, ConflictResolver.conflictItemCount=133, DefaultDependencyCollector.collectTime=7306400, DefaultDependencyCollector.transformTime=2125300}
[DEBUG] org.eclipse.tycho:tycho-p2-repository-plugin:jar:2.4.0
[DEBUG]    org.apache.maven:maven-plugin-api:jar:3.8.1:compile
[DEBUG]       org.apache.maven:maven-model:jar:3.8.1:compile (version managed from default)
[DEBUG]       org.apache.maven:maven-artifact:jar:3.8.1:compile
[DEBUG]          org.apache.commons:commons-lang3:jar:3.8.1:compile
[DEBUG]       org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.4:provided (scope managed from default) (version managed from default)
[DEBUG]          javax.enterprise:cdi-api:jar:1.0:provided
[DEBUG]             javax.annotation:jsr250-api:jar:1.0:provided
[DEBUG]             javax.inject:javax.inject:jar:1:compile
[DEBUG]          org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.4:compile
[DEBUG]       org.codehaus.plexus:plexus-utils:jar:3.3.0:compile (version managed from default)
[DEBUG]       org.codehaus.plexus:plexus-classworlds:jar:2.6.0:compile
[DEBUG]    org.eclipse.tycho:tycho-p2-facade:jar:2.4.0:compile
[DEBUG]       org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile (version managed from default)
[DEBUG]       org.eclipse.tycho:tycho-core:jar:2.4.0:compile
[DEBUG]          org.apache.maven:maven-core:jar:3.8.1:compile (version managed from default)
[DEBUG]             org.apache.maven:maven-settings:jar:3.8.1:compile (version managed from default)
[DEBUG]             org.apache.maven:maven-settings-builder:jar:3.8.1:compile
[DEBUG]                org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile
[DEBUG]                   org.sonatype.plexus:plexus-cipher:jar:1.7:compile (version managed from default)
[DEBUG]             org.apache.maven:maven-builder-support:jar:3.8.1:compile
[DEBUG]             org.apache.maven:maven-repository-metadata:jar:3.8.1:compile
[DEBUG]             org.apache.maven:maven-model-builder:jar:3.8.1:compile
[DEBUG]             org.apache.maven:maven-resolver-provider:jar:3.8.1:compile
[DEBUG]                org.slf4j:slf4j-api:jar:1.7.29:compile
[DEBUG]             org.apache.maven.resolver:maven-resolver-impl:jar:1.6.2:compile
[DEBUG]             org.apache.maven.resolver:maven-resolver-api:jar:1.6.2:compile
[DEBUG]             org.apache.maven.resolver:maven-resolver-spi:jar:1.6.2:compile
[DEBUG]             org.apache.maven.resolver:maven-resolver-util:jar:1.6.2:compile
[DEBUG]             org.apache.maven.shared:maven-shared-utils:jar:3.2.1:compile
[DEBUG]                commons-io:commons-io:jar:2.5:compile
[DEBUG]             com.google.inject:guice:jar:no_aop:4.2.1:compile
[DEBUG]                aopalliance:aopalliance:jar:1.0:compile
[DEBUG]                com.google.guava:guava:jar:25.1-android:compile
[DEBUG]                   com.google.code.findbugs:jsr305:jar:3.0.2:compile
[DEBUG]                   org.checkerframework:checker-compat-qual:jar:2.0.0:compile
[DEBUG]                   com.google.errorprone:error_prone_annotations:jar:2.1.3:compile
[DEBUG]                   com.google.j2objc:j2objc-annotations:jar:1.1:compile
[DEBUG]                   org.codehaus.mojo:animal-sniffer-annotations:jar:1.14:compile
[DEBUG]          org.codehaus.plexus:plexus-archiver:jar:4.2.2:compile (version managed from default)
[DEBUG]             org.codehaus.plexus:plexus-io:jar:3.2.0:compile (version managed from default)
[DEBUG]             org.apache.commons:commons-compress:jar:1.20:compile (version managed from default)
[DEBUG]             org.iq80.snappy:snappy:jar:0.4:compile
[DEBUG]             org.tukaani:xz:jar:1.8:runtime
[DEBUG]          org.eclipse.tycho:tycho-metadata-model:jar:2.4.0:compile
[DEBUG]             de.pdark:decentxml:jar:1.4:compile (version managed from default)
[DEBUG]          org.eclipse.tycho:tycho-embedder-api:jar:2.4.0:compile
[DEBUG]             org.eclipse.tycho:org.eclipse.tycho.embedder.shared:jar:2.4.0:compile
[DEBUG]          org.eclipse.tycho:org.eclipse.tycho.core.shared:jar:2.4.0:compile
[DEBUG]          org.apache.maven:maven-compat:jar:3.8.1:compile (version managed from default)
[DEBUG]             org.codehaus.plexus:plexus-interpolation:jar:1.25:compile
[DEBUG]             org.apache.maven.wagon:wagon-provider-api:jar:3.4.3:compile
[DEBUG]       org.eclipse.tycho:sisu-equinox-embedder:jar:2.4.0:compile
[DEBUG]          org.eclipse.platform:org.eclipse.osgi:jar:3.16.300:compile (version managed from default)
[DEBUG]       org.eclipse.tycho:org.eclipse.tycho.p2.resolver.shared:jar:2.4.0:compile
[DEBUG]       org.eclipse.tycho:org.eclipse.tycho.p2.tools.shared:jar:2.4.0:compile
[DEBUG]    org.eclipse.tycho:sisu-equinox-launching:jar:2.4.0:compile
[DEBUG]       org.eclipse.tycho:sisu-equinox-api:jar:2.4.0:compile
[DEBUG]       org.apache.commons:commons-exec:jar:1.3:compile (version managed from default)
[DEBUG] Created new class realm plugin>org.eclipse.tycho:tycho-p2-repository-plugin:2.4.0
[DEBUG] Importing foreign packages into class realm plugin>org.eclipse.tycho:tycho-p2-repository-plugin:2.4.0
[DEBUG]   Imported:  < project>com.servoy:com.servoy.eclipse.product:2021.9.0.3700_rc
[DEBUG] Populating class realm plugin>org.eclipse.tycho:tycho-p2-repository-plugin:2.4.0
[DEBUG]   Included: org.eclipse.tycho:tycho-p2-repository-plugin:jar:2.4.0
[DEBUG]   Included: org.apache.commons:commons-lang3:jar:3.8.1
[DEBUG]   Included: org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.4
[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.3.0
[DEBUG]   Included: org.codehaus.plexus:plexus-component-annotations:jar:2.1.0
[DEBUG]   Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4
[DEBUG]   Included: org.sonatype.plexus:plexus-cipher:jar:1.7
[DEBUG]   Included: org.apache.maven:maven-builder-support:jar:3.8.1
[DEBUG]   Included: org.apache.maven.resolver:maven-resolver-util:jar:1.6.2
[DEBUG]   Included: org.apache.maven.shared:maven-shared-utils:jar:3.2.1
[DEBUG]   Included: commons-io:commons-io:jar:2.5
[DEBUG]   Included: com.google.inject:guice:jar:no_aop:4.2.1
[DEBUG]   Included: aopalliance:aopalliance:jar:1.0
[DEBUG]   Included: com.google.guava:guava:jar:25.1-android
[DEBUG]   Included: com.google.code.findbugs:jsr305:jar:3.0.2
[DEBUG]   Included: org.checkerframework:checker-compat-qual:jar:2.0.0
[DEBUG]   Included: com.google.errorprone:error_prone_annotations:jar:2.1.3
[DEBUG]   Included: com.google.j2objc:j2objc-annotations:jar:1.1
[DEBUG]   Included: org.codehaus.mojo:animal-sniffer-annotations:jar:1.14
[DEBUG]   Included: org.codehaus.plexus:plexus-archiver:jar:4.2.2
[DEBUG]   Included: org.codehaus.plexus:plexus-io:jar:3.2.0
[DEBUG]   Included: org.apache.commons:commons-compress:jar:1.20
[DEBUG]   Included: org.iq80.snappy:snappy:jar:0.4
[DEBUG]   Included: org.tukaani:xz:jar:1.8
[DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.25
[DEBUG]   Included: org.eclipse.platform:org.eclipse.osgi:jar:3.16.300
[DEBUG]   Included: org.eclipse.tycho:sisu-equinox-launching:jar:2.4.0
[DEBUG]   Included: org.apache.commons:commons-exec:jar:1.3
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=403100, ConflictMarker.markTime=228700, ConflictMarker.nodeCount=139, ConflictIdSorter.graphTime=193500, ConflictIdSorter.topsortTime=47300, ConflictIdSorter.conflictIdCount=61, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=1325300, ConflictResolver.conflictItemCount=137, DefaultDependencyCollector.collectTime=12358800, DefaultDependencyCollector.transformTime=2232100}
[DEBUG] org.eclipse.tycho:tycho-p2-director-plugin:jar:2.4.0
[DEBUG]    org.apache.maven:maven-plugin-api:jar:3.8.1:compile
[DEBUG]       org.apache.maven:maven-model:jar:3.8.1:compile (version managed from default)
[DEBUG]       org.apache.maven:maven-artifact:jar:3.8.1:compile
[DEBUG]       org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.4:provided (scope managed from default) (version managed from default)
[DEBUG]          javax.enterprise:cdi-api:jar:1.0:provided
[DEBUG]             javax.annotation:jsr250-api:jar:1.0:provided
[DEBUG]       org.codehaus.plexus:plexus-utils:jar:3.3.0:compile (version managed from default)
[DEBUG]       org.codehaus.plexus:plexus-classworlds:jar:2.6.0:compile
[DEBUG]    org.apache.maven:maven-core:jar:3.8.1:compile
[DEBUG]       org.apache.maven:maven-settings:jar:3.8.1:compile (version managed from default)
[DEBUG]       org.apache.maven:maven-settings-builder:jar:3.8.1:compile
[DEBUG]          org.codehaus.plexus:plexus-interpolation:jar:1.25:compile
[DEBUG]          org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile
[DEBUG]             org.sonatype.plexus:plexus-cipher:jar:1.7:compile (version managed from default)
[DEBUG]       org.apache.maven:maven-builder-support:jar:3.8.1:compile
[DEBUG]       org.apache.maven:maven-repository-metadata:jar:3.8.1:compile
[DEBUG]       org.apache.maven:maven-model-builder:jar:3.8.1:compile
[DEBUG]       org.apache.maven:maven-resolver-provider:jar:3.8.1:compile
[DEBUG]          org.slf4j:slf4j-api:jar:1.7.29:compile
[DEBUG]       org.apache.maven.resolver:maven-resolver-impl:jar:1.6.2:compile
[DEBUG]       org.apache.maven.resolver:maven-resolver-api:jar:1.6.2:compile
[DEBUG]       org.apache.maven.resolver:maven-resolver-spi:jar:1.6.2:compile
[DEBUG]       org.apache.maven.resolver:maven-resolver-util:jar:1.6.2:compile
[DEBUG]       org.apache.maven.shared:maven-shared-utils:jar:3.2.1:compile
[DEBUG]          commons-io:commons-io:jar:2.5:compile
[DEBUG]       org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.4:compile
[DEBUG]       com.google.inject:guice:jar:no_aop:4.2.1:compile
[DEBUG]          aopalliance:aopalliance:jar:1.0:compile
[DEBUG]          com.google.guava:guava:jar:25.1-android:compile
[DEBUG]             com.google.code.findbugs:jsr305:jar:3.0.2:compile
[DEBUG]             org.checkerframework:checker-compat-qual:jar:2.0.0:compile
[DEBUG]             com.google.errorprone:error_prone_annotations:jar:2.1.3:compile
[DEBUG]             com.google.j2objc:j2objc-annotations:jar:1.1:compile
[DEBUG]             org.codehaus.mojo:animal-sniffer-annotations:jar:1.14:compile
[DEBUG]       javax.inject:javax.inject:jar:1:compile
[DEBUG]       org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile (version managed from default)
[DEBUG]       org.apache.commons:commons-lang3:jar:3.8.1:compile
[DEBUG]    org.eclipse.tycho:tycho-p2-facade:jar:2.4.0:compile
[DEBUG]       org.eclipse.tycho:tycho-core:jar:2.4.0:compile
[DEBUG]          org.codehaus.plexus:plexus-archiver:jar:4.2.2:compile (version managed from default)
[DEBUG]             org.codehaus.plexus:plexus-io:jar:3.2.0:compile (version managed from default)
[DEBUG]             org.iq80.snappy:snappy:jar:0.4:compile
[DEBUG]             org.tukaani:xz:jar:1.8:runtime
[DEBUG]          org.eclipse.tycho:tycho-metadata-model:jar:2.4.0:compile
[DEBUG]             de.pdark:decentxml:jar:1.4:compile (version managed from default)
[DEBUG]          org.eclipse.tycho:tycho-embedder-api:jar:2.4.0:compile
[DEBUG]             org.eclipse.tycho:org.eclipse.tycho.embedder.shared:jar:2.4.0:compile
[DEBUG]          org.eclipse.tycho:org.eclipse.tycho.core.shared:jar:2.4.0:compile
[DEBUG]          org.apache.maven:maven-compat:jar:3.8.1:compile (version managed from default)
[DEBUG]             org.apache.maven.wagon:wagon-provider-api:jar:3.4.3:compile
[DEBUG]       org.eclipse.tycho:sisu-equinox-embedder:jar:2.4.0:compile
[DEBUG]          org.eclipse.platform:org.eclipse.osgi:jar:3.16.300:compile (version managed from default)
[DEBUG]       org.eclipse.tycho:org.eclipse.tycho.p2.resolver.shared:jar:2.4.0:compile
[DEBUG]       org.eclipse.tycho:org.eclipse.tycho.p2.tools.shared:jar:2.4.0:compile
[DEBUG]    org.eclipse.tycho:sisu-equinox-launching:jar:2.4.0:compile
[DEBUG]       org.eclipse.tycho:sisu-equinox-api:jar:2.4.0:compile
[DEBUG]       org.apache.commons:commons-exec:jar:1.3:compile (version managed from default)
[DEBUG]    org.eclipse.tycho:tycho-bundles-external:zip:2.4.0:compile
[DEBUG]    org.apache.commons:commons-compress:jar:1.20:compile
[DEBUG]    org.apache.commons:commons-compress:jar:sources:1.20:compile
[DEBUG] Created new class realm plugin>org.eclipse.tycho:tycho-p2-director-plugin:2.4.0
[DEBUG] Importing foreign packages into class realm plugin>org.eclipse.tycho:tycho-p2-director-plugin:2.4.0
[DEBUG]   Imported:  < project>com.servoy:com.servoy.eclipse.product:2021.9.0.3700_rc
[DEBUG] Populating class realm plugin>org.eclipse.tycho:tycho-p2-director-plugin:2.4.0
[DEBUG]   Included: org.eclipse.tycho:tycho-p2-director-plugin:jar:2.4.0
[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.3.0
[DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.25
[DEBUG]   Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4
[DEBUG]   Included: org.sonatype.plexus:plexus-cipher:jar:1.7
[DEBUG]   Included: org.apache.maven:maven-builder-support:jar:3.8.1
[DEBUG]   Included: org.apache.maven.resolver:maven-resolver-util:jar:1.6.2
[DEBUG]   Included: org.apache.maven.shared:maven-shared-utils:jar:3.2.1
[DEBUG]   Included: commons-io:commons-io:jar:2.5
[DEBUG]   Included: org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.4
[DEBUG]   Included: com.google.inject:guice:jar:no_aop:4.2.1
[DEBUG]   Included: aopalliance:aopalliance:jar:1.0
[DEBUG]   Included: com.google.guava:guava:jar:25.1-android
[DEBUG]   Included: com.google.code.findbugs:jsr305:jar:3.0.2
[DEBUG]   Included: org.checkerframework:checker-compat-qual:jar:2.0.0
[DEBUG]   Included: com.google.errorprone:error_prone_annotations:jar:2.1.3
[DEBUG]   Included: com.google.j2objc:j2objc-annotations:jar:1.1
[DEBUG]   Included: org.codehaus.mojo:animal-sniffer-annotations:jar:1.14
[DEBUG]   Included: org.codehaus.plexus:plexus-component-annotations:jar:2.1.0
[DEBUG]   Included: org.apache.commons:commons-lang3:jar:3.8.1
[DEBUG]   Included: org.codehaus.plexus:plexus-archiver:jar:4.2.2
[DEBUG]   Included: org.codehaus.plexus:plexus-io:jar:3.2.0
[DEBUG]   Included: org.iq80.snappy:snappy:jar:0.4
[DEBUG]   Included: org.tukaani:xz:jar:1.8
[DEBUG]   Included: org.eclipse.platform:org.eclipse.osgi:jar:3.16.300
[DEBUG]   Included: org.eclipse.tycho:sisu-equinox-launching:jar:2.4.0
[DEBUG]   Included: org.apache.commons:commons-exec:jar:1.3
[DEBUG]   Included: org.eclipse.tycho:tycho-bundles-external:zip:2.4.0
[DEBUG]   Included: org.apache.commons:commons-compress:jar:1.20
[DEBUG]   Included: org.apache.commons:commons-compress:jar:sources:1.20
[INFO] Computing target platform for MavenProject: com.servoy:com.servoy.eclipse.product:2021.9.0.3700_rc @ C:\Users\jcomp\git\servoy_master\servoy-eclipse\com.servoy.eclipse.product\pom.xml
[DEBUG] Using execution environment 'JavaSE-11' configured in first targetJRE from referenced target-definition files
[DEBUG] Toolchain JDK[c:/javatools/jdk18/] doesn't match required property: id
[DEBUG] Currently running JRE matches source level for JavaSE-11; current JRE system packages are used.
[DEBUG] Adding target definition file "C:\Users\jcomp\.m2\repository\com\servoy\com.servoy.eclipse.target\2021.9.0.3700_rc\com.servoy.eclipse.target-2021.9.0.3700_rc.target"
[DEBUG] Resolving target definition content...
[DEBUG] Target definition file contains 1107 units
[DEBUG] Registered artifact repository org.eclipse.tycho.repository.registry.facade.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@C%253A%255CUsers%255Cjcomp%255Cgit%255Cservoy_master%255Cservoy-eclipse%255Ccom.servoy.eclipse.product)
[DEBUG] Added 2152 locally built units to the target platform
[INFO] Resolving dependencies of MavenProject: com.servoy:com.servoy.eclipse.product:2021.9.0.3700_rc @ C:\Users\jcomp\git\servoy_master\servoy-eclipse\com.servoy.eclipse.product\pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   com.servoy.eclipse.nodejs.linux.gtk.x86_64/16.4.2
[WARNING]   com.servoy.eclipse.exporter.war/2021.9.0.3700_rc
[WARNING]   com.servoy.eclipse.nodejs.macosx.cocoa.x86_64/16.4.2
[WARNING]   com.servoy.eclipse.exporter.ngdesktop/2021.9.0.3700_rc
[WARNING]   j2db_documentation/2021.9.0.3700_rc
[WARNING]   servoy.product/2021.9.0.3700_rc
[WARNING]   com.servoy.eclipse.ngclient/2021.9.0.3700_rc
[WARNING]   com.servoy.eclipse.ui.tweaks/2021.9.0.3700_rc
[WARNING]   com.servoy.eclipse.debug/2021.9.0.3700_rc
[WARNING]   com.servoy.eclipse.notification/2021.9.0.3700_rc
[WARNING]   com.servoy.eclipse.jsunit/2021.9.0.3700_rc
[WARNING]   com.servoy.eclipse.model.exporter.mobile/2021.9.0.3700_rc
[WARNING]   servoy_debug/2021.9.0.3700_rc
[WARNING]   j2db_runtime/2021.9.0.3700_rc
[WARNING]   com.servoy.eclipse.jre.macosx.x86_64/16.0.1
[WARNING]   com.servoy.eclipse.profiler/2021.9.0.3700_rc
[WARNING]   org.apache.tomcat/8.5.64
[WARNING]   com.servoy.eclipse.feature.feature.group/2021.9.0.3700_rc
[WARNING]   com.servoy.eclipse.exporter.solution/2021.9.0.3700_rc
[WARNING]   com.servoy.eclipse.designer/2021.9.0.3700_rc
[WARNING]   servoy_shared/2021.9.0.3700_rc
[WARNING]   sablo/2021.9.0.3700_rc
[WARNING]   com.servoy.eclipse.core/2021.9.0.3700_rc
[WARNING]   servoy_ngclient/2021.9.0.3700_rc
[WARNING]   com.servoy.eclipse.model/2021.9.0.3700_rc
[WARNING]   com.servoy.eclipse.extension.compatibility/2021.9.0.3700_rc
[WARNING]   org.eclipse.jface/3.22.200.v20210401-0958
[WARNING]   com.servoy.css.core.feature.group/2021.9.0.3700_rc
[WARNING]   j2db_tunnel/2021.9.0.3700_rc
[WARNING]   com.servoy.eclipse.feature.feature.jar/2021.9.0.3700_rc
[WARNING]   com.servoy.eclipse.ngclient.ui/2021.9.0.3700_rc
[WARNING]   com.servoy.css.core.feature.jar/2021.9.0.3700_rc
[WARNING]   servoy_base/2021.9.0.3700_rc
[WARNING]   j2db_log4j/2021.9.0.3700_rc
[WARNING]   servoy_headless_client/2021.9.0.3700_rc
[WARNING]   servoy_smart_client/2021.9.0.3700_rc
[WARNING]   com.servoy.eclipse.designer.rfb/2021.9.0.3700_rc
[WARNING]   com.servoy.eclipse.jre.linux.x86_64/16.0.1
[WARNING]   com.servoy.eclipse.ui/2021.9.0.3700_rc
[WARNING]   com.servoy.eclipse.designer.wpm/2021.9.0.3700_rc
[WARNING]   com.servoy.eclipse.exporter.mobile/2021.9.0.3700_rc
[WARNING]   org.eclipse.dltk.javascript.rhino/2021.9.0.3700_rc
[WARNING]   com.servoy.eclipse.designer.rib/2021.9.0.3700_rc
[WARNING]   j2db_server/2021.9.0.3700_rc
[WARNING]   com.servoy.eclipse.nodejs.win32.win32.x86_64/16.4.2
[WARNING]   com.servoy.eclipse.jre.win32.x86_64/16.0.1
[INFO] Resolving class path of MavenProject: com.servoy:com.servoy.eclipse.product:2021.9.0.3700_rc @ C:\Users\jcomp\git\servoy_master\servoy-eclipse\com.servoy.eclipse.product\pom.xml
[DEBUG] === REACTOR BUILD PLAN ================================================
[DEBUG] Project: com.servoy:com.servoy.eclipse.product:eclipse-repository:2021.9.0.3700_rc
[DEBUG] Tasks:   [install]
[DEBUG] Style:   Regular
[DEBUG] =======================================================================
[INFO] 
[INFO] ---------------< com.servoy:com.servoy.eclipse.product >----------------
[INFO] Building com.servoy.eclipse.product 2021.9.0.3700_rc
[INFO] -------------------------[ eclipse-repository ]-------------------------
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] === PROJECT BUILD PLAN ================================================
[DEBUG] Project:       com.servoy:com.servoy.eclipse.product:2021.9.0.3700_rc
[DEBUG] Dependencies (collect): []
[DEBUG] Dependencies (resolve): [test]
[DEBUG] Repositories (dependencies): [central (https://repo.maven.apache.org/maven2, default, releases)]
[DEBUG] Repositories (plugins)     : [central (https://repo.maven.apache.org/maven2, default, releases)]
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.eclipse.tycho:tycho-packaging-plugin:2.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <baseDir>${project.basedir}</baseDir>
  <execution>${mojoExecution}</execution>
  <forceContextQualifier>${forceContextQualifier}</forceContextQualifier>
  <format default-value="yyyyMMddHHmm"/>
  <packaging>${project.packaging}</packaging>
  <project>${project}</project>
  <session>${session}</session>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-clean-plugin:2.5:clean (default-clean-1)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <directory default-value="${project.build.directory}"/>
  <excludeDefaultDirectories default-value="false">${clean.excludeDefaultDirectories}</excludeDefaultDirectories>
  <failOnError default-value="true">${maven.clean.failOnError}</failOnError>
  <followSymLinks default-value="false">${clean.followSymLinks}</followSymLinks>
  <outputDirectory default-value="${project.build.outputDirectory}"/>
  <reportDirectory default-value="${project.reporting.outputDirectory}"/>
  <retryOnError default-value="true">${maven.clean.retryOnError}</retryOnError>
  <skip default-value="false">${clean.skip}</skip>
  <testOutputDirectory default-value="${project.build.testOutputDirectory}"/>
  <verbose>${clean.verbose}</verbose>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.eclipse.tycho:tycho-p2-publisher-plugin:2.4.0:publish-osgi-ee (default-publish-osgi-ee)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <profiles default-value="JavaSE-11, JavaSE-16, JavaSE-17"/>
  <project>${project}</project>
  <qualifier>${buildQualifier}</qualifier>
  <session>${session}</session>
  <skip default-value="false"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.eclipse.tycho:tycho-p2-publisher-plugin:2.4.0:publish-products (default-publish-products)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <flavor default-value="tooling"/>
  <project>${project}</project>
  <qualifier>${buildQualifier}</qualifier>
  <session>${session}</session>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.eclipse.tycho:tycho-p2-publisher-plugin:2.4.0:publish-categories (default-publish-categories)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <project>${project}</project>
  <qualifier>${buildQualifier}</qualifier>
  <session>${session}</session>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.eclipse.tycho:tycho-p2-publisher-plugin:2.4.0:attach-artifacts (default-attach-artifacts)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <project>${project}</project>
  <qualifier>${buildQualifier}</qualifier>
  <session>${session}</session>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.eclipse.tycho:target-platform-configuration:2.4.0:target-platform (default-target-platform)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <project>${project}</project>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-antrun-plugin:1.8:run (unzip)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <exportAntProperties default-value="false"/>
  <failOnError default-value="true"/>
  <localRepository>${localRepository}</localRepository>
  <pluginArtifacts>${plugin.artifacts}</pluginArtifacts>
  <project default-value="${project}"/>
  <skip default-value="false">${maven.antrun.skip}</skip>
  <sourceRoot>${sourceRoot}</sourceRoot>
  <target>
    <unzip src="C:\Users\jcomp\git\servoy_master\servoy-eclipse\com.servoy.eclipse.product\target/extraArtifacts/servoy.product.executable.win32.win32.x86_64.zip" dest="C:\Users\jcomp\git\servoy_master\servoy-eclipse\com.servoy.eclipse.product\target/tosign/"/>
  </target>
  <testSourceRoot>${testSourceRoot}</testSourceRoot>
  <versionsPropertyName default-value="maven.project.dependencies.versions"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          net.jsign:jsign-maven-plugin:3.0:sign (default)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <algorithm default-value="SHA-256">${jsign.algorithm}</algorithm>
  <alias>ServoyClient</alias>
  <certfile>${jsign.certfile}</certfile>
  <encoding default-value="UTF-8">${jsign.encoding}</encoding>
  <file>C:\Users\jcomp\git\servoy_master\servoy-eclipse\com.servoy.eclipse.product\target/tosign/servoy.exe</file>
  <keyfile>${jsign.keyfile}</keyfile>
  <keypass>${jsign.keypass}</keypass>
  <keystore>C:/Users/jcomp/.m2/keystore</keystore>
  <name>Servoy</name>
  <proxyId>${jsign.proxyId}</proxyId>
  <replace default-value="false">${jsign.replace}</replace>
  <settings default-value="${settings}"/>
  <storepass>ZvdIGWEkczWpvOk4FmMhM1</storepass>
  <storetype default-value="JKS">${jsign.storetype}</storetype>
  <tsaurl>http://timestamp.sectigo.com</tsaurl>
  <tsmode>${jsign.tsmode}</tsmode>
  <tsretries>${jsign.tsretries}</tsretries>
  <tsretrywait>${jsign.tsretrywait}</tsretrywait>
  <url>http://servoy.com</url>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-resources-plugin:2.4.3:resources (default-resources)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <buildFilters default-value="${project.build.filters}"/>
  <encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
  <escapeString default-value="${maven.resources.escapeString}"/>
  <escapeWindowsPaths default-value="true">${maven.resources.escapeWindowsPaths}</escapeWindowsPaths>
  <includeEmptyDirs default-value="false">${maven.resources.includeEmptyDirs}</includeEmptyDirs>
  <outputDirectory default-value="${project.build.outputDirectory}"/>
  <overwrite default-value="false">${maven.resources.overwrite}</overwrite>
  <project default-value="${project}"/>
  <resources default-value="${project.resources}"/>
  <session default-value="${session}"/>
  <useBuildFilters default-value="true"/>
  <useDefaultDelimiters default-value="true"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.eclipse.tycho:tycho-p2-repository-plugin:2.4.0:assemble-repository (default-assemble-repository)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <compress default-value="true"/>
  <createArtifactRepository default-value="true"/>
  <includeAllDependencies default-value="false">true</includeAllDependencies>
  <keepNonXzIndexFiles default-value="true"/>
  <profileProperties>
    <macosx-bundled>true</macosx-bundled>
  </profileProperties>
  <project>${project}</project>
  <qualifier>${buildQualifier}</qualifier>
  <repositoryName default-value="${project.name}"/>
  <session>${session}</session>
  <xzCompress default-value="true"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-antrun-plugin:1.8:run (zip)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <exportAntProperties default-value="false"/>
  <failOnError default-value="true"/>
  <localRepository>${localRepository}</localRepository>
  <pluginArtifacts>${plugin.artifacts}</pluginArtifacts>
  <project default-value="${project}"/>
  <skip default-value="false">${maven.antrun.skip}</skip>
  <sourceRoot>${sourceRoot}</sourceRoot>
  <target>
    <zip basedir="C:\Users\jcomp\git\servoy_master\servoy-eclipse\com.servoy.eclipse.product\target/tosign/" destfile="C:\Users\jcomp\git\servoy_master\servoy-eclipse\com.servoy.eclipse.product\target/extraArtifacts/servoy.product.executable.win32.win32.x86_64.zip"/>
  </target>
  <testSourceRoot>${testSourceRoot}</testSourceRoot>
  <versionsPropertyName default-value="maven.project.dependencies.versions"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.eclipse.tycho:tycho-p2-repository-plugin:2.4.0:archive-repository (default-archive-repository)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <finalName>${project.build.finalName}</finalName>
  <project>${project}</project>
  <qualifier>${buildQualifier}</qualifier>
  <session>${session}</session>
  <skipArchive default-value="false"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-jarsigner-plugin:3.0.0:sign (sign)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <alias>${jarsigner.alias}</alias>
  <archive>${jarsigner.archive}</archive>
  <archiveDirectory>${jarsigner.archiveDirectory}</archiveDirectory>
  <arguments>${jarsigner.arguments}</arguments>
  <certchain>${jarsigner.certchain}</certchain>
  <keypass>${jarsigner.keypass}</keypass>
  <keystore>${jarsigner.keystore}</keystore>
  <maxMemory>${jarsigner.maxMemory}</maxMemory>
  <processAttachedArtifacts default-value="true">${jarsigner.processAttachedArtifacts}</processAttachedArtifacts>
  <processMainArtifact default-value="true">${jarsigner.processMainArtifact}</processMainArtifact>
  <project default-value="${project}"/>
  <protectedAuthenticationPath default-value="false">${jarsigner.protectedAuthenticationPath}</protectedAuthenticationPath>
  <providerArg>${jarsigner.providerArg}</providerArg>
  <providerClass>${jarsigner.providerClass}</providerClass>
  <providerName>${jarsigner.providerName}</providerName>
  <removeExistingSignatures default-value="false">${jarsigner.removeExistingSignatures}</removeExistingSignatures>
  <session default-value="${session}"/>
  <settings default-value="${settings}"/>
  <sigfile>${jarsigner.sigfile}</sigfile>
  <skip default-value="false">${jarsigner.skip}</skip>
  <storepass>${jarsigner.storepass}</storepass>
  <storetype>${jarsigner.storetype}</storetype>
  <tsa>${jarsigner.tsa}</tsa>
  <tsacert>${jarsigner.tsacert}</tsacert>
  <verbose default-value="false">${jarsigner.verbose}</verbose>
  <workingDirectory default-value="${project.basedir}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.eclipse.tycho:tycho-p2-plugin:2.4.0:p2-metadata (p2-metadata)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <attachP2Metadata default-value="true"/>
  <baselineMode default-value="warn">${tycho.baseline}</baselineMode>
  <baselineReplace default-value="all">${tycho.baseline.replace}</baselineReplace>
  <execution>${mojoExecution}</execution>
  <generateDownloadStatsProperty default-value="false">${tycho.generateDownloadStatsProperty}</generateDownloadStatsProperty>
  <project>${project}</project>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.eclipse.tycho:tycho-p2-director-plugin:2.4.0:materialize-products (materialize-products)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <directorRuntime default-value="internal"/>
  <forkedProcessTimeoutInSeconds default-value="0">${p2.timeout}</forkedProcessTimeoutInSeconds>
  <installFeatures default-value="true"/>
  <products>
    <product>
      <id>servoy.product</id>
      <rootFolders>
        <macosx>Servoy.app</macosx>
      </rootFolders>
    </product>
  </products>
  <profile default-value="DefaultProfile"/>
  <project>${project}</project>
  <session>${session}</session>
  <source default-value="targetPlatform"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.eclipse.tycho:tycho-p2-director-plugin:2.4.0:archive-products (archive-products)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <forkedProcessTimeoutInSeconds default-value="0">${p2.timeout}</forkedProcessTimeoutInSeconds>
  <products>
    <product>
      <id>servoy.product</id>
      <rootFolders>
        <macosx>Servoy.app</macosx>
      </rootFolders>
    </product>
  </products>
  <project>${project}</project>
  <session>${session}</session>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-install-plugin:2.3.1:install (default-install)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <artifact default-value="${project.artifact}"/>
  <attachedArtifacts default-value="${project.attachedArtifacts}"/>
  <createChecksum default-value="false">${createChecksum}</createChecksum>
  <localRepository>${localRepository}</localRepository>
  <packaging default-value="${project.packaging}"/>
  <pomFile default-value="${project.file}"/>
  <updateReleaseInfo default-value="false">${updateReleaseInfo}</updateReleaseInfo>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.eclipse.tycho:tycho-p2-plugin:2.4.0:update-local-index (default-update-local-index)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <project>${project}</project>
</configuration>
[DEBUG] =======================================================================
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=6500, ConflictMarker.markTime=5000, ConflictMarker.nodeCount=1, ConflictIdSorter.graphTime=1900, ConflictIdSorter.topsortTime=3400, ConflictIdSorter.conflictIdCount=0, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=7100, ConflictResolver.conflictItemCount=0, DefaultDependencyCollector.collectTime=3300, DefaultDependencyCollector.transformTime=34400}
[DEBUG] com.servoy:com.servoy.eclipse.product:eclipse-repository:2021.9.0.3700_rc
[INFO] 
[INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ com.servoy.eclipse.product ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=641200, ConflictMarker.markTime=384000, ConflictMarker.nodeCount=146, ConflictIdSorter.graphTime=430000, ConflictIdSorter.topsortTime=82900, ConflictIdSorter.conflictIdCount=57, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=1525700, ConflictResolver.conflictItemCount=136, DefaultDependencyCollector.collectTime=9657900, DefaultDependencyCollector.transformTime=3142500}
[DEBUG] org.eclipse.tycho:tycho-packaging-plugin:jar:2.4.0
[DEBUG]    org.eclipse.tycho:tycho-core:jar:2.4.0:compile
[DEBUG]       org.eclipse.tycho:org.eclipse.tycho.p2.tools.shared:jar:2.4.0:compile
[DEBUG]       org.eclipse.tycho:org.eclipse.tycho.p2.resolver.shared:jar:2.4.0:compile
[DEBUG]       org.eclipse.tycho:sisu-equinox-embedder:jar:2.4.0:compile
[DEBUG]          org.eclipse.platform:org.eclipse.osgi:jar:3.16.300:compile (version managed from default)
[DEBUG]          org.eclipse.tycho:sisu-equinox-api:jar:2.4.0:compile
[DEBUG]       org.eclipse.tycho:tycho-metadata-model:jar:2.4.0:compile
[DEBUG]          de.pdark:decentxml:jar:1.4:compile (version managed from default)
[DEBUG]       org.eclipse.tycho:tycho-embedder-api:jar:2.4.0:compile
[DEBUG]          org.eclipse.tycho:org.eclipse.tycho.embedder.shared:jar:2.4.0:compile
[DEBUG]       org.eclipse.tycho:org.eclipse.tycho.core.shared:jar:2.4.0:compile
[DEBUG]       org.apache.maven:maven-compat:jar:3.8.1:compile (version managed from default)
[DEBUG]          org.apache.maven.wagon:wagon-provider-api:jar:3.4.3:compile
[DEBUG]    org.apache.maven:maven-core:jar:3.8.1:compile
[DEBUG]       org.apache.maven:maven-model:jar:3.8.1:compile (version managed from default)
[DEBUG]       org.apache.maven:maven-settings:jar:3.8.1:compile (version managed from default)
[DEBUG]       org.apache.maven:maven-settings-builder:jar:3.8.1:compile
[DEBUG]          org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile
[DEBUG]             org.sonatype.plexus:plexus-cipher:jar:1.7:compile (version managed from default)
[DEBUG]       org.apache.maven:maven-builder-support:jar:3.8.1:compile
[DEBUG]       org.apache.maven:maven-repository-metadata:jar:3.8.1:compile
[DEBUG]       org.apache.maven:maven-artifact:jar:3.8.1:compile
[DEBUG]       org.apache.maven:maven-model-builder:jar:3.8.1:compile
[DEBUG]       org.apache.maven:maven-resolver-provider:jar:3.8.1:compile
[DEBUG]          org.slf4j:slf4j-api:jar:1.7.29:compile
[DEBUG]       org.apache.maven.resolver:maven-resolver-impl:jar:1.6.2:compile
[DEBUG]       org.apache.maven.resolver:maven-resolver-api:jar:1.6.2:compile
[DEBUG]       org.apache.maven.resolver:maven-resolver-spi:jar:1.6.2:compile
[DEBUG]       org.apache.maven.resolver:maven-resolver-util:jar:1.6.2:compile
[DEBUG]       org.apache.maven.shared:maven-shared-utils:jar:3.2.1:compile
[DEBUG]       org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.4:provided (scope managed from default) (version managed from default)
[DEBUG]          javax.enterprise:cdi-api:jar:1.0:provided
[DEBUG]             javax.annotation:jsr250-api:jar:1.0:provided
[DEBUG]       org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.4:compile
[DEBUG]       com.google.inject:guice:jar:no_aop:4.2.1:compile
[DEBUG]          aopalliance:aopalliance:jar:1.0:compile
[DEBUG]          com.google.guava:guava:jar:25.1-android:compile
[DEBUG]             com.google.code.findbugs:jsr305:jar:3.0.2:compile
[DEBUG]             org.checkerframework:checker-compat-qual:jar:2.0.0:compile
[DEBUG]             com.google.errorprone:error_prone_annotations:jar:2.1.3:compile
[DEBUG]             com.google.j2objc:j2objc-annotations:jar:1.1:compile
[DEBUG]             org.codehaus.mojo:animal-sniffer-annotations:jar:1.14:compile
[DEBUG]       javax.inject:javax.inject:jar:1:compile
[DEBUG]       org.codehaus.plexus:plexus-classworlds:jar:2.6.0:compile
[DEBUG]       org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile (version managed from default)
[DEBUG]       org.apache.commons:commons-lang3:jar:3.8.1:compile
[DEBUG]    org.apache.maven:maven-plugin-api:jar:3.8.1:compile
[DEBUG]    org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
[DEBUG]    org.apache.maven:maven-archiver:jar:3.5.0:compile
[DEBUG]       commons-io:commons-io:jar:2.5:compile
[DEBUG]       org.codehaus.plexus:plexus-interpolation:jar:1.25:compile
[DEBUG]    org.codehaus.plexus:plexus-archiver:jar:4.2.2:compile
[DEBUG]       org.codehaus.plexus:plexus-io:jar:3.2.0:compile (version managed from default)
[DEBUG]       org.apache.commons:commons-compress:jar:1.20:compile (version managed from default)
[DEBUG]       org.iq80.snappy:snappy:jar:0.4:compile
[DEBUG]       org.tukaani:xz:jar:1.8:runtime
[DEBUG] Created new class realm plugin>org.eclipse.tycho:tycho-packaging-plugin:2.4.0
[DEBUG] Importing foreign packages into class realm plugin>org.eclipse.tycho:tycho-packaging-plugin:2.4.0
[DEBUG]   Imported:  < project>com.servoy:com.servoy.eclipse.product:2021.9.0.3700_rc
[DEBUG] Populating class realm plugin>org.eclipse.tycho:tycho-packaging-plugin:2.4.0
[DEBUG]   Included: org.eclipse.tycho:tycho-packaging-plugin:jar:2.4.0
[DEBUG]   Included: org.eclipse.platform:org.eclipse.osgi:jar:3.16.300
[DEBUG]   Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4
[DEBUG]   Included: org.sonatype.plexus:plexus-cipher:jar:1.7
[DEBUG]   Included: org.apache.maven:maven-builder-support:jar:3.8.1
[DEBUG]   Included: org.apache.maven.resolver:maven-resolver-util:jar:1.6.2
[DEBUG]   Included: org.apache.maven.shared:maven-shared-utils:jar:3.2.1
[DEBUG]   Included: org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.4
[DEBUG]   Included: com.google.inject:guice:jar:no_aop:4.2.1
[DEBUG]   Included: aopalliance:aopalliance:jar:1.0
[DEBUG]   Included: com.google.guava:guava:jar:25.1-android
[DEBUG]   Included: com.google.code.findbugs:jsr305:jar:3.0.2
[DEBUG]   Included: org.checkerframework:checker-compat-qual:jar:2.0.0
[DEBUG]   Included: com.google.errorprone:error_prone_annotations:jar:2.1.3
[DEBUG]   Included: com.google.j2objc:j2objc-annotations:jar:1.1
[DEBUG]   Included: org.codehaus.mojo:animal-sniffer-annotations:jar:1.14
[DEBUG]   Included: org.codehaus.plexus:plexus-component-annotations:jar:2.1.0
[DEBUG]   Included: org.apache.commons:commons-lang3:jar:3.8.1
[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.3.0
[DEBUG]   Included: org.apache.maven:maven-archiver:jar:3.5.0
[DEBUG]   Included: commons-io:commons-io:jar:2.5
[DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.25
[DEBUG]   Included: org.codehaus.plexus:plexus-archiver:jar:4.2.2
[DEBUG]   Included: org.codehaus.plexus:plexus-io:jar:3.2.0
[DEBUG]   Included: org.apache.commons:commons-compress:jar:1.20
[DEBUG]   Included: org.iq80.snappy:snappy:jar:0.4
[DEBUG]   Included: org.tukaani:xz:jar:1.8
[DEBUG] Configuring mojo org.eclipse.tycho:tycho-packaging-plugin:2.4.0:build-qualifier-aggregator from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:2.4.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@ea9bb120]
[DEBUG] Configuring mojo 'org.eclipse.tycho:tycho-packaging-plugin:2.4.0:build-qualifier-aggregator' with basic configurator -->
[DEBUG]   (f) baseDir = C:\Users\jcomp\git\servoy_master\servoy-eclipse\com.servoy.eclipse.product
[DEBUG]   (f) execution = org.eclipse.tycho:tycho-packaging-plugin:2.4.0:build-qualifier-aggregator {execution: default-build-qualifier-aggregator}
[DEBUG]   (s) format = yyyyMMddHHmm
[DEBUG]   (f) packaging = eclipse-repository
[DEBUG]   (f) project = MavenProject: com.servoy:com.servoy.eclipse.product:2021.9.0.3700_rc @ C:\Users\jcomp\git\servoy_master\servoy-eclipse\com.servoy.eclipse.product\pom.xml
[DEBUG]   (f) session = org.apache.maven.execution.MavenSession@9d84293c
[DEBUG] -- end configuration --
[INFO] The project's OSGi version is 2021.9.0.3700_rc
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ com.servoy.eclipse.product ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=34100, ConflictMarker.markTime=21900, ConflictMarker.nodeCount=3, ConflictIdSorter.graphTime=6500, ConflictIdSorter.topsortTime=16500, ConflictIdSorter.conflictIdCount=3, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=66100, ConflictResolver.conflictItemCount=3, DefaultDependencyCollector.collectTime=15303300, DefaultDependencyCollector.transformTime=159400}
[DEBUG] org.apache.maven.plugins:maven-clean-plugin:jar:2.5
[DEBUG]    org.apache.maven:maven-plugin-api:jar:2.0.6:compile
[DEBUG]    org.codehaus.plexus:plexus-utils:jar:3.0:compile
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-clean-plugin:2.5
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-clean-plugin:2.5
[DEBUG]   Imported:  < project>com.servoy:com.servoy.eclipse.product:2021.9.0.3700_rc
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-clean-plugin:2.5
[DEBUG]   Included: org.apache.maven.plugins:maven-clean-plugin:jar:2.5
[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.0
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-clean-plugin:2.5:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:2.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@ea9bb120]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-clean-plugin:2.5:clean' with basic configurator -->
[DEBUG]   (f) directory = C:\Users\jcomp\git\servoy_master\servoy-eclipse\com.servoy.eclipse.product\target
[DEBUG]   (f) excludeDefaultDirectories = false
[DEBUG]   (f) failOnError = true
[DEBUG]   (f) followSymLinks = false
[DEBUG]   (f) outputDirectory = C:\Users\jcomp\git\servoy_master\servoy-eclipse\com.servoy.eclipse.product\target\classes
[DEBUG]   (f) reportDirectory = C:\Users\jcomp\git\servoy_master\servoy-eclipse\com.servoy.eclipse.product\target\site
[DEBUG]   (f) retryOnError = true
[DEBUG]   (f) skip = false
[DEBUG]   (f) testOutputDirectory = C:\Users\jcomp\git\servoy_master\servoy-eclipse\com.servoy.eclipse.product\target\test-classes
[DEBUG] -- end configuration --
[DEBUG] Skipping non-existing directory C:\Users\jcomp\git\servoy_master\servoy-eclipse\com.servoy.eclipse.product\target
[DEBUG] Skipping non-existing directory C:\Users\jcomp\git\servoy_master\servoy-eclipse\com.servoy.eclipse.product\target\classes
[DEBUG] Skipping non-existing directory C:\Users\jcomp\git\servoy_master\servoy-eclipse\com.servoy.eclipse.product\target\test-classes
[DEBUG] Skipping non-existing directory C:\Users\jcomp\git\servoy_master\servoy-eclipse\com.servoy.eclipse.product\target\site
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.4.0:publish-osgi-ee (default-publish-osgi-ee) @ com.servoy.eclipse.product ---
[DEBUG] Configuring mojo org.eclipse.tycho:tycho-p2-publisher-plugin:2.4.0:publish-osgi-ee from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-publisher-plugin:2.4.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@ea9bb120]
[DEBUG] Configuring mojo 'org.eclipse.tycho:tycho-p2-publisher-plugin:2.4.0:publish-osgi-ee' with basic configurator -->
[DEBUG]   (f) profiles = JavaSE-11, JavaSE-16, JavaSE-17
[DEBUG]   (f) project = MavenProject: com.servoy:com.servoy.eclipse.product:2021.9.0.3700_rc @ C:\Users\jcomp\git\servoy_master\servoy-eclipse\com.servoy.eclipse.product\pom.xml
[DEBUG]   (f) qualifier = 3700_rc
[DEBUG]   (f) session = org.apache.maven.execution.MavenSession@9d84293c
[DEBUG]   (f) skip = false
[DEBUG] -- end configuration --
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  49.281 s
[INFO] Finished at: 2021-07-30T16:05:44+02:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-p2-publisher-plugin:2.4.0:publish-osgi-ee (default-publish-osgi-ee) on project com.servoy.eclipse.product: Publisher failed. Verify your target-platform-configuration and executionEnvironment are suitable for proper resolution: Target platform is missing -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.tycho:tycho-p2-publisher-plugin:2.4.0:publish-osgi-ee (default-publish-osgi-ee) on project com.servoy.eclipse.product: Publisher failed. Verify your target-platform-configuration and executionEnvironment are suitable for proper resolution
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:566)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: org.apache.maven.plugin.MojoFailureException: Publisher failed. Verify your target-platform-configuration and executionEnvironment are suitable for proper resolution
    at org.eclipse.tycho.plugins.p2.publisher.AbstractPublishMojo.execute (AbstractPublishMojo.java:45)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:566)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: java.lang.IllegalStateException: Target platform is missing
    at org.eclipse.tycho.p2.manager.ReactorRepositoryManagerImpl.getFinalTargetPlatform (ReactorRepositoryManagerImpl.java:128)
    at org.eclipse.tycho.p2.tools.publisher.PublisherServiceFactoryImpl.createPublisher (PublisherServiceFactoryImpl.java:35)
    at org.eclipse.tycho.plugins.p2.publisher.PublishOsgiEEMojo.publishContent (PublishOsgiEEMojo.java:72)
    at org.eclipse.tycho.plugins.p2.publisher.AbstractPublishMojo.execute (AbstractPublishMojo.java:42)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:566)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[ERROR] 
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException

Back to the top