Last active
October 10, 2017 11:30
-
-
Save szarnekow/a3ead77b362cc8a9979dadd95e9d4e39 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[INFO] Scanning for projects... | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Reactor Build Order: | |
[INFO] | |
[INFO] Vavr Parent | |
[INFO] Vavr Match | |
[INFO] Vavr | |
[INFO] Vavr Benchmark | |
[INFO] Vavr Test | |
[INFO] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Building Vavr Parent 1.0.0-SNAPSHOT | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-maven) @ vavr-parent --- | |
[INFO] | |
[INFO] --- maven-clean-plugin:3.0.0:clean (clean-generated-sources) @ vavr-parent --- | |
[INFO] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Building Vavr Match 1.0.0-SNAPSHOT | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-maven) @ vavr-match --- | |
[INFO] | |
[INFO] --- maven-clean-plugin:3.0.0:clean (clean-generated-sources) @ vavr-match --- | |
[INFO] Deleting /Users/zarnekow/projects/vavr/vavr-match/target | |
[INFO] | |
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ vavr-match --- | |
[INFO] Building jar: /Users/zarnekow/projects/vavr/vavr-match/target/vavr-match-1.0.0-SNAPSHOT-sources.jar | |
[INFO] | |
[INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-sources) @ vavr-match --- | |
[INFO] No sources in project. Archive not created. | |
[INFO] | |
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ vavr-match --- | |
[INFO] Using 'UTF-8' encoding to copy filtered resources. | |
[INFO] Copying 1 resource | |
[INFO] | |
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ vavr-match --- | |
[INFO] Changes detected - recompiling the module! | |
[INFO] Compiling 10 source files to /Users/zarnekow/projects/vavr/vavr-match/target/classes | |
[INFO] | |
[INFO] --- maven-bundle-plugin:3.3.0:manifest (bundle-manifest) @ vavr-match --- | |
[INFO] | |
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ vavr-match --- | |
[INFO] Using 'UTF-8' encoding to copy filtered resources. | |
[INFO] skip non existing resourceDirectory /Users/zarnekow/projects/vavr/vavr-match/src/test/resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ vavr-match --- | |
[INFO] No sources to compile | |
[INFO] | |
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ vavr-match --- | |
[INFO] No tests to run. | |
[INFO] | |
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ vavr-match --- | |
[INFO] Building jar: /Users/zarnekow/projects/vavr/vavr-match/target/vavr-match-1.0.0-SNAPSHOT.jar | |
[INFO] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Building Vavr 1.0.0-SNAPSHOT | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-maven) @ vavr --- | |
[INFO] | |
[INFO] --- maven-clean-plugin:3.0.0:clean (clean-generated-sources) @ vavr --- | |
[INFO] Deleting /Users/zarnekow/projects/vavr/vavr/target | |
[INFO] | |
[INFO] --- scala-maven-plugin:3.3.1:script (default) @ vavr --- | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Reactor Summary: | |
[INFO] | |
[INFO] Vavr Parent ........................................ SUCCESS [ 0.387 s] | |
[INFO] Vavr Match ......................................... SUCCESS [ 2.462 s] | |
[INFO] Vavr ............................................... FAILURE [ 11.511 s] | |
[INFO] Vavr Benchmark ..................................... SKIPPED | |
[INFO] Vavr Test .......................................... SKIPPED | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] BUILD FAILURE | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Total time: 14.516 s | |
[INFO] Finished at: 2017-10-05T09:32:07+02:00 | |
[INFO] Final Memory: 35M/659M | |
[INFO] ------------------------------------------------------------------------ | |
[ERROR] Failed to execute goal net.alchim31.maven:scala-maven-plugin:3.3.1:script (default) on project vavr: wrap: java.lang.Exception: A NoSuchMethodError exception was thrown: scala.Product.$init$(Lscala/Product;)V -> [Help 1] | |
[ERROR] | |
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. | |
[ERROR] Re-run Maven using the -X switch to enable full debug logging. | |
[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/MojoExecutionException | |
[ERROR] | |
[ERROR] After correcting the problems, you can resume the build with the command | |
[ERROR] mvn <goals> -rf :vavr |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1; 2014-12-14T18:29:23+01:00) | |
Maven home: /development/java/maven-3.5.2 | |
Java version: 1.8.0_144, vendor: Oracle Corporation | |
Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home/jre | |
Default locale: en_US, platform encoding: UTF-8 | |
OS name: "mac os x", version: "10.12.6", arch: "x86_64", family: "mac" | |
[INFO] Error stacktraces are turned on. | |
[DEBUG] Reading global settings from /development/java/maven-3.5.2/conf/settings.xml | |
[DEBUG] Reading user settings from /Users/zarnekow/.m2/settings.xml | |
[DEBUG] Using local repository at /Users/zarnekow/.m2/repository | |
[DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for /Users/zarnekow/.m2/repository | |
[INFO] Scanning for projects... | |
[DEBUG] Extension realms for project io.vavr:vavr-parent:pom:1.0.0-SNAPSHOT: (none) | |
[DEBUG] Looking up lifecyle mappings for packaging pom from ClassRealm[plexus.core, parent: null] | |
[DEBUG] Extension realms for project org.sonatype.oss:oss-parent:pom:9: (none) | |
[DEBUG] Looking up lifecyle mappings for packaging pom from ClassRealm[plexus.core, parent: null] | |
[DEBUG] Extension realms for project io.vavr:vavr:jar:1.0.0-SNAPSHOT: (none) | |
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null] | |
[DEBUG] Extension realms for project io.vavr:vavr-benchmark:jar:1.0.0-SNAPSHOT: (none) | |
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null] | |
[DEBUG] Extension realms for project io.vavr:vavr-match:jar:1.0.0-SNAPSHOT: (none) | |
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null] | |
[DEBUG] Extension realms for project io.vavr:vavr-test:jar:1.0.0-SNAPSHOT: (none) | |
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Reactor Build Order: | |
[INFO] | |
[INFO] Vavr Parent | |
[INFO] Vavr Match | |
[INFO] Vavr | |
[INFO] Vavr Benchmark | |
[INFO] Vavr Test | |
[DEBUG] === REACTOR BUILD PLAN ================================================ | |
[DEBUG] Project: io.vavr:vavr-parent:pom:1.0.0-SNAPSHOT | |
[DEBUG] Tasks: [verify] | |
[DEBUG] Style: Regular | |
[DEBUG] ----------------------------------------------------------------------- | |
[DEBUG] Project: io.vavr:vavr-match:jar:1.0.0-SNAPSHOT | |
[DEBUG] Tasks: [verify] | |
[DEBUG] Style: Regular | |
[DEBUG] ----------------------------------------------------------------------- | |
[DEBUG] Project: io.vavr:vavr:jar:1.0.0-SNAPSHOT | |
[DEBUG] Tasks: [verify] | |
[DEBUG] Style: Regular | |
[DEBUG] ----------------------------------------------------------------------- | |
[DEBUG] Project: io.vavr:vavr-benchmark:jar:1.0.0-SNAPSHOT | |
[DEBUG] Tasks: [verify] | |
[DEBUG] Style: Regular | |
[DEBUG] ----------------------------------------------------------------------- | |
[DEBUG] Project: io.vavr:vavr-test:jar:1.0.0-SNAPSHOT | |
[DEBUG] Tasks: [verify] | |
[DEBUG] Style: Regular | |
[DEBUG] ======================================================================= | |
[INFO] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Building Vavr Parent 1.0.0-SNAPSHOT | |
[INFO] ------------------------------------------------------------------------ | |
[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: io.vavr:vavr-parent:1.0.0-SNAPSHOT | |
[DEBUG] Dependencies (collect): [test] | |
[DEBUG] Dependencies (resolve): [] | |
[DEBUG] Repositories (dependencies): [sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), 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.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (enforce-maven) | |
[DEBUG] Style: Regular | |
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> | |
<configuration> | |
<fail default-value="true">${enforcer.fail}</fail> | |
<failFast default-value="false">${enforcer.failFast}</failFast> | |
<ignoreCache default-value="false">${enforcer.ignoreCache}</ignoreCache> | |
<mojoExecution default-value="${mojoExecution}"/> | |
<project default-value="${project}"/> | |
<rules> | |
<requireMavenVersion> | |
<version>3.0.5</version> | |
<message>Maven 2.1.0 and 2.2.0 produce incorrect GPG signatures and checksums respectively.</message> | |
</requireMavenVersion> | |
</rules> | |
<session default-value="${session}"/> | |
<skip default-value="false">${enforcer.skip}</skip> | |
</configuration> | |
[DEBUG] ----------------------------------------------------------------------- | |
[DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.0.0:clean (clean-generated-sources) | |
[DEBUG] Style: Regular | |
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> | |
<configuration> | |
<directory default-value="${project.build.directory}"/> | |
<excludeDefaultDirectories default-value="false">${maven.clean.excludeDefaultDirectories}</excludeDefaultDirectories> | |
<failOnError default-value="true">${maven.clean.failOnError}</failOnError> | |
<filesets> | |
<fileset> | |
<directory>/Users/zarnekow/projects/vavr/src-gen</directory> | |
</fileset> | |
</filesets> | |
<followSymLinks default-value="false">${maven.clean.followSymLinks}</followSymLinks> | |
<outputDirectory default-value="${project.build.outputDirectory}"/> | |
<reportDirectory default-value="${project.build.outputDirectory}"/> | |
<retryOnError default-value="true">${maven.clean.retryOnError}</retryOnError> | |
<skip default-value="false">${maven.clean.skip}</skip> | |
<testOutputDirectory default-value="${project.build.testOutputDirectory}"/> | |
<verbose>${maven.clean.verbose}</verbose> | |
</configuration> | |
[DEBUG] ======================================================================= | |
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=0, ConflictMarker.nodeCount=1, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=1, ConflictIdSorter.conflictIdCount=0, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=1, ConflictResolver.conflictItemCount=0, DefaultDependencyCollector.collectTime=0, DefaultDependencyCollector.transformTime=3} | |
[DEBUG] io.vavr:vavr-parent:pom:1.0.0-SNAPSHOT | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-maven) @ vavr-parent --- | |
[DEBUG] Created new class realm maven.api | |
[DEBUG] Importing foreign packages into class realm maven.api | |
[DEBUG] Imported: org.apache.maven.cli < plexus.core | |
[DEBUG] Imported: org.eclipse.aether.internal.impl < plexus.core | |
[DEBUG] Imported: org.codehaus.plexus.lifecycle < plexus.core | |
[DEBUG] Imported: org.apache.maven.lifecycle < plexus.core | |
[DEBUG] Imported: org.apache.maven.repository < plexus.core | |
[DEBUG] Imported: org.codehaus.plexus.personality < plexus.core | |
[DEBUG] Imported: org.apache.maven.usability < plexus.core | |
[DEBUG] Imported: org.codehaus.plexus.configuration < plexus.core | |
[DEBUG] Imported: javax.enterprise.inject.* < plexus.core | |
[DEBUG] Imported: org.apache.maven.* < plexus.core | |
[DEBUG] Imported: org.apache.maven.project < plexus.core | |
[DEBUG] Imported: org.apache.maven.exception < plexus.core | |
[DEBUG] Imported: org.eclipse.aether.spi < plexus.core | |
[DEBUG] Imported: org.apache.maven.plugin < plexus.core | |
[DEBUG] Imported: org.eclipse.aether.collection < plexus.core | |
[DEBUG] Imported: org.codehaus.plexus.* < plexus.core | |
[DEBUG] Imported: org.codehaus.plexus.logging < plexus.core | |
[DEBUG] Imported: org.apache.maven.profiles < plexus.core | |
[DEBUG] Imported: org.eclipse.aether.transfer < plexus.core | |
[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core | |
[DEBUG] Imported: org.apache.maven.execution.scope < plexus.core | |
[DEBUG] Imported: org.apache.maven.wagon.* < plexus.core | |
[DEBUG] Imported: org.apache.maven.rtinfo < plexus.core | |
[DEBUG] Imported: org.eclipse.aether.impl < plexus.core | |
[DEBUG] Imported: org.apache.maven.monitor < plexus.core | |
[DEBUG] Imported: org.eclipse.aether.graph < plexus.core | |
[DEBUG] Imported: org.eclipse.aether.metadata < plexus.core | |
[DEBUG] Imported: org.codehaus.plexus.context < plexus.core | |
[DEBUG] Imported: org.apache.maven.wagon.observers < plexus.core | |
[DEBUG] Imported: org.apache.maven.wagon.resource < plexus.core | |
[DEBUG] Imported: javax.inject.* < plexus.core | |
[DEBUG] Imported: org.apache.maven.model < plexus.core | |
[DEBUG] Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core | |
[DEBUG] Imported: org.eclipse.aether.deployment < plexus.core | |
[DEBUG] Imported: org.apache.maven.artifact < plexus.core | |
[DEBUG] Imported: org.apache.maven.toolchain < plexus.core | |
[DEBUG] Imported: org.eclipse.aether.resolution < plexus.core | |
[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core | |
[DEBUG] Imported: org.apache.maven.settings < plexus.core | |
[DEBUG] Imported: org.apache.maven.wagon.authorization < plexus.core | |
[DEBUG] Imported: org.apache.maven.wagon.events < plexus.core | |
[DEBUG] Imported: org.apache.maven.wagon.authentication < plexus.core | |
[DEBUG] Imported: org.apache.maven.reporting < plexus.core | |
[DEBUG] Imported: org.eclipse.aether.repository < plexus.core | |
[DEBUG] Imported: org.slf4j.* < plexus.core | |
[DEBUG] Imported: org.apache.maven.wagon.repository < plexus.core | |
[DEBUG] Imported: javax.enterprise.util.* < plexus.core | |
[DEBUG] Imported: org.apache.maven.configuration < plexus.core | |
[DEBUG] Imported: org.codehaus.plexus.classworlds < plexus.core | |
[DEBUG] Imported: org.codehaus.classworlds < plexus.core | |
[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core | |
[DEBUG] Imported: org.apache.maven.classrealm < plexus.core | |
[DEBUG] Imported: org.eclipse.aether.* < plexus.core | |
[DEBUG] Imported: org.eclipse.aether.artifact < plexus.core | |
[DEBUG] Imported: org.apache.maven.execution < plexus.core | |
[DEBUG] Imported: org.apache.maven.wagon.proxy < plexus.core | |
[DEBUG] Imported: org.codehaus.plexus.container < plexus.core | |
[DEBUG] Imported: org.eclipse.aether.version < plexus.core | |
[DEBUG] Imported: org.eclipse.aether.installation < plexus.core | |
[DEBUG] Imported: org.codehaus.plexus.component < plexus.core | |
[DEBUG] Populating class realm maven.api | |
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=1, ConflictMarker.markTime=1, ConflictMarker.nodeCount=96, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=39, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=4, ConflictResolver.conflictItemCount=95, DefaultDependencyCollector.collectTime=160, DefaultDependencyCollector.transformTime=6} | |
[DEBUG] org.apache.maven.plugins:maven-enforcer-plugin:jar:3.0.0-M1: | |
[DEBUG] org.apache.maven:maven-artifact:jar:3.0:compile | |
[DEBUG] org.apache.maven:maven-plugin-api:jar:3.0:compile | |
[DEBUG] org.apache.maven:maven-model:jar:3.0:compile | |
[DEBUG] org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2:compile | |
[DEBUG] org.sonatype.sisu:sisu-inject-bean:jar:1.4.2:compile | |
[DEBUG] org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7:compile | |
[DEBUG] org.apache.maven:maven-core:jar:3.0:compile | |
[DEBUG] org.apache.maven:maven-settings:jar:3.0:compile | |
[DEBUG] org.apache.maven:maven-settings-builder:jar:3.0:compile | |
[DEBUG] org.apache.maven:maven-repository-metadata:jar:3.0:compile | |
[DEBUG] org.apache.maven:maven-model-builder:jar:3.0:compile | |
[DEBUG] org.apache.maven:maven-aether-provider:jar:3.0:runtime | |
[DEBUG] org.sonatype.aether:aether-impl:jar:1.7:compile | |
[DEBUG] org.sonatype.aether:aether-spi:jar:1.7:compile | |
[DEBUG] org.sonatype.aether:aether-api:jar:1.7:compile | |
[DEBUG] org.sonatype.aether:aether-util:jar:1.7:compile | |
[DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.14:compile | |
[DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.2.3:compile | |
[DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:1.6:compile | |
[DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile | |
[DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.4:compile | |
[DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.24:compile | |
[DEBUG] org.apache.maven.enforcer:enforcer-api:jar:3.0.0-M1:compile | |
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9:compile | |
[DEBUG] junit:junit:jar:4.11:compile | |
[DEBUG] org.hamcrest:hamcrest-core:jar:1.3:compile | |
[DEBUG] classworlds:classworlds:jar:1.1-alpha-2:compile | |
[DEBUG] org.apache.maven.enforcer:enforcer-rules:jar:3.0.0-M1:compile | |
[DEBUG] org.apache.maven.shared:maven-common-artifact-filters:jar:3.0.1:compile | |
[DEBUG] org.apache.maven.shared:maven-shared-utils:jar:3.1.0:compile | |
[DEBUG] commons-io:commons-io:jar:2.5:compile | |
[DEBUG] org.apache.commons:commons-lang3:jar:3.5:compile | |
[DEBUG] commons-codec:commons-codec:jar:1.6:compile | |
[DEBUG] org.beanshell:bsh:jar:2.0b4:compile | |
[DEBUG] org.apache.maven.shared:maven-dependency-tree:jar:2.2:compile | |
[DEBUG] org.eclipse.aether:aether-util:jar:0.9.0.M2:compile | |
[DEBUG] org.apache.maven:maven-compat:jar:3.0:compile | |
[DEBUG] org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-6:compile | |
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1 | |
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1 | |
[DEBUG] Imported: < maven.api | |
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1 | |
[DEBUG] Included: org.apache.maven.plugins:maven-enforcer-plugin:jar:3.0.0-M1 | |
[DEBUG] Included: org.sonatype.sisu:sisu-inject-bean:jar:1.4.2 | |
[DEBUG] Included: org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7 | |
[DEBUG] Included: org.sonatype.aether:aether-util:jar:1.7 | |
[DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.14 | |
[DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:1.6 | |
[DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3 | |
[DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.4 | |
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.24 | |
[DEBUG] Included: org.apache.maven.enforcer:enforcer-api:jar:3.0.0-M1 | |
[DEBUG] Included: junit:junit:jar:4.11 | |
[DEBUG] Included: org.hamcrest:hamcrest-core:jar:1.3 | |
[DEBUG] Included: org.apache.maven.enforcer:enforcer-rules:jar:3.0.0-M1 | |
[DEBUG] Included: org.apache.maven.shared:maven-common-artifact-filters:jar:3.0.1 | |
[DEBUG] Included: org.apache.maven.shared:maven-shared-utils:jar:3.1.0 | |
[DEBUG] Included: commons-io:commons-io:jar:2.5 | |
[DEBUG] Included: org.apache.commons:commons-lang3:jar:3.5 | |
[DEBUG] Included: commons-codec:commons-codec:jar:1.6 | |
[DEBUG] Included: org.beanshell:bsh:jar:2.0b4 | |
[DEBUG] Included: org.apache.maven.shared:maven-dependency-tree:jar:2.2 | |
[DEBUG] Included: org.eclipse.aether:aether-util:jar:0.9.0.M2 | |
[DEBUG] Excluded: org.apache.maven:maven-artifact:jar:3.0 | |
[DEBUG] Excluded: org.apache.maven:maven-plugin-api:jar:3.0 | |
[DEBUG] Excluded: org.apache.maven:maven-model:jar:3.0 | |
[DEBUG] Excluded: org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2 | |
[DEBUG] Excluded: org.apache.maven:maven-core:jar:3.0 | |
[DEBUG] Excluded: org.apache.maven:maven-settings:jar:3.0 | |
[DEBUG] Excluded: org.apache.maven:maven-settings-builder:jar:3.0 | |
[DEBUG] Excluded: org.apache.maven:maven-repository-metadata:jar:3.0 | |
[DEBUG] Excluded: org.apache.maven:maven-model-builder:jar:3.0 | |
[DEBUG] Excluded: org.apache.maven:maven-aether-provider:jar:3.0 | |
[DEBUG] Excluded: org.sonatype.aether:aether-impl:jar:1.7 | |
[DEBUG] Excluded: org.sonatype.aether:aether-spi:jar:1.7 | |
[DEBUG] Excluded: org.sonatype.aether:aether-api:jar:1.7 | |
[DEBUG] Excluded: org.codehaus.plexus:plexus-classworlds:jar:2.2.3 | |
[DEBUG] Excluded: org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9 | |
[DEBUG] Excluded: classworlds:classworlds:jar:1.1-alpha-2 | |
[DEBUG] Excluded: org.apache.maven:maven-compat:jar:3.0 | |
[DEBUG] Excluded: org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-6 | |
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1, parent: sun.misc.Launcher$AppClassLoader@55f96302] | |
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce' with basic configurator --> | |
[DEBUG] (s) fail = true | |
[DEBUG] (s) failFast = false | |
[DEBUG] (f) ignoreCache = false | |
[DEBUG] (f) mojoExecution = org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce {execution: enforce-maven} | |
[DEBUG] (s) project = MavenProject: io.vavr:vavr-parent:1.0.0-SNAPSHOT @ /Users/zarnekow/projects/vavr/pom.xml | |
[DEBUG] (s) version = 3.0.5 | |
[DEBUG] (s) message = Maven 2.1.0 and 2.2.0 produce incorrect GPG signatures and checksums respectively. | |
[DEBUG] (s) rules = [org.apache.maven.plugins.enforcer.RequireMavenVersion@6f0ca692] | |
[DEBUG] (s) session = org.apache.maven.execution.MavenSession@2c104774 | |
[DEBUG] (s) skip = false | |
[DEBUG] -- end configuration -- | |
[DEBUG] Executing rule: org.apache.maven.plugins.enforcer.RequireMavenVersion | |
[DEBUG] Rule org.apache.maven.plugins.enforcer.RequireMavenVersion is cacheable. | |
[DEBUG] Detected Maven Version: 3.2.5 | |
[DEBUG] Detected Maven Version: 3.2.5 is allowed in the range 3.0.5. | |
[INFO] | |
[INFO] --- maven-clean-plugin:3.0.0:clean (clean-generated-sources) @ vavr-parent --- | |
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=1, ConflictMarker.markTime=0, ConflictMarker.nodeCount=15, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=13, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=0, ConflictResolver.conflictItemCount=15, DefaultDependencyCollector.collectTime=24, DefaultDependencyCollector.transformTime=1} | |
[DEBUG] org.apache.maven.plugins:maven-clean-plugin:jar:3.0.0: | |
[DEBUG] org.apache.maven:maven-plugin-api:jar:3.0:compile | |
[DEBUG] org.apache.maven:maven-model:jar:3.0:compile | |
[DEBUG] org.codehaus.plexus:plexus-utils:jar:2.0.4:compile | |
[DEBUG] org.apache.maven:maven-artifact:jar:3.0:compile | |
[DEBUG] org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2:compile | |
[DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile | |
[DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.2.3:compile | |
[DEBUG] org.sonatype.sisu:sisu-inject-bean:jar:1.4.2:compile | |
[DEBUG] org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7:compile | |
[DEBUG] org.apache.maven.shared:maven-shared-utils:jar:3.0.0:compile | |
[DEBUG] commons-io:commons-io:jar:2.4:compile | |
[DEBUG] com.google.code.findbugs:jsr305:jar:2.0.1:compile | |
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-clean-plugin:3.0.0 | |
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-clean-plugin:3.0.0 | |
[DEBUG] Imported: < maven.api | |
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-clean-plugin:3.0.0 | |
[DEBUG] Included: org.apache.maven.plugins:maven-clean-plugin:jar:3.0.0 | |
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:2.0.4 | |
[DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:1.5.5 | |
[DEBUG] Included: org.sonatype.sisu:sisu-inject-bean:jar:1.4.2 | |
[DEBUG] Included: org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7 | |
[DEBUG] Included: org.apache.maven.shared:maven-shared-utils:jar:3.0.0 | |
[DEBUG] Included: commons-io:commons-io:jar:2.4 | |
[DEBUG] Included: com.google.code.findbugs:jsr305:jar:2.0.1 | |
[DEBUG] Excluded: org.apache.maven:maven-plugin-api:jar:3.0 | |
[DEBUG] Excluded: org.apache.maven:maven-model:jar:3.0 | |
[DEBUG] Excluded: org.apache.maven:maven-artifact:jar:3.0 | |
[DEBUG] Excluded: org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2 | |
[DEBUG] Excluded: org.codehaus.plexus:plexus-classworlds:jar:2.2.3 | |
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-clean-plugin:3.0.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.0.0, parent: sun.misc.Launcher$AppClassLoader@55f96302] | |
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-clean-plugin:3.0.0:clean' with basic configurator --> | |
[DEBUG] (f) directory = /Users/zarnekow/projects/vavr/target | |
[DEBUG] (f) excludeDefaultDirectories = false | |
[DEBUG] (f) failOnError = true | |
[DEBUG] (f) directory = /Users/zarnekow/projects/vavr/src-gen | |
[DEBUG] (f) filesets = [file set: /Users/zarnekow/projects/vavr/src-gen (included: [], excluded: [])] | |
[DEBUG] (f) followSymLinks = false | |
[DEBUG] (f) outputDirectory = /Users/zarnekow/projects/vavr/target/classes | |
[DEBUG] (f) reportDirectory = /Users/zarnekow/projects/vavr/target/classes | |
[DEBUG] (f) retryOnError = true | |
[DEBUG] (f) skip = false | |
[DEBUG] (f) testOutputDirectory = /Users/zarnekow/projects/vavr/target/test-classes | |
[DEBUG] -- end configuration -- | |
[DEBUG] Skipping non-existing directory /Users/zarnekow/projects/vavr/target | |
[DEBUG] Skipping non-existing directory /Users/zarnekow/projects/vavr/target/classes | |
[DEBUG] Skipping non-existing directory /Users/zarnekow/projects/vavr/target/test-classes | |
[DEBUG] Skipping non-existing directory /Users/zarnekow/projects/vavr/target/classes | |
[DEBUG] Skipping non-existing directory /Users/zarnekow/projects/vavr/src-gen | |
[INFO] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Building Vavr Match 1.0.0-SNAPSHOT | |
[INFO] ------------------------------------------------------------------------ | |
[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] 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: io.vavr:vavr-match:1.0.0-SNAPSHOT | |
[DEBUG] Dependencies (collect): [test] | |
[DEBUG] Dependencies (resolve): [compile, runtime, test] | |
[DEBUG] Repositories (dependencies): [sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), 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.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (enforce-maven) | |
[DEBUG] Style: Regular | |
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> | |
<configuration> | |
<fail default-value="true">${enforcer.fail}</fail> | |
<failFast default-value="false">${enforcer.failFast}</failFast> | |
<ignoreCache default-value="false">${enforcer.ignoreCache}</ignoreCache> | |
<mojoExecution default-value="${mojoExecution}"/> | |
<project default-value="${project}"/> | |
<rules> | |
<requireMavenVersion> | |
<version>3.0.5</version> | |
<message>Maven 2.1.0 and 2.2.0 produce incorrect GPG signatures and checksums respectively.</message> | |
</requireMavenVersion> | |
</rules> | |
<session default-value="${session}"/> | |
<skip default-value="false">${enforcer.skip}</skip> | |
</configuration> | |
[DEBUG] ----------------------------------------------------------------------- | |
[DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.0.0:clean (clean-generated-sources) | |
[DEBUG] Style: Regular | |
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> | |
<configuration> | |
<directory default-value="${project.build.directory}"/> | |
<excludeDefaultDirectories default-value="false">${maven.clean.excludeDefaultDirectories}</excludeDefaultDirectories> | |
<failOnError default-value="true">${maven.clean.failOnError}</failOnError> | |
<filesets> | |
<fileset> | |
<directory>/Users/zarnekow/projects/vavr/vavr-match/src-gen</directory> | |
</fileset> | |
</filesets> | |
<followSymLinks default-value="false">${maven.clean.followSymLinks}</followSymLinks> | |
<outputDirectory default-value="${project.build.outputDirectory}"/> | |
<reportDirectory default-value="${project.build.outputDirectory}"/> | |
<retryOnError default-value="true">${maven.clean.retryOnError}</retryOnError> | |
<skip default-value="false">${maven.clean.skip}</skip> | |
<testOutputDirectory default-value="${project.build.testOutputDirectory}"/> | |
<verbose>${maven.clean.verbose}</verbose> | |
</configuration> | |
[DEBUG] ----------------------------------------------------------------------- | |
[DEBUG] Goal: org.apache.maven.plugins:maven-source-plugin:3.0.1:jar-no-fork (attach-sources) | |
[DEBUG] Style: Regular | |
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> | |
<configuration> | |
<attach default-value="true">${maven.source.attach}</attach> | |
<classifier default-value="sources">${maven.source.classifier}</classifier> | |
<defaultManifestFile default-value="${project.build.outputDirectory}/META-INF/MANIFEST.MF"/> | |
<excludeResources default-value="false">${maven.source.excludeResources}</excludeResources> | |
<finalName default-value="${project.build.finalName}"/> | |
<forceCreation default-value="false">${maven.source.forceCreation}</forceCreation> | |
<includePom default-value="false">${maven.source.includePom}</includePom> | |
<outputDirectory default-value="${project.build.directory}"/> | |
<project default-value="${project}"/> | |
<reactorProjects default-value="${reactorProjects}"/> | |
<session default-value="${session}"/> | |
<skipSource default-value="false">${maven.source.skip}</skipSource> | |
<useDefaultExcludes default-value="true">${maven.source.useDefaultExcludes}</useDefaultExcludes> | |
<useDefaultManifestFile default-value="false">${maven.source.useDefaultManifestFile}</useDefaultManifestFile> | |
</configuration> | |
[DEBUG] ----------------------------------------------------------------------- | |
[DEBUG] Goal: org.apache.maven.plugins:maven-source-plugin:3.0.1:test-jar-no-fork (attach-sources) | |
[DEBUG] Style: Regular | |
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> | |
<configuration> | |
<attach default-value="true">${maven.source.attach}</attach> | |
<classifier default-value="test-sources">${maven.source.test.classifier}</classifier> | |
<defaultManifestFile default-value="${project.build.outputDirectory}/META-INF/MANIFEST.MF"/> | |
<excludeResources default-value="false">${maven.source.excludeResources}</excludeResources> | |
<finalName default-value="${project.build.finalName}"/> | |
<forceCreation default-value="false">${maven.source.forceCreation}</forceCreation> | |
<includePom default-value="false">${maven.source.includePom}</includePom> | |
<outputDirectory default-value="${project.build.directory}"/> | |
<project default-value="${project}"/> | |
<reactorProjects default-value="${reactorProjects}"/> | |
<session default-value="${session}"/> | |
<skipSource default-value="false">${maven.source.skip}</skipSource> | |
<useDefaultExcludes default-value="true">${maven.source.useDefaultExcludes}</useDefaultExcludes> | |
<useDefaultManifestFile default-value="false">${maven.source.useDefaultManifestFile}</useDefaultManifestFile> | |
</configuration> | |
[DEBUG] ----------------------------------------------------------------------- | |
[DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:2.6: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>${maven.resources.escapeString}</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}"/> | |
<supportMultiLineFiltering default-value="false">${maven.resources.supportMultiLineFiltering}</supportMultiLineFiltering> | |
<useBuildFilters default-value="true"/> | |
<useDefaultDelimiters default-value="true"/> | |
</configuration> | |
[DEBUG] ----------------------------------------------------------------------- | |
[DEBUG] Goal: org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile) | |
[DEBUG] Style: Regular | |
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> | |
<configuration> | |
<basedir default-value="${basedir}"/> | |
<buildDirectory default-value="${project.build.directory}"/> | |
<compilePath default-value="${project.compileClasspathElements}"/> | |
<compileSourceRoots default-value="${project.compileSourceRoots}"/> | |
<compilerArgs> | |
<arg>-Werror</arg> | |
<arg>-Xlint:all</arg> | |
<arg>-Xlint:-processing</arg> | |
<arg>-Xlint:-options</arg> | |
</compilerArgs> | |
<compilerArgument>-proc:none</compilerArgument> | |
<compilerId default-value="javac">${maven.compiler.compilerId}</compilerId> | |
<compilerReuseStrategy default-value="${reuseCreated}">${maven.compiler.compilerReuseStrategy}</compilerReuseStrategy> | |
<compilerVersion>${maven.compiler.compilerVersion}</compilerVersion> | |
<debug default-value="true">${maven.compiler.debug}</debug> | |
<debuglevel>${maven.compiler.debuglevel}</debuglevel> | |
<encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding> | |
<executable>${maven.compiler.executable}</executable> | |
<failOnError default-value="true">${maven.compiler.failOnError}</failOnError> | |
<failOnWarning default-value="false">${maven.compiler.failOnWarning}</failOnWarning> | |
<forceJavacCompilerUse default-value="false">${maven.compiler.forceJavacCompilerUse}</forceJavacCompilerUse> | |
<fork default-value="false">${maven.compiler.fork}</fork> | |
<generatedSourcesDirectory default-value="${project.build.directory}/generated-sources/annotations"/> | |
<maxmem>${maven.compiler.maxmem}</maxmem> | |
<meminitial>${maven.compiler.meminitial}</meminitial> | |
<mojoExecution default-value="${mojoExecution}"/> | |
<optimize default-value="false">${maven.compiler.optimize}</optimize> | |
<outputDirectory default-value="${project.build.outputDirectory}"/> | |
<parameters default-value="false">${maven.compiler.parameters}</parameters> | |
<project default-value="${project}"/> | |
<projectArtifact default-value="${project.artifact}"/> | |
<release>${maven.compiler.release}</release> | |
<session default-value="${session}"/> | |
<showDeprecation default-value="false">true</showDeprecation> | |
<showWarnings default-value="false">true</showWarnings> | |
<skipMain>${maven.main.skip}</skipMain> | |
<skipMultiThreadWarning default-value="false">${maven.compiler.skipMultiThreadWarning}</skipMultiThreadWarning> | |
<source default-value="1.5">1.8</source> | |
<staleMillis default-value="0">${lastModGranularityMs}</staleMillis> | |
<target default-value="1.5">1.8</target> | |
<useIncrementalCompilation default-value="true">${maven.compiler.useIncrementalCompilation}</useIncrementalCompilation> | |
<verbose default-value="false">${maven.compiler.verbose}</verbose> | |
</configuration> | |
[DEBUG] ----------------------------------------------------------------------- | |
[DEBUG] Goal: org.apache.felix:maven-bundle-plugin:3.3.0:manifest (bundle-manifest) | |
[DEBUG] Style: Regular | |
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> | |
<configuration> | |
<buildDirectory default-value="${project.build.directory}"/> | |
<dependencyReducedPomLocation default-value="${basedir}/dependency-reduced-pom.xml"/> | |
<dumpClasspath>${dumpClasspath}</dumpClasspath> | |
<dumpInstructions>${dumpInstructions}</dumpInstructions> | |
<excludeDependencies>${excludeDependencies}</excludeDependencies> | |
<finalName default-value="${project.build.finalName}"/> | |
<localRepository default-value="${localRepository}"/> | |
<m_mavenSession default-value="${session}"/> | |
<manifestLocation default-value="${project.build.outputDirectory}/META-INF">${manifestLocation}</manifestLocation> | |
<niceManifest default-value="false">${niceManifest}</niceManifest> | |
<outputDirectory default-value="${project.build.outputDirectory}"/> | |
<project default-value="${project}"/> | |
<rebuildBundle>${rebuildBundle}</rebuildBundle> | |
<remoteArtifactRepositories default-value="${project.remoteArtifactRepositories}"/> | |
<scrLocation default-value="${project.build.outputDirectory}"/> | |
<session default-value="${session}"/> | |
<supportIncrementalBuild>${supportIncrementalBuild}</supportIncrementalBuild> | |
<unpackBundle>${unpackBundle}</unpackBundle> | |
</configuration> | |
[DEBUG] ----------------------------------------------------------------------- | |
[DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:2.6:testResources (default-testResources) | |
[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>${maven.resources.escapeString}</escapeString> | |
<escapeWindowsPaths default-value="true">${maven.resources.escapeWindowsPaths}</escapeWindowsPaths> | |
<includeEmptyDirs default-value="false">${maven.resources.includeEmptyDirs}</includeEmptyDirs> | |
<outputDirectory default-value="${project.build.testOutputDirectory}"/> | |
<overwrite default-value="false">${maven.resources.overwrite}</overwrite> | |
<project default-value="${project}"/> | |
<resources default-value="${project.testResources}"/> | |
<session default-value="${session}"/> | |
<skip>${maven.test.skip}</skip> | |
<supportMultiLineFiltering default-value="false">${maven.resources.supportMultiLineFiltering}</supportMultiLineFiltering> | |
<useBuildFilters default-value="true"/> | |
<useDefaultDelimiters default-value="true"/> | |
</configuration> | |
[DEBUG] ----------------------------------------------------------------------- | |
[DEBUG] Goal: org.apache.maven.plugins:maven-compiler-plugin:3.7.0:testCompile (default-testCompile) | |
[DEBUG] Style: Regular | |
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> | |
<configuration> | |
<basedir default-value="${basedir}"/> | |
<buildDirectory default-value="${project.build.directory}"/> | |
<compilePath default-value="${project.compileClasspathElements}"/> | |
<compileSourceRoots default-value="${project.testCompileSourceRoots}"/> | |
<compilerArgs> | |
<arg>-Werror</arg> | |
<arg>-Xlint:all</arg> | |
<arg>-Xlint:-processing</arg> | |
<arg>-Xlint:-options</arg> | |
</compilerArgs> | |
<compilerArgument>-proc:none</compilerArgument> | |
<compilerId default-value="javac">${maven.compiler.compilerId}</compilerId> | |
<compilerReuseStrategy default-value="${reuseCreated}">${maven.compiler.compilerReuseStrategy}</compilerReuseStrategy> | |
<compilerVersion>${maven.compiler.compilerVersion}</compilerVersion> | |
<debug default-value="true">${maven.compiler.debug}</debug> | |
<debuglevel>${maven.compiler.debuglevel}</debuglevel> | |
<encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding> | |
<executable>${maven.compiler.executable}</executable> | |
<failOnError default-value="true">${maven.compiler.failOnError}</failOnError> | |
<failOnWarning default-value="false">${maven.compiler.failOnWarning}</failOnWarning> | |
<forceJavacCompilerUse default-value="false">${maven.compiler.forceJavacCompilerUse}</forceJavacCompilerUse> | |
<fork default-value="false">${maven.compiler.fork}</fork> | |
<generatedTestSourcesDirectory default-value="${project.build.directory}/generated-test-sources/test-annotations"/> | |
<maxmem>${maven.compiler.maxmem}</maxmem> | |
<meminitial>${maven.compiler.meminitial}</meminitial> | |
<mojoExecution default-value="${mojoExecution}"/> | |
<optimize default-value="false">${maven.compiler.optimize}</optimize> | |
<outputDirectory default-value="${project.build.testOutputDirectory}"/> | |
<parameters default-value="false">${maven.compiler.parameters}</parameters> | |
<project default-value="${project}"/> | |
<release>${maven.compiler.release}</release> | |
<session default-value="${session}"/> | |
<showDeprecation default-value="false">true</showDeprecation> | |
<showWarnings default-value="false">true</showWarnings> | |
<skip>${maven.test.skip}</skip> | |
<skipMultiThreadWarning default-value="false">${maven.compiler.skipMultiThreadWarning}</skipMultiThreadWarning> | |
<source default-value="1.5">1.8</source> | |
<staleMillis default-value="0">${lastModGranularityMs}</staleMillis> | |
<target default-value="1.5">1.8</target> | |
<testPath default-value="${project.testClasspathElements}"/> | |
<testRelease>${maven.compiler.testRelease}</testRelease> | |
<testSource>${maven.compiler.testSource}</testSource> | |
<testTarget>${maven.compiler.testTarget}</testTarget> | |
<useIncrementalCompilation default-value="true">${maven.compiler.useIncrementalCompilation}</useIncrementalCompilation> | |
<verbose default-value="false">${maven.compiler.verbose}</verbose> | |
</configuration> | |
[DEBUG] ----------------------------------------------------------------------- | |
[DEBUG] Goal: org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test) | |
[DEBUG] Style: Regular | |
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> | |
<configuration> | |
<additionalClasspathElements>${maven.test.additionalClasspath}</additionalClasspathElements> | |
<argLine>${argLine}</argLine> | |
<basedir default-value="${basedir}"/> | |
<childDelegation default-value="false">${childDelegation}</childDelegation> | |
<classesDirectory default-value="${project.build.outputDirectory}"/> | |
<classpathDependencyExcludes>${maven.test.dependency.excludes}</classpathDependencyExcludes> | |
<debugForkedProcess>${maven.surefire.debug}</debugForkedProcess> | |
<dependenciesToScan>${dependenciesToScan}</dependenciesToScan> | |
<disableXmlReport default-value="false">${disableXmlReport}</disableXmlReport> | |
<enableAssertions default-value="true">${enableAssertions}</enableAssertions> | |
<excludedGroups>${excludedGroups}</excludedGroups> | |
<excludesFile>${surefire.excludesFile}</excludesFile> | |
<failIfNoSpecifiedTests>${surefire.failIfNoSpecifiedTests}</failIfNoSpecifiedTests> | |
<failIfNoTests>${failIfNoTests}</failIfNoTests> | |
<forkCount default-value="1">${forkCount}</forkCount> | |
<forkMode default-value="once">${forkMode}</forkMode> | |
<forkedProcessTimeoutInSeconds>${surefire.timeout}</forkedProcessTimeoutInSeconds> | |
<groups>${groups}</groups> | |
<includesFile>${surefire.includesFile}</includesFile> | |
<junitArtifactName default-value="junit:junit">${junitArtifactName}</junitArtifactName> | |
<jvm>${jvm}</jvm> | |
<localRepository default-value="${localRepository}"/> | |
<objectFactory>${objectFactory}</objectFactory> | |
<parallel>all</parallel> | |
<parallelMavenExecution default-value="${session.parallel}"/> | |
<parallelOptimized default-value="true">${parallelOptimized}</parallelOptimized> | |
<parallelTestsTimeoutForcedInSeconds>${surefire.parallel.forcedTimeout}</parallelTestsTimeoutForcedInSeconds> | |
<parallelTestsTimeoutInSeconds>${surefire.parallel.timeout}</parallelTestsTimeoutInSeconds> | |
<perCoreThreadCount default-value="true">${perCoreThreadCount}</perCoreThreadCount> | |
<pluginArtifactMap>${plugin.artifactMap}</pluginArtifactMap> | |
<pluginDescriptor default-value="${plugin}"/> | |
<printSummary default-value="true">${surefire.printSummary}</printSummary> | |
<projectArtifactMap>${project.artifactMap}</projectArtifactMap> | |
<redirectTestOutputToFile default-value="false">${maven.test.redirectTestOutputToFile}</redirectTestOutputToFile> | |
<remoteRepositories default-value="${project.pluginArtifactRepositories}"/> | |
<reportFormat default-value="brief">${surefire.reportFormat}</reportFormat> | |
<reportNameSuffix default-value="">${surefire.reportNameSuffix}</reportNameSuffix> | |
<reportsDirectory default-value="${project.build.directory}/surefire-reports"/> | |
<rerunFailingTestsCount default-value="0">${surefire.rerunFailingTestsCount}</rerunFailingTestsCount> | |
<reuseForks default-value="true">true</reuseForks> | |
<runOrder default-value="filesystem">${surefire.runOrder}</runOrder> | |
<shutdown default-value="testset">${surefire.shutdown}</shutdown> | |
<skip default-value="false">${maven.test.skip}</skip> | |
<skipAfterFailureCount default-value="0">${surefire.skipAfterFailureCount}</skipAfterFailureCount> | |
<skipExec>${maven.test.skip.exec}</skipExec> | |
<skipTests default-value="false">${skipTests}</skipTests> | |
<suiteXmlFiles>${surefire.suiteXmlFiles}</suiteXmlFiles> | |
<test>${test}</test> | |
<testClassesDirectory default-value="${project.build.testOutputDirectory}"/> | |
<testFailureIgnore default-value="false">${maven.test.failure.ignore}</testFailureIgnore> | |
<testNGArtifactName default-value="org.testng:testng">${testNGArtifactName}</testNGArtifactName> | |
<testSourceDirectory default-value="${project.build.testSourceDirectory}"/> | |
<threadCount>4</threadCount> | |
<threadCountClasses default-value="0">${threadCountClasses}</threadCountClasses> | |
<threadCountMethods default-value="0">${threadCountMethods}</threadCountMethods> | |
<threadCountSuites default-value="0">${threadCountSuites}</threadCountSuites> | |
<trimStackTrace default-value="true">${trimStackTrace}</trimStackTrace> | |
<useFile default-value="true">${surefire.useFile}</useFile> | |
<useManifestOnlyJar default-value="true">${surefire.useManifestOnlyJar}</useManifestOnlyJar> | |
<useSystemClassLoader default-value="true">${surefire.useSystemClassLoader}</useSystemClassLoader> | |
<useUnlimitedThreads default-value="false">${useUnlimitedThreads}</useUnlimitedThreads> | |
<workingDirectory>${basedir}</workingDirectory> | |
<project default-value="${project}"/> | |
<session default-value="${session}"/> | |
</configuration> | |
[DEBUG] ----------------------------------------------------------------------- | |
[DEBUG] Goal: org.apache.maven.plugins:maven-jar-plugin:3.0.2:jar (default-jar) | |
[DEBUG] Style: Regular | |
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> | |
<configuration> | |
<archive> | |
<manifestEntries> | |
<Automatic-Module-Name>io.vavr.match</Automatic-Module-Name> | |
</manifestEntries> | |
<manifestFile>/Users/zarnekow/projects/vavr/vavr-match/target/classes/META-INF/MANIFEST.MF</manifestFile> | |
</archive> | |
<classesDirectory default-value="${project.build.outputDirectory}"/> | |
<finalName default-value="${project.build.finalName}"/> | |
<forceCreation default-value="false">${maven.jar.forceCreation}</forceCreation> | |
<outputDirectory default-value="${project.build.directory}"/> | |
<project default-value="${project}"/> | |
<session default-value="${session}"/> | |
<skipIfEmpty default-value="false">true</skipIfEmpty> | |
<useDefaultManifestFile default-value="false">${jar.useDefaultManifestFile}</useDefaultManifestFile> | |
</configuration> | |
[DEBUG] ======================================================================= | |
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=0, ConflictMarker.nodeCount=4, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=3, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=0, ConflictResolver.conflictItemCount=3, DefaultDependencyCollector.collectTime=7, DefaultDependencyCollector.transformTime=0} | |
[DEBUG] io.vavr:vavr-match:jar:1.0.0-SNAPSHOT | |
[DEBUG] junit:junit:jar:4.12:test | |
[DEBUG] org.hamcrest:hamcrest-core:jar:1.3:test | |
[DEBUG] org.assertj:assertj-core:jar:3.8.0:test | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-maven) @ vavr-match --- | |
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1, parent: sun.misc.Launcher$AppClassLoader@55f96302] | |
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce' with basic configurator --> | |
[DEBUG] (s) fail = true | |
[DEBUG] (s) failFast = false | |
[DEBUG] (f) ignoreCache = false | |
[DEBUG] (f) mojoExecution = org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce {execution: enforce-maven} | |
[DEBUG] (s) project = MavenProject: io.vavr:vavr-match:1.0.0-SNAPSHOT @ /Users/zarnekow/projects/vavr/vavr-match/pom.xml | |
[DEBUG] (s) version = 3.0.5 | |
[DEBUG] (s) message = Maven 2.1.0 and 2.2.0 produce incorrect GPG signatures and checksums respectively. | |
[DEBUG] (s) rules = [org.apache.maven.plugins.enforcer.RequireMavenVersion@63c5efee] | |
[DEBUG] (s) session = org.apache.maven.execution.MavenSession@2c104774 | |
[DEBUG] (s) skip = false | |
[DEBUG] -- end configuration -- | |
[DEBUG] Executing rule: org.apache.maven.plugins.enforcer.RequireMavenVersion | |
[DEBUG] Rule org.apache.maven.plugins.enforcer.RequireMavenVersion is cacheable. | |
[DEBUG] Key org.apache.maven.plugins.enforcer.RequireMavenVersion 48517564 was found in the cache | |
[DEBUG] The cached results are still valid. Skipping the rule: org.apache.maven.plugins.enforcer.RequireMavenVersion | |
[INFO] | |
[INFO] --- maven-clean-plugin:3.0.0:clean (clean-generated-sources) @ vavr-match --- | |
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-clean-plugin:3.0.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.0.0, parent: sun.misc.Launcher$AppClassLoader@55f96302] | |
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-clean-plugin:3.0.0:clean' with basic configurator --> | |
[DEBUG] (f) directory = /Users/zarnekow/projects/vavr/vavr-match/target | |
[DEBUG] (f) excludeDefaultDirectories = false | |
[DEBUG] (f) failOnError = true | |
[DEBUG] (f) directory = /Users/zarnekow/projects/vavr/vavr-match/src-gen | |
[DEBUG] (f) filesets = [file set: /Users/zarnekow/projects/vavr/vavr-match/src-gen (included: [], excluded: [])] | |
[DEBUG] (f) followSymLinks = false | |
[DEBUG] (f) outputDirectory = /Users/zarnekow/projects/vavr/vavr-match/target/classes | |
[DEBUG] (f) reportDirectory = /Users/zarnekow/projects/vavr/vavr-match/target/classes | |
[DEBUG] (f) retryOnError = true | |
[DEBUG] (f) skip = false | |
[DEBUG] (f) testOutputDirectory = /Users/zarnekow/projects/vavr/vavr-match/target/test-classes | |
[DEBUG] -- end configuration -- | |
[INFO] Deleting /Users/zarnekow/projects/vavr/vavr-match/target | |
[INFO] Deleting file /Users/zarnekow/projects/vavr/vavr-match/target/vavr-match-1.0.0-SNAPSHOT.jar | |
[INFO] Deleting file /Users/zarnekow/projects/vavr/vavr-match/target/vavr-match-1.0.0-SNAPSHOT-sources.jar | |
[INFO] Deleting file /Users/zarnekow/projects/vavr/vavr-match/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst | |
[INFO] Deleting file /Users/zarnekow/projects/vavr/vavr-match/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst | |
[INFO] Deleting directory /Users/zarnekow/projects/vavr/vavr-match/target/maven-status/maven-compiler-plugin/compile/default-compile | |
[INFO] Deleting directory /Users/zarnekow/projects/vavr/vavr-match/target/maven-status/maven-compiler-plugin/compile | |
[INFO] Deleting directory /Users/zarnekow/projects/vavr/vavr-match/target/maven-status/maven-compiler-plugin | |
[INFO] Deleting directory /Users/zarnekow/projects/vavr/vavr-match/target/maven-status | |
[INFO] Deleting file /Users/zarnekow/projects/vavr/vavr-match/target/maven-archiver/pom.properties | |
[INFO] Deleting directory /Users/zarnekow/projects/vavr/vavr-match/target/maven-archiver | |
[INFO] Deleting directory /Users/zarnekow/projects/vavr/vavr-match/target/generated-sources/annotations | |
[INFO] Deleting directory /Users/zarnekow/projects/vavr/vavr-match/target/generated-sources | |
[INFO] Deleting file /Users/zarnekow/projects/vavr/vavr-match/target/classes/META-INF/services/javax.annotation.processing.Processor | |
[INFO] Deleting directory /Users/zarnekow/projects/vavr/vavr-match/target/classes/META-INF/services | |
[INFO] Deleting file /Users/zarnekow/projects/vavr/vavr-match/target/classes/META-INF/MANIFEST.MF | |
[INFO] Deleting directory /Users/zarnekow/projects/vavr/vavr-match/target/classes/META-INF | |
[INFO] Deleting file /Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/UnapplyChecker.class | |
[INFO] Deleting file /Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/PatternsProcessor.class | |
[INFO] Deleting file /Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/model/TypeParameterModel.class | |
[INFO] Deleting file /Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/model/ParameterModel.class | |
[INFO] Deleting file /Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/model/MethodModel.class | |
[INFO] Deleting file /Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/model/ClassModel.class | |
[INFO] Deleting directory /Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/model | |
[INFO] Deleting file /Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/generator/ImportManager.class | |
[INFO] Deleting file /Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/generator/ImportManager$Import.class | |
[INFO] Deleting file /Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/generator/ImportManager$FQN.class | |
[INFO] Deleting file /Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/generator/Generator.class | |
[INFO] Deleting directory /Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/generator | |
[INFO] Deleting file /Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/annotation/Unapply.class | |
[INFO] Deleting file /Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/annotation/Patterns.class | |
[INFO] Deleting directory /Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/annotation | |
[INFO] Deleting directory /Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match | |
[INFO] Deleting directory /Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr | |
[INFO] Deleting directory /Users/zarnekow/projects/vavr/vavr-match/target/classes/io | |
[INFO] Deleting directory /Users/zarnekow/projects/vavr/vavr-match/target/classes | |
[INFO] Deleting directory /Users/zarnekow/projects/vavr/vavr-match/target | |
[DEBUG] Skipping non-existing directory /Users/zarnekow/projects/vavr/vavr-match/target/classes | |
[DEBUG] Skipping non-existing directory /Users/zarnekow/projects/vavr/vavr-match/target/test-classes | |
[DEBUG] Skipping non-existing directory /Users/zarnekow/projects/vavr/vavr-match/target/classes | |
[DEBUG] Skipping non-existing directory /Users/zarnekow/projects/vavr/vavr-match/src-gen | |
[INFO] | |
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ vavr-match --- | |
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=1, ConflictMarker.nodeCount=83, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=31, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=1, ConflictResolver.conflictItemCount=76, DefaultDependencyCollector.collectTime=37, DefaultDependencyCollector.transformTime=2} | |
[DEBUG] org.apache.maven.plugins:maven-source-plugin:jar:3.0.1: | |
[DEBUG] org.apache.maven:maven-model:jar:3.0:compile | |
[DEBUG] org.apache.maven:maven-artifact:jar:3.0:compile | |
[DEBUG] org.apache.maven:maven-plugin-api:jar:3.0:compile | |
[DEBUG] org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2:compile | |
[DEBUG] org.sonatype.sisu:sisu-inject-bean:jar:1.4.2:compile | |
[DEBUG] org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7:compile | |
[DEBUG] org.apache.maven:maven-core:jar:3.0:compile | |
[DEBUG] org.apache.maven:maven-settings:jar:3.0:compile | |
[DEBUG] org.apache.maven:maven-settings-builder:jar:3.0:compile | |
[DEBUG] org.apache.maven:maven-repository-metadata:jar:3.0:compile | |
[DEBUG] org.apache.maven:maven-model-builder:jar:3.0:compile | |
[DEBUG] org.apache.maven:maven-aether-provider:jar:3.0:runtime | |
[DEBUG] org.sonatype.aether:aether-impl:jar:1.7:compile | |
[DEBUG] org.sonatype.aether:aether-spi:jar:1.7:compile | |
[DEBUG] org.sonatype.aether:aether-api:jar:1.7:compile | |
[DEBUG] org.sonatype.aether:aether-util:jar:1.7:compile | |
[DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.14:compile | |
[DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.2.3:compile | |
[DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:1.6:compile | |
[DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile | |
[DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.4:compile | |
[DEBUG] org.apache.maven:maven-archiver:jar:3.1.1:compile | |
[DEBUG] org.apache.maven.shared:maven-shared-utils:jar:3.0.1:compile | |
[DEBUG] commons-io:commons-io:jar:2.5:compile | |
[DEBUG] org.codehaus.plexus:plexus-archiver:jar:3.4:compile | |
[DEBUG] org.codehaus.plexus:plexus-io:jar:2.7.1:compile | |
[DEBUG] org.apache.commons:commons-compress:jar:1.11:compile | |
[DEBUG] org.iq80.snappy:snappy:jar:0.4:compile | |
[DEBUG] org.tukaani:xz:jar:1.5:runtime | |
[DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.24:compile | |
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-source-plugin:3.0.1 | |
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-source-plugin:3.0.1 | |
[DEBUG] Imported: < maven.api | |
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-source-plugin:3.0.1 | |
[DEBUG] Included: org.apache.maven.plugins:maven-source-plugin:jar:3.0.1 | |
[DEBUG] Included: org.sonatype.sisu:sisu-inject-bean:jar:1.4.2 | |
[DEBUG] Included: org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7 | |
[DEBUG] Included: org.sonatype.aether:aether-util:jar:1.7 | |
[DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.14 | |
[DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:1.6 | |
[DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3 | |
[DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.4 | |
[DEBUG] Included: org.apache.maven:maven-archiver:jar:3.1.1 | |
[DEBUG] Included: org.apache.maven.shared:maven-shared-utils:jar:3.0.1 | |
[DEBUG] Included: commons-io:commons-io:jar:2.5 | |
[DEBUG] Included: org.codehaus.plexus:plexus-archiver:jar:3.4 | |
[DEBUG] Included: org.codehaus.plexus:plexus-io:jar:2.7.1 | |
[DEBUG] Included: org.apache.commons:commons-compress:jar:1.11 | |
[DEBUG] Included: org.iq80.snappy:snappy:jar:0.4 | |
[DEBUG] Included: org.tukaani:xz:jar:1.5 | |
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.24 | |
[DEBUG] Excluded: org.apache.maven:maven-model:jar:3.0 | |
[DEBUG] Excluded: org.apache.maven:maven-artifact:jar:3.0 | |
[DEBUG] Excluded: org.apache.maven:maven-plugin-api:jar:3.0 | |
[DEBUG] Excluded: org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2 | |
[DEBUG] Excluded: org.apache.maven:maven-core:jar:3.0 | |
[DEBUG] Excluded: org.apache.maven:maven-settings:jar:3.0 | |
[DEBUG] Excluded: org.apache.maven:maven-settings-builder:jar:3.0 | |
[DEBUG] Excluded: org.apache.maven:maven-repository-metadata:jar:3.0 | |
[DEBUG] Excluded: org.apache.maven:maven-model-builder:jar:3.0 | |
[DEBUG] Excluded: org.apache.maven:maven-aether-provider:jar:3.0 | |
[DEBUG] Excluded: org.sonatype.aether:aether-impl:jar:1.7 | |
[DEBUG] Excluded: org.sonatype.aether:aether-spi:jar:1.7 | |
[DEBUG] Excluded: org.sonatype.aether:aether-api:jar:1.7 | |
[DEBUG] Excluded: org.codehaus.plexus:plexus-classworlds:jar:2.2.3 | |
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-source-plugin:3.0.1:jar-no-fork from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-source-plugin:3.0.1, parent: sun.misc.Launcher$AppClassLoader@55f96302] | |
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-source-plugin:3.0.1:jar-no-fork' with basic configurator --> | |
[DEBUG] (f) attach = true | |
[DEBUG] (f) classifier = sources | |
[DEBUG] (f) defaultManifestFile = /Users/zarnekow/projects/vavr/vavr-match/target/classes/META-INF/MANIFEST.MF | |
[DEBUG] (f) excludeResources = false | |
[DEBUG] (f) finalName = vavr-match-1.0.0-SNAPSHOT | |
[DEBUG] (f) forceCreation = false | |
[DEBUG] (f) includePom = false | |
[DEBUG] (f) outputDirectory = /Users/zarnekow/projects/vavr/vavr-match/target | |
[DEBUG] (f) project = MavenProject: io.vavr:vavr-match:1.0.0-SNAPSHOT @ /Users/zarnekow/projects/vavr/vavr-match/pom.xml | |
[DEBUG] (f) reactorProjects = [MavenProject: io.vavr:vavr-parent:1.0.0-SNAPSHOT @ /Users/zarnekow/projects/vavr/pom.xml, MavenProject: io.vavr:vavr-match:1.0.0-SNAPSHOT @ /Users/zarnekow/projects/vavr/vavr-match/pom.xml, MavenProject: io.vavr:vavr:1.0.0-SNAPSHOT @ /Users/zarnekow/projects/vavr/vavr/pom.xml, MavenProject: io.vavr:vavr-benchmark:1.0.0-SNAPSHOT @ /Users/zarnekow/projects/vavr/vavr-benchmark/pom.xml, MavenProject: io.vavr:vavr-test:1.0.0-SNAPSHOT @ /Users/zarnekow/projects/vavr/vavr-test/pom.xml] | |
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@2c104774 | |
[DEBUG] (f) skipSource = false | |
[DEBUG] (f) useDefaultExcludes = true | |
[DEBUG] (f) useDefaultManifestFile = false | |
[DEBUG] -- end configuration -- | |
[DEBUG] isUp2date: false (Destination /Users/zarnekow/projects/vavr/vavr-match/target/vavr-match-1.0.0-SNAPSHOT-sources.jar not found.) | |
[INFO] Building jar: /Users/zarnekow/projects/vavr/vavr-match/target/vavr-match-1.0.0-SNAPSHOT-sources.jar | |
[DEBUG] adding directory META-INF/ | |
[DEBUG] adding entry META-INF/MANIFEST.MF | |
[DEBUG] adding directory io/ | |
[DEBUG] adding directory io/vavr/ | |
[DEBUG] adding directory io/vavr/match/ | |
[DEBUG] adding directory io/vavr/match/annotation/ | |
[DEBUG] adding directory io/vavr/match/generator/ | |
[DEBUG] adding directory io/vavr/match/model/ | |
[DEBUG] adding entry io/vavr/match/annotation/Patterns.java | |
[DEBUG] adding entry io/vavr/match/annotation/Unapply.java | |
[DEBUG] adding entry io/vavr/match/generator/Generator.java | |
[DEBUG] adding entry io/vavr/match/generator/ImportManager.java | |
[DEBUG] adding entry io/vavr/match/model/ClassModel.java | |
[DEBUG] adding entry io/vavr/match/model/MethodModel.java | |
[DEBUG] adding entry io/vavr/match/model/ParameterModel.java | |
[DEBUG] adding entry io/vavr/match/model/TypeParameterModel.java | |
[DEBUG] adding entry io/vavr/match/PatternsProcessor.java | |
[DEBUG] adding entry io/vavr/match/UnapplyChecker.java | |
[DEBUG] adding directory META-INF/services/ | |
[DEBUG] adding entry META-INF/services/javax.annotation.processing.Processor | |
[DEBUG] adding directory META-INF/maven/ | |
[DEBUG] adding directory META-INF/maven/io.vavr/ | |
[DEBUG] adding directory META-INF/maven/io.vavr/vavr-match/ | |
[DEBUG] adding entry META-INF/maven/io.vavr/vavr-match/pom.xml | |
[DEBUG] adding entry META-INF/maven/io.vavr/vavr-match/pom.properties | |
[INFO] | |
[INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-sources) @ vavr-match --- | |
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-source-plugin:3.0.1:test-jar-no-fork from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-source-plugin:3.0.1, parent: sun.misc.Launcher$AppClassLoader@55f96302] | |
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-source-plugin:3.0.1:test-jar-no-fork' with basic configurator --> | |
[DEBUG] (f) attach = true | |
[DEBUG] (f) classifier = test-sources | |
[DEBUG] (f) defaultManifestFile = /Users/zarnekow/projects/vavr/vavr-match/target/classes/META-INF/MANIFEST.MF | |
[DEBUG] (f) excludeResources = false | |
[DEBUG] (f) finalName = vavr-match-1.0.0-SNAPSHOT | |
[DEBUG] (f) forceCreation = false | |
[DEBUG] (f) includePom = false | |
[DEBUG] (f) outputDirectory = /Users/zarnekow/projects/vavr/vavr-match/target | |
[DEBUG] (f) project = MavenProject: io.vavr:vavr-match:1.0.0-SNAPSHOT @ /Users/zarnekow/projects/vavr/vavr-match/pom.xml | |
[DEBUG] (f) reactorProjects = [MavenProject: io.vavr:vavr-parent:1.0.0-SNAPSHOT @ /Users/zarnekow/projects/vavr/pom.xml, MavenProject: io.vavr:vavr-match:1.0.0-SNAPSHOT @ /Users/zarnekow/projects/vavr/vavr-match/pom.xml, MavenProject: io.vavr:vavr:1.0.0-SNAPSHOT @ /Users/zarnekow/projects/vavr/vavr/pom.xml, MavenProject: io.vavr:vavr-benchmark:1.0.0-SNAPSHOT @ /Users/zarnekow/projects/vavr/vavr-benchmark/pom.xml, MavenProject: io.vavr:vavr-test:1.0.0-SNAPSHOT @ /Users/zarnekow/projects/vavr/vavr-test/pom.xml] | |
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@2c104774 | |
[DEBUG] (f) skipSource = false | |
[DEBUG] (f) useDefaultExcludes = true | |
[DEBUG] (f) useDefaultManifestFile = false | |
[DEBUG] -- end configuration -- | |
[INFO] No sources in project. Archive not created. | |
[INFO] | |
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ vavr-match --- | |
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=0, ConflictMarker.nodeCount=77, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=26, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=2, ConflictResolver.conflictItemCount=74, DefaultDependencyCollector.collectTime=45, DefaultDependencyCollector.transformTime=2} | |
[DEBUG] org.apache.maven.plugins:maven-resources-plugin:jar:2.6: | |
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.6:compile | |
[DEBUG] org.apache.maven:maven-project:jar:2.0.6:compile | |
[DEBUG] org.apache.maven:maven-profile:jar:2.0.6:compile | |
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.6:compile | |
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.6:compile | |
[DEBUG] org.apache.maven:maven-core:jar:2.0.6:compile | |
[DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6:compile | |
[DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:2.0.6:compile | |
[DEBUG] org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7:compile | |
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.6:compile | |
[DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.0.6:compile | |
[DEBUG] commons-cli:commons-cli:jar:1.0:compile | |
[DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.0.6:compile | |
[DEBUG] org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:compile | |
[DEBUG] classworlds:classworlds:jar:1.1:compile | |
[DEBUG] org.apache.maven:maven-artifact:jar:2.0.6:compile | |
[DEBUG] org.apache.maven:maven-settings:jar:2.0.6:compile | |
[DEBUG] org.apache.maven:maven-model:jar:2.0.6:compile | |
[DEBUG] org.apache.maven:maven-monitor:jar:2.0.6:compile | |
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile | |
[DEBUG] junit:junit:jar:3.8.1:compile | |
[DEBUG] org.codehaus.plexus:plexus-utils:jar:2.0.5:compile | |
[DEBUG] org.apache.maven.shared:maven-filtering:jar:1.1:compile | |
[DEBUG] org.sonatype.plexus:plexus-build-api:jar:0.0.4:compile | |
[DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.13:compile | |
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-resources-plugin:2.6 | |
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-resources-plugin:2.6 | |
[DEBUG] Imported: < maven.api | |
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-resources-plugin:2.6 | |
[DEBUG] Included: org.apache.maven.plugins:maven-resources-plugin:jar:2.6 | |
[DEBUG] Included: org.apache.maven.reporting:maven-reporting-api:jar:2.0.6 | |
[DEBUG] Included: org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7 | |
[DEBUG] Included: commons-cli:commons-cli:jar:1.0 | |
[DEBUG] Included: org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4 | |
[DEBUG] Included: junit:junit:jar:3.8.1 | |
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:2.0.5 | |
[DEBUG] Included: org.apache.maven.shared:maven-filtering:jar:1.1 | |
[DEBUG] Included: org.sonatype.plexus:plexus-build-api:jar:0.0.4 | |
[DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.13 | |
[DEBUG] Excluded: org.apache.maven:maven-plugin-api:jar:2.0.6 | |
[DEBUG] Excluded: org.apache.maven:maven-project:jar:2.0.6 | |
[DEBUG] Excluded: org.apache.maven:maven-profile:jar:2.0.6 | |
[DEBUG] Excluded: org.apache.maven:maven-artifact-manager:jar:2.0.6 | |
[DEBUG] Excluded: org.apache.maven:maven-plugin-registry:jar:2.0.6 | |
[DEBUG] Excluded: org.apache.maven:maven-core:jar:2.0.6 | |
[DEBUG] Excluded: org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6 | |
[DEBUG] Excluded: org.apache.maven:maven-repository-metadata:jar:2.0.6 | |
[DEBUG] Excluded: org.apache.maven:maven-error-diagnostics:jar:2.0.6 | |
[DEBUG] Excluded: org.apache.maven:maven-plugin-descriptor:jar:2.0.6 | |
[DEBUG] Excluded: classworlds:classworlds:jar:1.1 | |
[DEBUG] Excluded: org.apache.maven:maven-artifact:jar:2.0.6 | |
[DEBUG] Excluded: org.apache.maven:maven-settings:jar:2.0.6 | |
[DEBUG] Excluded: org.apache.maven:maven-model:jar:2.0.6 | |
[DEBUG] Excluded: org.apache.maven:maven-monitor:jar:2.0.6 | |
[DEBUG] Excluded: org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1 | |
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-resources-plugin:2.6:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:2.6, parent: sun.misc.Launcher$AppClassLoader@55f96302] | |
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-resources-plugin:2.6:resources' with basic configurator --> | |
[DEBUG] (f) buildFilters = [] | |
[DEBUG] (f) encoding = UTF-8 | |
[DEBUG] (f) escapeWindowsPaths = true | |
[DEBUG] (s) includeEmptyDirs = false | |
[DEBUG] (s) outputDirectory = /Users/zarnekow/projects/vavr/vavr-match/target/classes | |
[DEBUG] (s) overwrite = false | |
[DEBUG] (f) project = MavenProject: io.vavr:vavr-match:1.0.0-SNAPSHOT @ /Users/zarnekow/projects/vavr/vavr-match/pom.xml | |
[DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /Users/zarnekow/projects/vavr/vavr-match/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] | |
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@2c104774 | |
[DEBUG] (f) supportMultiLineFiltering = false | |
[DEBUG] (f) useBuildFilters = true | |
[DEBUG] (s) useDefaultDelimiters = true | |
[DEBUG] -- end configuration -- | |
[DEBUG] properties used {java.vendor=Oracle Corporation, jmh.version=1.19, env.NVM_BIN=/Users/zarnekow/.nvm/versions/node/v7.10.0/bin, sun.java.launcher=SUN_STANDARD, env.XPC_SERVICE_NAME=0, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, eclipse.lifecycle.mapping.version=1.0.0, env.SECURITYSESSIONID=186a6, os.name=Mac OS X, env.PYTHONPATH=:/Users/zarnekow/projects/convecton/datapad-super/datapad/datalore/python-runtime/src/main/python, sun.boot.class.path=/Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home/jre/lib/resources.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home/jre/lib/rt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home/jre/lib/sunrsasign.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home/jre/lib/jsse.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home/jre/lib/jce.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home/jre/lib/charsets.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home/jre/lib/jfr.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home/jre/classes, env.TMPDIR=/var/folders/t1/bpphb47d0l7c73v8rp676y6h0000gp/T/, maven.jar.version=3.0.2, env.PWD=/Users/zarnekow/projects/vavr, maven.deploy.version=2.8.2, user.country.format=DE, env.LANG=de_DE.UTF-8, java.vm.specification.vendor=Oracle Corporation, java.runtime.version=1.8.0_144-b01, env.Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.arAVEdiVHX/Render, project.build.sourceEncoding=UTF-8, env.NVM_CD_FLAGS=, user.name=zarnekow, maven.build.version=Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1; 2014-12-14T18:29:23+01:00), env.USER=zarnekow, env.SHELL=/bin/bash, env.__CF_USER_TEXT_ENCODING=0x1F6:0x0:0x0, maven.exec.version=1.5.0, env.PATH=/Users/zarnekow/.nvm/versions/node/v7.10.0/bin:/Users/zarnekow/anaconda3/bin:/opt/local/bin:/opt/local/sbin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/MacGPG2/bin:/usr/texbin:/development/java/maven-3.5.2/bin, user.language=en, sun.boot.library.path=/Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home/jre/lib, classworlds.conf=/development/java/maven-3.5.2/bin/m2.conf, env.XPC_FLAGS=0x0, env.LC_CTYPE=UTF-8, java.version=1.8.0_144, user.timezone=Europe/Berlin, maven.gwt.plugin=1.0-rc-6, sun.arch.data.model=64, env.JAVA_MAIN_CLASS_824=org.codehaus.plexus.classworlds.launcher.Launcher, http.nonProxyHosts=local|*.local|169.254/16|*.169.254/16, java.endorsed.dirs=/Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home/jre/lib/endorsed, scala.maven.version=3.3.1, sun.cpu.isalist=, sun.jnu.encoding=UTF-8, file.encoding.pkg=sun.io, env.SHLVL=1, file.separator=/, java.specification.name=Java Platform API Specification, java.class.version=52.0, org.slf4j.simpleLogger.defaultLogLevel=debug, user.country=US, java.home=/Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home/jre, maven.versions.version=2.4, java.vm.info=mixed mode, env.LOGNAME=zarnekow, os.version=10.12.6, env.TERM_PROGRAM_VERSION=388.1.1, maven.source.version=3.0.1, maven.jacoco.version=0.7.9, path.separator=:, maven.bundle.version=3.3.0, java.vm.version=25.144-b01, maven.enforcer.version=3.0.0-M1, maven.install.version=2.5.2, env.JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home, java.awt.printerjob=sun.lwawt.macosx.CPrinterJob, env.TERM=xterm-256color, sun.io.unicode.encoding=UnicodeBig, awt.toolkit=sun.lwawt.macosx.LWCToolkit, socksNonProxyHosts=local|*.local|169.254/16|*.169.254/16, ftp.nonProxyHosts=local|*.local|169.254/16|*.169.254/16, maven.javadoc.version=3.0.0-M1, user.home=/Users/zarnekow, maven.release.version=2.5.3, env.OLDPWD=/Users/zarnekow/projects/vavr, java.specification.vendor=Oracle Corporation, env.TERM_PROGRAM=Apple_Terminal, java.library.path=/Users/zarnekow/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:., java.vendor.url=http://java.oracle.com/, env.CONDA_DATALORE_ENV=/Users/zarnekow/anaconda3/envs/datalore-user, env.MAVEN_CMD_LINE_ARGS=-U -X verify, java.vm.vendor=Oracle Corporation, gopherProxySet=false, maven.home=/development/java/maven-3.5.2, java.runtime.name=Java(TM) SE Runtime Environment, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher -U -X verify, java.class.path=/development/java/maven-3.5.2/boot/plexus-classworlds-2.5.2.jar, sonatypeOssDistMgmtSnapshotsUrl=https://oss.sonatype.org/content/repositories/snapshots/, env.TERM_SESSION_ID=9BB815F8-580E-4FB6-A73B-52A1AF625E9A, assertj.core.version=3.8.0, maven.version=3.2.5, arguments=, java.vm.specification.name=Java Virtual Machine Specification, maven.gpg.version=1.6, java.vm.specification.version=1.8, sun.cpu.endian=little, sun.os.patch.level=unknown, env.HOME=/Users/zarnekow, maven.build-helper.version=3.0.0, java.io.tmpdir=/var/folders/t1/bpphb47d0l7c73v8rp676y6h0000gp/T/, maven.surefire.version=2.19.1, maven.clean.version=3.0.0, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, env.MAVEN_OPTS=-Xms256m -Xmx1500m, env.SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.WFA0FZ7hUq/Listeners, os.arch=x86_64, java.awt.graphicsenv=sun.awt.CGraphicsEnvironment, gwt.version=2.8.0, java.ext.dirs=/Users/zarnekow/Library/Java/Extensions:/Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home/jre/lib/ext:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java, env.DBUS_LAUNCHD_SESSION_BUS_SOCKET=/private/tmp/com.apple.launchd.MFZN46OIHj/unix_domain_listener, user.dir=/Users/zarnekow/projects/vavr, env.LC_ALL=de_DE.UTF-8, line.separator= | |
, java.vm.name=Java HotSpot(TM) 64-Bit Server VM, scala.version=2.12.2, file.encoding=UTF-8, maven.compiler.version=3.7.0, env.NVM_DIR=/Users/zarnekow/.nvm, java.specification.version=1.8, junit.version=4.12} | |
[INFO] Using 'UTF-8' encoding to copy filtered resources. | |
[DEBUG] resource with targetPath null | |
directory /Users/zarnekow/projects/vavr/vavr-match/src/main/resources | |
excludes [] | |
includes [] | |
[DEBUG] ignoreDelta true | |
[INFO] Copying 1 resource | |
[DEBUG] file javax.annotation.processing.Processor has a filtered file extension | |
[DEBUG] copy /Users/zarnekow/projects/vavr/vavr-match/src/main/resources/META-INF/services/javax.annotation.processing.Processor to /Users/zarnekow/projects/vavr/vavr-match/target/classes/META-INF/services/javax.annotation.processing.Processor | |
[DEBUG] no use filter components | |
[INFO] | |
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ vavr-match --- | |
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=1, ConflictMarker.nodeCount=118, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=45, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=1, ConflictResolver.conflictItemCount=72, DefaultDependencyCollector.collectTime=68, DefaultDependencyCollector.transformTime=2} | |
[DEBUG] org.apache.maven.plugins:maven-compiler-plugin:jar:3.7.0: | |
[DEBUG] org.apache.maven:maven-plugin-api:jar:3.0:compile | |
[DEBUG] org.apache.maven:maven-model:jar:3.0:compile | |
[DEBUG] org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2:compile | |
[DEBUG] org.sonatype.sisu:sisu-inject-bean:jar:1.4.2:compile | |
[DEBUG] org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7:compile | |
[DEBUG] org.apache.maven:maven-artifact:jar:3.0:compile | |
[DEBUG] org.codehaus.plexus:plexus-utils:jar:2.0.4:compile | |
[DEBUG] org.apache.maven:maven-core:jar:3.0:compile | |
[DEBUG] org.apache.maven:maven-settings:jar:3.0:compile | |
[DEBUG] org.apache.maven:maven-settings-builder:jar:3.0:compile | |
[DEBUG] org.apache.maven:maven-repository-metadata:jar:3.0:compile | |
[DEBUG] org.apache.maven:maven-model-builder:jar:3.0:compile | |
[DEBUG] org.apache.maven:maven-aether-provider:jar:3.0:runtime | |
[DEBUG] org.sonatype.aether:aether-impl:jar:1.7:compile | |
[DEBUG] org.sonatype.aether:aether-spi:jar:1.7:compile | |
[DEBUG] org.sonatype.aether:aether-api:jar:1.7:compile | |
[DEBUG] org.sonatype.aether:aether-util:jar:1.7:compile | |
[DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.14:compile | |
[DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.2.3:compile | |
[DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:1.6:compile | |
[DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile | |
[DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.4:compile | |
[DEBUG] org.apache.maven.shared:maven-shared-utils:jar:3.1.0:compile | |
[DEBUG] commons-io:commons-io:jar:2.5:compile | |
[DEBUG] org.apache.maven.shared:maven-shared-incremental:jar:1.1:compile | |
[DEBUG] org.codehaus.plexus:plexus-java:jar:0.9.2:compile | |
[DEBUG] org.ow2.asm:asm:jar:6.0_BETA:compile | |
[DEBUG] com.thoughtworks.qdox:qdox:jar:2.0-M7:compile | |
[DEBUG] org.codehaus.plexus:plexus-compiler-api:jar:2.8.2:compile | |
[DEBUG] org.codehaus.plexus:plexus-compiler-manager:jar:2.8.2:compile | |
[DEBUG] org.codehaus.plexus:plexus-compiler-javac:jar:2.8.2:runtime | |
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.7.0 | |
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.7.0 | |
[DEBUG] Imported: < maven.api | |
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.7.0 | |
[DEBUG] Included: org.apache.maven.plugins:maven-compiler-plugin:jar:3.7.0 | |
[DEBUG] Included: org.sonatype.sisu:sisu-inject-bean:jar:1.4.2 | |
[DEBUG] Included: org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7 | |
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:2.0.4 | |
[DEBUG] Included: org.sonatype.aether:aether-util:jar:1.7 | |
[DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.14 | |
[DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:1.6 | |
[DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3 | |
[DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.4 | |
[DEBUG] Included: org.apache.maven.shared:maven-shared-utils:jar:3.1.0 | |
[DEBUG] Included: commons-io:commons-io:jar:2.5 | |
[DEBUG] Included: org.apache.maven.shared:maven-shared-incremental:jar:1.1 | |
[DEBUG] Included: org.codehaus.plexus:plexus-java:jar:0.9.2 | |
[DEBUG] Included: org.ow2.asm:asm:jar:6.0_BETA | |
[DEBUG] Included: com.thoughtworks.qdox:qdox:jar:2.0-M7 | |
[DEBUG] Included: org.codehaus.plexus:plexus-compiler-api:jar:2.8.2 | |
[DEBUG] Included: org.codehaus.plexus:plexus-compiler-manager:jar:2.8.2 | |
[DEBUG] Included: org.codehaus.plexus:plexus-compiler-javac:jar:2.8.2 | |
[DEBUG] Excluded: org.apache.maven:maven-plugin-api:jar:3.0 | |
[DEBUG] Excluded: org.apache.maven:maven-model:jar:3.0 | |
[DEBUG] Excluded: org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2 | |
[DEBUG] Excluded: org.apache.maven:maven-artifact:jar:3.0 | |
[DEBUG] Excluded: org.apache.maven:maven-core:jar:3.0 | |
[DEBUG] Excluded: org.apache.maven:maven-settings:jar:3.0 | |
[DEBUG] Excluded: org.apache.maven:maven-settings-builder:jar:3.0 | |
[DEBUG] Excluded: org.apache.maven:maven-repository-metadata:jar:3.0 | |
[DEBUG] Excluded: org.apache.maven:maven-model-builder:jar:3.0 | |
[DEBUG] Excluded: org.apache.maven:maven-aether-provider:jar:3.0 | |
[DEBUG] Excluded: org.sonatype.aether:aether-impl:jar:1.7 | |
[DEBUG] Excluded: org.sonatype.aether:aether-spi:jar:1.7 | |
[DEBUG] Excluded: org.sonatype.aether:aether-api:jar:1.7 | |
[DEBUG] Excluded: org.codehaus.plexus:plexus-classworlds:jar:2.2.3 | |
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-compiler-plugin:3.7.0, parent: sun.misc.Launcher$AppClassLoader@55f96302] | |
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile' with basic configurator --> | |
[DEBUG] (f) basedir = /Users/zarnekow/projects/vavr/vavr-match | |
[DEBUG] (f) buildDirectory = /Users/zarnekow/projects/vavr/vavr-match/target | |
[DEBUG] (f) compilePath = [/Users/zarnekow/projects/vavr/vavr-match/target/classes] | |
[DEBUG] (f) compileSourceRoots = [/Users/zarnekow/projects/vavr/vavr-match/src/main/java] | |
[DEBUG] (f) compilerArgs = [-Werror, -Xlint:all, -Xlint:-processing, -Xlint:-options] | |
[DEBUG] (f) compilerArgument = -proc:none | |
[DEBUG] (f) compilerId = javac | |
[DEBUG] (f) debug = true | |
[DEBUG] (f) encoding = UTF-8 | |
[DEBUG] (f) failOnError = true | |
[DEBUG] (f) failOnWarning = false | |
[DEBUG] (f) forceJavacCompilerUse = false | |
[DEBUG] (f) fork = false | |
[DEBUG] (f) generatedSourcesDirectory = /Users/zarnekow/projects/vavr/vavr-match/target/generated-sources/annotations | |
[DEBUG] (f) mojoExecution = org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile {execution: default-compile} | |
[DEBUG] (f) optimize = false | |
[DEBUG] (f) outputDirectory = /Users/zarnekow/projects/vavr/vavr-match/target/classes | |
[DEBUG] (f) parameters = false | |
[DEBUG] (f) project = MavenProject: io.vavr:vavr-match:1.0.0-SNAPSHOT @ /Users/zarnekow/projects/vavr/vavr-match/pom.xml | |
[DEBUG] (f) projectArtifact = io.vavr:vavr-match:jar:1.0.0-SNAPSHOT | |
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@2c104774 | |
[DEBUG] (f) showDeprecation = true | |
[DEBUG] (f) showWarnings = true | |
[DEBUG] (f) skipMultiThreadWarning = false | |
[DEBUG] (f) source = 1.8 | |
[DEBUG] (f) staleMillis = 0 | |
[DEBUG] (f) target = 1.8 | |
[DEBUG] (f) useIncrementalCompilation = true | |
[DEBUG] (f) verbose = false | |
[DEBUG] -- end configuration -- | |
[DEBUG] Using compiler 'javac'. | |
[DEBUG] Adding /Users/zarnekow/projects/vavr/vavr-match/target/generated-sources/annotations to compile source roots: | |
/Users/zarnekow/projects/vavr/vavr-match/src/main/java | |
[DEBUG] New compile source roots: | |
/Users/zarnekow/projects/vavr/vavr-match/src/main/java | |
/Users/zarnekow/projects/vavr/vavr-match/target/generated-sources/annotations | |
[DEBUG] CompilerReuseStrategy: reuseCreated | |
[DEBUG] useIncrementalCompilation enabled | |
[DEBUG] Stale source detected: /Users/zarnekow/projects/vavr/vavr-match/src/main/java/io/vavr/match/annotation/Unapply.java | |
[DEBUG] Stale source detected: /Users/zarnekow/projects/vavr/vavr-match/src/main/java/io/vavr/match/model/ParameterModel.java | |
[DEBUG] Stale source detected: /Users/zarnekow/projects/vavr/vavr-match/src/main/java/io/vavr/match/generator/ImportManager.java | |
[DEBUG] Stale source detected: /Users/zarnekow/projects/vavr/vavr-match/src/main/java/io/vavr/match/annotation/Patterns.java | |
[DEBUG] Stale source detected: /Users/zarnekow/projects/vavr/vavr-match/src/main/java/io/vavr/match/model/MethodModel.java | |
[DEBUG] Stale source detected: /Users/zarnekow/projects/vavr/vavr-match/src/main/java/io/vavr/match/model/TypeParameterModel.java | |
[DEBUG] Stale source detected: /Users/zarnekow/projects/vavr/vavr-match/src/main/java/io/vavr/match/UnapplyChecker.java | |
[DEBUG] Stale source detected: /Users/zarnekow/projects/vavr/vavr-match/src/main/java/io/vavr/match/generator/Generator.java | |
[DEBUG] Stale source detected: /Users/zarnekow/projects/vavr/vavr-match/src/main/java/io/vavr/match/model/ClassModel.java | |
[DEBUG] Stale source detected: /Users/zarnekow/projects/vavr/vavr-match/src/main/java/io/vavr/match/PatternsProcessor.java | |
[INFO] Changes detected - recompiling the module! | |
[DEBUG] Classpath: | |
[DEBUG] /Users/zarnekow/projects/vavr/vavr-match/target/classes | |
[DEBUG] Source roots: | |
[DEBUG] /Users/zarnekow/projects/vavr/vavr-match/src/main/java | |
[DEBUG] /Users/zarnekow/projects/vavr/vavr-match/target/generated-sources/annotations | |
[DEBUG] Command line options: | |
[DEBUG] -d /Users/zarnekow/projects/vavr/vavr-match/target/classes -classpath /Users/zarnekow/projects/vavr/vavr-match/target/classes: -sourcepath /Users/zarnekow/projects/vavr/vavr-match/src/main/java:/Users/zarnekow/projects/vavr/vavr-match/target/generated-sources/annotations: -s /Users/zarnekow/projects/vavr/vavr-match/target/generated-sources/annotations -g -deprecation -target 1.8 -source 1.8 -encoding UTF-8 -proc:none -Werror -Xlint:all -Xlint:-processing -Xlint:-options | |
[DEBUG] incrementalBuildHelper#beforeRebuildExecution | |
[INFO] Compiling 10 source files to /Users/zarnekow/projects/vavr/vavr-match/target/classes | |
[DEBUG] incrementalBuildHelper#afterRebuildExecution | |
[INFO] | |
[INFO] --- maven-bundle-plugin:3.3.0:manifest (bundle-manifest) @ vavr-match --- | |
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=1, ConflictMarker.nodeCount=206, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=64, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=3, ConflictResolver.conflictItemCount=133, DefaultDependencyCollector.collectTime=167, DefaultDependencyCollector.transformTime=4} | |
[DEBUG] org.apache.felix:maven-bundle-plugin:jar:3.3.0: | |
[DEBUG] org.osgi:org.osgi.core:jar:4.3.1:compile | |
[DEBUG] biz.aQute.bnd:biz.aQute.bndlib:jar:3.3.0:compile | |
[DEBUG] org.apache.felix:org.apache.felix.bundlerepository:jar:1.6.6:compile | |
[DEBUG] org.easymock:easymock:jar:3.4:compile | |
[DEBUG] org.objenesis:objenesis:jar:2.2:compile | |
[DEBUG] org.apache.felix:org.apache.felix.utils:jar:1.6.0:compile | |
[DEBUG] org.osgi:org.osgi.compendium:jar:4.2.0:compile | |
[DEBUG] org.apache.maven:maven-core:jar:2.2.0:compile | |
[DEBUG] org.apache.maven:maven-settings:jar:2.2.0:compile | |
[DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.2.0:compile | |
[DEBUG] org.slf4j:slf4j-jdk14:jar:1.5.6:runtime | |
[DEBUG] org.slf4j:slf4j-api:jar:1.5.6:runtime | |
[DEBUG] org.slf4j:jcl-over-slf4j:jar:1.5.6:runtime | |
[DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:2.2.0:compile | |
[DEBUG] org.apache.maven.doxia:doxia-logging-api:jar:1.1:compile | |
[DEBUG] org.apache.maven:maven-profile:jar:2.2.0:compile | |
[DEBUG] org.apache.maven:maven-model:jar:2.2.0:compile | |
[DEBUG] org.apache.maven:maven-artifact:jar:2.2.0:compile | |
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile | |
[DEBUG] junit:junit:jar:4.12:compile | |
[DEBUG] org.hamcrest:hamcrest-core:jar:1.3:compile | |
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.2.0:compile | |
[DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.2.0:compile | |
[DEBUG] org.apache.maven:maven-project:jar:2.2.0:compile | |
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.2.0:compile | |
[DEBUG] commons-cli:commons-cli:jar:1.2:compile | |
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.2.0:compile | |
[DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.2.0:compile | |
[DEBUG] org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:compile | |
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.2.0:compile | |
[DEBUG] backport-util-concurrent:backport-util-concurrent:jar:3.1:compile | |
[DEBUG] org.apache.maven:maven-monitor:jar:2.2.0:compile | |
[DEBUG] classworlds:classworlds:jar:1.1:compile | |
[DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile | |
[DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.4:compile | |
[DEBUG] org.apache.maven:maven-archiver:jar:2.6:compile | |
[DEBUG] org.apache.maven.shared:maven-shared-utils:jar:0.7:compile | |
[DEBUG] com.google.code.findbugs:jsr305:jar:2.0.1:compile | |
[DEBUG] org.codehaus.plexus:plexus-archiver:jar:2.8.1:compile | |
[DEBUG] org.codehaus.plexus:plexus-io:jar:2.3.2:compile | |
[DEBUG] org.apache.commons:commons-compress:jar:1.9:compile | |
[DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.21:compile | |
[DEBUG] org.apache.maven.shared:maven-dependency-tree:jar:2.1:compile | |
[DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile | |
[DEBUG] org.eclipse.aether:aether-util:jar:0.9.0.M2:compile | |
[DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.10:compile | |
[DEBUG] org.sonatype.plexus:plexus-build-api:jar:0.0.7:compile | |
[DEBUG] org.apache.maven.doxia:doxia-sink-api:jar:1.0:compile | |
[DEBUG] org.apache.maven.doxia:doxia-site-renderer:jar:1.0:compile | |
[DEBUG] org.apache.maven.doxia:doxia-core:jar:1.0:compile | |
[DEBUG] org.codehaus.plexus:plexus-i18n:jar:1.0-beta-7:compile | |
[DEBUG] org.codehaus.plexus:plexus-velocity:jar:1.1.7:compile | |
[DEBUG] org.apache.velocity:velocity:jar:1.5:compile | |
[DEBUG] commons-lang:commons-lang:jar:2.1:compile | |
[DEBUG] oro:oro:jar:2.0.8:compile | |
[DEBUG] org.apache.maven.doxia:doxia-decoration-model:jar:1.0:compile | |
[DEBUG] commons-collections:commons-collections:jar:3.2:compile | |
[DEBUG] org.apache.maven.doxia:doxia-module-apt:jar:1.0:compile | |
[DEBUG] org.apache.maven.doxia:doxia-module-fml:jar:1.0:compile | |
[DEBUG] org.apache.maven.doxia:doxia-module-xdoc:jar:1.0:compile | |
[DEBUG] org.apache.maven.doxia:doxia-module-xhtml:jar:1.0:compile | |
[DEBUG] org.jdom:jdom:jar:1.1:compile | |
[DEBUG] Created new class realm plugin>org.apache.felix:maven-bundle-plugin:3.3.0 | |
[DEBUG] Importing foreign packages into class realm plugin>org.apache.felix:maven-bundle-plugin:3.3.0 | |
[DEBUG] Imported: < maven.api | |
[DEBUG] Populating class realm plugin>org.apache.felix:maven-bundle-plugin:3.3.0 | |
[DEBUG] Included: org.apache.felix:maven-bundle-plugin:jar:3.3.0 | |
[DEBUG] Included: org.osgi:org.osgi.core:jar:4.3.1 | |
[DEBUG] Included: biz.aQute.bnd:biz.aQute.bndlib:jar:3.3.0 | |
[DEBUG] Included: org.apache.felix:org.apache.felix.bundlerepository:jar:1.6.6 | |
[DEBUG] Included: org.easymock:easymock:jar:3.4 | |
[DEBUG] Included: org.objenesis:objenesis:jar:2.2 | |
[DEBUG] Included: org.apache.felix:org.apache.felix.utils:jar:1.6.0 | |
[DEBUG] Included: org.osgi:org.osgi.compendium:jar:4.2.0 | |
[DEBUG] Included: org.slf4j:slf4j-jdk14:jar:1.5.6 | |
[DEBUG] Included: org.slf4j:slf4j-api:jar:1.5.6 | |
[DEBUG] Included: org.slf4j:jcl-over-slf4j:jar:1.5.6 | |
[DEBUG] Included: org.apache.maven.reporting:maven-reporting-api:jar:2.2.0 | |
[DEBUG] Included: org.apache.maven.doxia:doxia-logging-api:jar:1.1 | |
[DEBUG] Included: junit:junit:jar:4.12 | |
[DEBUG] Included: org.hamcrest:hamcrest-core:jar:1.3 | |
[DEBUG] Included: commons-cli:commons-cli:jar:1.2 | |
[DEBUG] Included: org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4 | |
[DEBUG] Included: backport-util-concurrent:backport-util-concurrent:jar:3.1 | |
[DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3 | |
[DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.4 | |
[DEBUG] Included: org.apache.maven:maven-archiver:jar:2.6 | |
[DEBUG] Included: org.apache.maven.shared:maven-shared-utils:jar:0.7 | |
[DEBUG] Included: com.google.code.findbugs:jsr305:jar:2.0.1 | |
[DEBUG] Included: org.codehaus.plexus:plexus-archiver:jar:2.8.1 | |
[DEBUG] Included: org.codehaus.plexus:plexus-io:jar:2.3.2 | |
[DEBUG] Included: org.apache.commons:commons-compress:jar:1.9 | |
[DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.21 | |
[DEBUG] Included: org.apache.maven.shared:maven-dependency-tree:jar:2.1 | |
[DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:1.5.5 | |
[DEBUG] Included: org.eclipse.aether:aether-util:jar:0.9.0.M2 | |
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.10 | |
[DEBUG] Included: org.sonatype.plexus:plexus-build-api:jar:0.0.7 | |
[DEBUG] Included: org.apache.maven.doxia:doxia-sink-api:jar:1.0 | |
[DEBUG] Included: org.apache.maven.doxia:doxia-site-renderer:jar:1.0 | |
[DEBUG] Included: org.apache.maven.doxia:doxia-core:jar:1.0 | |
[DEBUG] Included: org.codehaus.plexus:plexus-i18n:jar:1.0-beta-7 | |
[DEBUG] Included: org.codehaus.plexus:plexus-velocity:jar:1.1.7 | |
[DEBUG] Included: org.apache.velocity:velocity:jar:1.5 | |
[DEBUG] Included: commons-lang:commons-lang:jar:2.1 | |
[DEBUG] Included: oro:oro:jar:2.0.8 | |
[DEBUG] Included: org.apache.maven.doxia:doxia-decoration-model:jar:1.0 | |
[DEBUG] Included: commons-collections:commons-collections:jar:3.2 | |
[DEBUG] Included: org.apache.maven.doxia:doxia-module-apt:jar:1.0 | |
[DEBUG] Included: org.apache.maven.doxia:doxia-module-fml:jar:1.0 | |
[DEBUG] Included: org.apache.maven.doxia:doxia-module-xdoc:jar:1.0 | |
[DEBUG] Included: org.apache.maven.doxia:doxia-module-xhtml:jar:1.0 | |
[DEBUG] Included: org.jdom:jdom:jar:1.1 | |
[DEBUG] Excluded: org.apache.maven:maven-core:jar:2.2.0 | |
[DEBUG] Excluded: org.apache.maven:maven-settings:jar:2.2.0 | |
[DEBUG] Excluded: org.apache.maven:maven-plugin-parameter-documenter:jar:2.2.0 | |
[DEBUG] Excluded: org.apache.maven:maven-profile:jar:2.2.0 | |
[DEBUG] Excluded: org.apache.maven:maven-model:jar:2.2.0 | |
[DEBUG] Excluded: org.apache.maven:maven-artifact:jar:2.2.0 | |
[DEBUG] Excluded: org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1 | |
[DEBUG] Excluded: org.apache.maven:maven-repository-metadata:jar:2.2.0 | |
[DEBUG] Excluded: org.apache.maven:maven-error-diagnostics:jar:2.2.0 | |
[DEBUG] Excluded: org.apache.maven:maven-project:jar:2.2.0 | |
[DEBUG] Excluded: org.apache.maven:maven-plugin-registry:jar:2.2.0 | |
[DEBUG] Excluded: org.apache.maven:maven-plugin-api:jar:2.2.0 | |
[DEBUG] Excluded: org.apache.maven:maven-plugin-descriptor:jar:2.2.0 | |
[DEBUG] Excluded: org.apache.maven:maven-artifact-manager:jar:2.2.0 | |
[DEBUG] Excluded: org.apache.maven:maven-monitor:jar:2.2.0 | |
[DEBUG] Excluded: classworlds:classworlds:jar:1.1 | |
[DEBUG] Configuring mojo org.apache.felix:maven-bundle-plugin:3.3.0:manifest from plugin realm ClassRealm[plugin>org.apache.felix:maven-bundle-plugin:3.3.0, parent: sun.misc.Launcher$AppClassLoader@55f96302] | |
[DEBUG] Configuring mojo 'org.apache.felix:maven-bundle-plugin:3.3.0:manifest' with basic configurator --> | |
[DEBUG] (f) buildDirectory = /Users/zarnekow/projects/vavr/vavr-match/target | |
[DEBUG] (f) dependencyReducedPomLocation = /Users/zarnekow/projects/vavr/vavr-match/dependency-reduced-pom.xml | |
[DEBUG] (f) finalName = vavr-match-1.0.0-SNAPSHOT | |
[DEBUG] (f) localRepository = id: local | |
url: file:///Users/zarnekow/.m2/repository/ | |
layout: default | |
snapshots: [enabled => true, update => always] | |
releases: [enabled => true, update => always] | |
[DEBUG] (f) m_mavenSession = org.apache.maven.execution.MavenSession@2c104774 | |
[DEBUG] (f) manifestLocation = /Users/zarnekow/projects/vavr/vavr-match/target/classes/META-INF | |
[DEBUG] (f) niceManifest = false | |
[DEBUG] (f) outputDirectory = /Users/zarnekow/projects/vavr/vavr-match/target/classes | |
[DEBUG] (f) project = MavenProject: io.vavr:vavr-match:1.0.0-SNAPSHOT @ /Users/zarnekow/projects/vavr/vavr-match/pom.xml | |
[DEBUG] (f) remoteArtifactRepositories = [ id: sonatype-nexus-snapshots | |
url: https://oss.sonatype.org/content/repositories/snapshots | |
layout: default | |
snapshots: [enabled => true, update => daily] | |
releases: [enabled => false, update => daily] | |
, id: central | |
url: https://repo.maven.apache.org/maven2 | |
layout: default | |
snapshots: [enabled => false, update => daily] | |
releases: [enabled => true, update => daily] | |
] | |
[DEBUG] (f) scrLocation = /Users/zarnekow/projects/vavr/vavr-match/target/classes | |
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@2c104774 | |
[DEBUG] -- end configuration -- | |
[DEBUG] building maven31 dependency graph for io.vavr:vavr-match:jar:1.0.0-SNAPSHOT | |
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=0, ConflictMarker.nodeCount=4, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=3, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=0, ConflictResolver.conflictItemCount=3, DefaultDependencyCollector.collectTime=0, DefaultDependencyCollector.transformTime=0} | |
[DEBUG] io.vavr:vavr-match:jar:1.0.0-SNAPSHOT | |
[DEBUG] junit:junit:jar:4.12:test | |
[DEBUG] org.hamcrest:hamcrest-core:jar:1.3:test | |
[DEBUG] org.assertj:assertj-core:jar:3.8.0:test | |
[DEBUG] BND Instructions: | |
#----------------------------------------------------------------------- | |
#Tue Oct 10 13:29:12 CEST 2017 | |
pom.id=io.vavr\:vavr-match\:jar\:1.0.0-SNAPSHOT | |
env.OLDPWD=/Users/zarnekow/projects/vavr | |
file.encoding.pkg=sun.io | |
java.home=/Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home/jre | |
pom.contributors=[] | |
project.build.developers=[org.apache.maven.model.Developer@357c9bd9] | |
classworlds.conf=/development/java/maven-3.5.2/bin/m2.conf | |
env.SECURITYSESSIONID=186a6 | |
project.description=Annotation and processor for structural pattern matching. | |
pom.pomFile=/Users/zarnekow/projects/vavr/vavr-match/pom.xml | |
java.endorsed.dirs=/Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home/jre/lib/endorsed | |
project.build.groupId=io.vavr | |
env.LOGNAME=zarnekow | |
maven.jar.version=3.0.2 | |
project.build.scm=org.apache.maven.model.Scm@296edc75 | |
sun.os.patch.level=unknown | |
java.vendor.url=http\://java.oracle.com/ | |
maven.exec.version=1.5.0 | |
pom.profiles=[] | |
env.TERM_PROGRAM_VERSION=388.1.1 | |
maven-symbolicname=io.vavr.match | |
java.version=1.8.0_144 | |
env.MAVEN_OPTS=-Xms256m -Xmx1500m | |
jmh.version=1.19 | |
arguments= | |
project.build.contributors=[] | |
java.vendor.url.bug=http\://bugreport.sun.com/bugreport/ | |
maven.bundle.version=3.3.0 | |
pom.description=Annotation and processor for structural pattern matching. | |
user.name=zarnekow | |
env.LANG=de_DE.UTF-8 | |
project.build.pomFile=/Users/zarnekow/projects/vavr/vavr-match/pom.xml | |
sun.io.unicode.encoding=UnicodeBig | |
sun.jnu.encoding=UTF-8 | |
java.runtime.name=Java(TM) SE Runtime Environment | |
project.build.outputdirectory=/Users/zarnekow/projects/vavr/vavr-match/target/classes | |
env.LC_ALL=de_DE.UTF-8 | |
project.version=1.0.0-SNAPSHOT | |
java.specification.name=Java Platform API Specification | |
ftp.nonProxyHosts=local|*.local|169.254/16|*.169.254/16 | |
user.timezone=Europe/Berlin | |
pom.mailingLists=[] | |
path.separator=\: | |
project.contributors=[] | |
pom.artifactId=vavr-match | |
env.MAVEN_CMD_LINE_ARGS=-U -X verify | |
project.name=Vavr Match | |
file.encoding=UTF-8 | |
pom.url=http\://vavr.io | |
env.HOME=/Users/zarnekow | |
sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher -U -X verify | |
env.TERM_SESSION_ID=9BB815F8-580E-4FB6-A73B-52A1AF625E9A | |
socksNonProxyHosts=local|*.local|169.254/16|*.169.254/16 | |
maven.install.version=2.5.2 | |
project.id=io.vavr\:vavr-match\:jar\:1.0.0-SNAPSHOT | |
scala.version=2.12.2 | |
Export-Package=io.vavr.match.annotation,io.vavr.match.generator,io.vavr.match.model,io.vavr.match | |
Bundle-License=http\://www.apache.org/licenses/LICENSE-2.0.txt | |
java.io.tmpdir=/var/folders/t1/bpphb47d0l7c73v8rp676y6h0000gp/T/ | |
project.build.mailingLists=[] | |
user.language=en | |
Include-Resource=META-INF/services/javax.annotation.processing.Processor\=src/main/resources/META-INF/services/javax.annotation.processing.Processor | |
line.separator=\n | |
project.build.directory=/Users/zarnekow/projects/vavr/vavr-match/target | |
java.vm.info=mixed mode | |
maven.deploy.version=2.8.2 | |
maven.gwt.plugin=1.0-rc-6 | |
sonatypeOssDistMgmtSnapshotsUrl=https\://oss.sonatype.org/content/repositories/snapshots/ | |
java.vm.specification.name=Java Virtual Machine Specification | |
assertj.core.version=3.8.0 | |
maven.jacoco.version=0.7.9 | |
env.__CF_USER_TEXT_ENCODING=0x1F6\:0x0\:0x0 | |
project.build.id=io.vavr\:vavr-match\:jar\:1.0.0-SNAPSHOT | |
http.nonProxyHosts=local|*.local|169.254/16|*.169.254/16 | |
project.build.licenses=[org.apache.maven.model.License@7aea704c] | |
pom.modelVersion=4.0.0 | |
project.licenses=[org.apache.maven.model.License@7aea704c] | |
project.developers=[org.apache.maven.model.Developer@357c9bd9] | |
env.LC_CTYPE=UTF-8 | |
java.awt.printerjob=sun.lwawt.macosx.CPrinterJob | |
project.url=http\://vavr.io | |
env.CONDA_DATALORE_ENV=/Users/zarnekow/anaconda3/envs/datalore-user | |
-removeheaders=Include-Resource,Private-Package | |
maven.clean.version=3.0.0 | |
pom.version=1.0.0-SNAPSHOT | |
env.XPC_FLAGS=0x0 | |
user.country.format=DE | |
pom.scm=org.apache.maven.model.Scm@296edc75 | |
-plugin=org.apache.felix.bundleplugin.BlueprintPlugin,aQute.lib.spring.SpringXMLType,org.apache.felix.bundleplugin.JpaPlugin | |
project.mailingLists=[] | |
pom.packaging=jar | |
project.build.parent=io.vavr\:vavr-parent\:pom\:1.0.0-SNAPSHOT | |
gopherProxySet=false | |
Bundle-Description=Annotation and processor for structural pattern matching. | |
project.projectDirectory=/Users/zarnekow/projects/vavr/vavr-match | |
os.name=Mac OS X | |
project.build.modelVersion=4.0.0 | |
java.specification.vendor=Oracle Corporation | |
env.PYTHONPATH=\:/Users/zarnekow/projects/convecton/datapad-super/datapad/datalore/python-runtime/src/main/python | |
env.TERM=xterm-256color | |
java.vm.name=Java HotSpot(TM) 64-Bit Server VM | |
java.library.path=/Users/zarnekow/Library/Java/Extensions\:/Library/Java/Extensions\:/Network/Library/Java/Extensions\:/System/Library/Java/Extensions\:/usr/lib/java\:. | |
project.build.build=org.apache.maven.model.Build@5db948c9 | |
env.PATH=/Users/zarnekow/.nvm/versions/node/v7.10.0/bin\:/Users/zarnekow/anaconda3/bin\:/opt/local/bin\:/opt/local/sbin\:/opt/local/bin\:/opt/local/sbin\:/usr/local/bin\:/usr/bin\:/bin\:/usr/sbin\:/sbin\:/usr/local/MacGPG2/bin\:/usr/texbin\:/development/java/maven-3.5.2/bin | |
pom.build=org.apache.maven.model.Build@5db948c9 | |
java.class.version=52.0 | |
env.SHLVL=1 | |
project.build.version=1.0.0-SNAPSHOT | |
env.NVM_DIR=/Users/zarnekow/.nvm | |
pom.parent=io.vavr\:vavr-parent\:pom\:1.0.0-SNAPSHOT | |
pom.projectDirectory=/Users/zarnekow/projects/vavr/vavr-match | |
project.modelVersion=4.0.0 | |
env.NVM_BIN=/Users/zarnekow/.nvm/versions/node/v7.10.0/bin | |
maven.compiler.version=3.7.0 | |
Bundle-SymbolicName=io.vavr.match | |
sun.boot.library.path=/Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home/jre/lib | |
project.build.sourceEncoding=UTF-8 | |
maven.source.version=3.0.1 | |
env.JAVA_MAIN_CLASS_824=org.codehaus.plexus.classworlds.launcher.Launcher | |
Private-Package=io.vavr.match.annotation,io.vavr.match.generator,io.vavr.match.model,io.vavr.match | |
project.build.artifactId=vavr-match | |
sun.management.compiler=HotSpot 64-Bit Tiered Compilers | |
java.awt.graphicsenv=sun.awt.CGraphicsEnvironment | |
pom.name=Vavr Match | |
env.USER=zarnekow | |
pom.developers=[org.apache.maven.model.Developer@357c9bd9] | |
project.build=org.apache.maven.model.Build@5db948c9 | |
junit.version=4.12 | |
env.TERM_PROGRAM=Apple_Terminal | |
maven.enforcer.version=3.0.0-M1 | |
project.scm=org.apache.maven.model.Scm@296edc75 | |
project.baseDir=/Users/zarnekow/projects/vavr/vavr-match | |
project.build.name=Vavr Match | |
java.vm.specification.version=1.8 | |
project.build.description=Annotation and processor for structural pattern matching. | |
eclipse.lifecycle.mapping.version=1.0.0 | |
project.groupId=io.vavr | |
Bundle-Version=1.0.0.SNAPSHOT | |
awt.toolkit=sun.lwawt.macosx.LWCToolkit | |
project.build.profiles=[] | |
sun.cpu.isalist= | |
project.profiles=[] | |
java.ext.dirs=/Users/zarnekow/Library/Java/Extensions\:/Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home/jre/lib/ext\:/Library/Java/Extensions\:/Network/Library/Java/Extensions\:/System/Library/Java/Extensions\:/usr/lib/java | |
Import-Package=* | |
os.version=10.12.6 | |
user.home=/Users/zarnekow | |
maven.release.version=2.5.3 | |
java.vm.vendor=Oracle Corporation | |
scala.maven.version=3.3.1 | |
env.JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home | |
env.XPC_SERVICE_NAME=0 | |
user.dir=/Users/zarnekow/projects/vavr | |
maven.gpg.version=1.6 | |
env.PWD=/Users/zarnekow/projects/vavr | |
project.parent=io.vavr\:vavr-parent\:pom\:1.0.0-SNAPSHOT | |
sun.cpu.endian=little | |
pom.licenses=[org.apache.maven.model.License@7aea704c] | |
project.dir=/Users/zarnekow/projects/vavr/vavr-match | |
env.TMPDIR=/var/folders/t1/bpphb47d0l7c73v8rp676y6h0000gp/T/ | |
classifier= | |
java.vm.version=25.144-b01 | |
java.class.path=/development/java/maven-3.5.2/boot/plexus-classworlds-2.5.2.jar | |
org.slf4j.simpleLogger.defaultLogLevel=debug | |
gwt.version=2.8.0 | |
os.arch=x86_64 | |
maven.build.version=Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1; 2014-12-14T18\:29\:23+01\:00) | |
env.Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.arAVEdiVHX/Render | |
project.build.url=http\://vavr.io | |
project.build.projectDirectory=/Users/zarnekow/projects/vavr/vavr-match | |
sun.java.launcher=SUN_STANDARD | |
maven.versions.version=2.4 | |
project.packaging=jar | |
java.vm.specification.vendor=Oracle Corporation | |
file.separator=/ | |
java.runtime.version=1.8.0_144-b01 | |
project.pomFile=/Users/zarnekow/projects/vavr/vavr-match/pom.xml | |
env.SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.WFA0FZ7hUq/Listeners | |
sun.boot.class.path=/Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home/jre/lib/resources.jar\:/Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home/jre/lib/rt.jar\:/Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home/jre/lib/sunrsasign.jar\:/Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home/jre/lib/jsse.jar\:/Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home/jre/lib/jce.jar\:/Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home/jre/lib/charsets.jar\:/Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home/jre/lib/jfr.jar\:/Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home/jre/classes | |
maven.surefire.version=2.19.1 | |
project.build.packaging=jar | |
maven.build-helper.version=3.0.0 | |
maven.version=3.2.5 | |
project.artifactId=vavr-match | |
user.country=US | |
maven.home=/development/java/maven-3.5.2 | |
env.SHELL=/bin/bash | |
env.NVM_CD_FLAGS= | |
-sourcepath=/Users/zarnekow/projects/vavr/vavr-match/src/main/java,/Users/zarnekow/projects/vavr/vavr-match/target/generated-sources/annotations | |
pom.groupId=io.vavr | |
java.vendor=Oracle Corporation | |
env.DBUS_LAUNCHD_SESSION_BUS_SOCKET=/private/tmp/com.apple.launchd.MFZN46OIHj/unix_domain_listener | |
Bundle-Name=Vavr Match | |
java.specification.version=1.8 | |
maven.javadoc.version=3.0.0-M1 | |
sun.arch.data.model=64 | |
#----------------------------------------------------------------------- | |
[DEBUG] BND Classpath: | |
#----------------------------------------------------------------------- | |
-classpath:\ | |
/Users/zarnekow/projects/vavr/vavr-match/target/classes | |
#----------------------------------------------------------------------- | |
[DEBUG] parseClassFile(): path=io/vavr/match/PatternsProcessor.class resource=/Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/PatternsProcessor.class | |
[DEBUG] parseClassFile(): path=io/vavr/match/UnapplyChecker.class resource=/Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/UnapplyChecker.class | |
[DEBUG] parseClassFile(): path=io/vavr/match/annotation/Patterns.class resource=/Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/annotation/Patterns.class | |
[DEBUG] parseClassFile(): path=io/vavr/match/annotation/Unapply.class resource=/Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/annotation/Unapply.class | |
[DEBUG] parseClassFile(): path=io/vavr/match/generator/Generator.class resource=/Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/generator/Generator.class | |
[DEBUG] parseClassFile(): path=io/vavr/match/generator/ImportManager$FQN.class resource=/Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/generator/ImportManager$FQN.class | |
[DEBUG] parseClassFile(): path=io/vavr/match/generator/ImportManager$Import.class resource=/Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/generator/ImportManager$Import.class | |
[DEBUG] parseClassFile(): path=io/vavr/match/generator/ImportManager.class resource=/Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/generator/ImportManager.class | |
[DEBUG] parseClassFile(): path=io/vavr/match/model/ClassModel.class resource=/Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/model/ClassModel.class | |
[DEBUG] parseClassFile(): path=io/vavr/match/model/MethodModel.class resource=/Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/model/MethodModel.class | |
[DEBUG] parseClassFile(): path=io/vavr/match/model/ParameterModel.class resource=/Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/model/ParameterModel.class | |
[DEBUG] parseClassFile(): path=io/vavr/match/model/TypeParameterModel.class resource=/Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/model/TypeParameterModel.class | |
[DEBUG] Trying pre-plugin org.apache.felix.bundleplugin.BlueprintPlugin | |
[DEBUG] Trying pre-plugin aQute.lib.spring.SpringXMLType | |
[DEBUG] Trying pre-plugin org.apache.felix.bundleplugin.JpaPlugin | |
[DEBUG] begin aQute.bnd.make.component.ServiceComponent@1ee5632d | |
[DEBUG] end | |
[DEBUG] begin DSAnnotations | |
[DEBUG] parseClassFile(): path=io/vavr/match/PatternsProcessor.class resource=/Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/PatternsProcessor.class | |
[DEBUG] parseClassFile(): path=io/vavr/match/UnapplyChecker.class resource=/Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/UnapplyChecker.class | |
[DEBUG] parseClassFile(): path=io/vavr/match/annotation/Patterns.class resource=/Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/annotation/Patterns.class | |
[DEBUG] parseClassFile(): path=java/lang/annotation/Target.class resource=:file:/Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home/jre/lib/rt.jar!/java/lang/annotation/Target.class: | |
[DEBUG] parseClassFile(): path=java/lang/annotation/Target.class resource=:file:/Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home/jre/lib/rt.jar!/java/lang/annotation/Target.class: | |
[DEBUG] parseClassFile(): path=java/lang/annotation/Retention.class resource=:file:/Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home/jre/lib/rt.jar!/java/lang/annotation/Retention.class: | |
[DEBUG] parseClassFile(): path=java/lang/annotation/Retention.class resource=:file:/Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home/jre/lib/rt.jar!/java/lang/annotation/Retention.class: | |
[DEBUG] parseClassFile(): path=io/vavr/match/annotation/Unapply.class resource=/Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/annotation/Unapply.class | |
[DEBUG] parseClassFile(): path=io/vavr/match/generator/Generator.class resource=/Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/generator/Generator.class | |
[DEBUG] parseClassFile(): path=io/vavr/match/generator/ImportManager$FQN.class resource=/Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/generator/ImportManager$FQN.class | |
[DEBUG] parseClassFile(): path=io/vavr/match/generator/ImportManager$Import.class resource=/Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/generator/ImportManager$Import.class | |
[DEBUG] parseClassFile(): path=io/vavr/match/generator/ImportManager.class resource=/Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/generator/ImportManager.class | |
[DEBUG] parseClassFile(): path=io/vavr/match/model/ClassModel.class resource=/Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/model/ClassModel.class | |
[DEBUG] parseClassFile(): path=io/vavr/match/model/MethodModel.class resource=/Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/model/MethodModel.class | |
[DEBUG] parseClassFile(): path=io/vavr/match/model/ParameterModel.class resource=/Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/model/ParameterModel.class | |
[DEBUG] parseClassFile(): path=io/vavr/match/model/TypeParameterModel.class resource=/Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/model/TypeParameterModel.class | |
[DEBUG] end | |
[DEBUG] begin MetatypePlugin | |
[DEBUG] end | |
[DEBUG] begin MetatypeAnnotations | |
[DEBUG] parseClassFile(): path=io/vavr/match/PatternsProcessor.class resource=/Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/PatternsProcessor.class | |
[DEBUG] parseClassFile(): path=io/vavr/match/UnapplyChecker.class resource=/Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/UnapplyChecker.class | |
[DEBUG] parseClassFile(): path=io/vavr/match/annotation/Patterns.class resource=/Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/annotation/Patterns.class | |
[DEBUG] parseClassFile(): path=java/lang/annotation/Target.class resource=:file:/Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home/jre/lib/rt.jar!/java/lang/annotation/Target.class: | |
[DEBUG] parseClassFile(): path=java/lang/annotation/Retention.class resource=:file:/Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home/jre/lib/rt.jar!/java/lang/annotation/Retention.class: | |
[DEBUG] parseClassFile(): path=io/vavr/match/annotation/Unapply.class resource=/Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/annotation/Unapply.class | |
[DEBUG] parseClassFile(): path=io/vavr/match/generator/Generator.class resource=/Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/generator/Generator.class | |
[DEBUG] parseClassFile(): path=io/vavr/match/generator/ImportManager$FQN.class resource=/Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/generator/ImportManager$FQN.class | |
[DEBUG] parseClassFile(): path=io/vavr/match/generator/ImportManager$Import.class resource=/Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/generator/ImportManager$Import.class | |
[DEBUG] parseClassFile(): path=io/vavr/match/generator/ImportManager.class resource=/Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/generator/ImportManager.class | |
[DEBUG] parseClassFile(): path=io/vavr/match/model/ClassModel.class resource=/Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/model/ClassModel.class | |
[DEBUG] parseClassFile(): path=io/vavr/match/model/MethodModel.class resource=/Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/model/MethodModel.class | |
[DEBUG] parseClassFile(): path=io/vavr/match/model/ParameterModel.class resource=/Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/model/ParameterModel.class | |
[DEBUG] parseClassFile(): path=io/vavr/match/model/TypeParameterModel.class resource=/Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/model/TypeParameterModel.class | |
[DEBUG] parseClassFile(): path=io/vavr/match/PatternsProcessor.class resource=/Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/PatternsProcessor.class | |
[DEBUG] parseClassFile(): path=io/vavr/match/UnapplyChecker.class resource=/Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/UnapplyChecker.class | |
[DEBUG] parseClassFile(): path=io/vavr/match/annotation/Patterns.class resource=/Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/annotation/Patterns.class | |
[DEBUG] parseClassFile(): path=io/vavr/match/annotation/Unapply.class resource=/Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/annotation/Unapply.class | |
[DEBUG] parseClassFile(): path=io/vavr/match/generator/Generator.class resource=/Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/generator/Generator.class | |
[DEBUG] parseClassFile(): path=io/vavr/match/generator/ImportManager$FQN.class resource=/Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/generator/ImportManager$FQN.class | |
[DEBUG] parseClassFile(): path=io/vavr/match/generator/ImportManager$Import.class resource=/Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/generator/ImportManager$Import.class | |
[DEBUG] parseClassFile(): path=io/vavr/match/generator/ImportManager.class resource=/Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/generator/ImportManager.class | |
[DEBUG] parseClassFile(): path=io/vavr/match/model/ClassModel.class resource=/Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/model/ClassModel.class | |
[DEBUG] parseClassFile(): path=io/vavr/match/model/MethodModel.class resource=/Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/model/MethodModel.class | |
[DEBUG] parseClassFile(): path=io/vavr/match/model/ParameterModel.class resource=/Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/model/ParameterModel.class | |
[DEBUG] parseClassFile(): path=io/vavr/match/model/TypeParameterModel.class resource=/Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/model/TypeParameterModel.class | |
[DEBUG] end | |
[DEBUG] begin org.apache.felix.bundleplugin.BlueprintPlugin@49c1e294 | |
[DEBUG] end | |
[DEBUG] begin aQute.lib.spring.SpringXMLType@7741ae1b | |
[DEBUG] end | |
[DEBUG] begin org.apache.felix.bundleplugin.JpaPlugin@774d8276 | |
[DEBUG] end | |
[DEBUG] parseClassFile(): path=io/vavr/match/PatternsProcessor.class resource=/Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/PatternsProcessor.class | |
[DEBUG] parseClassFile(): path=io/vavr/match/UnapplyChecker.class resource=/Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/UnapplyChecker.class | |
[DEBUG] parseClassFile(): path=io/vavr/match/annotation/Patterns.class resource=/Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/annotation/Patterns.class | |
[DEBUG] parseClassFile(): path=io/vavr/match/annotation/Unapply.class resource=/Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/annotation/Unapply.class | |
[DEBUG] parseClassFile(): path=io/vavr/match/generator/Generator.class resource=/Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/generator/Generator.class | |
[DEBUG] parseClassFile(): path=io/vavr/match/generator/ImportManager$FQN.class resource=/Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/generator/ImportManager$FQN.class | |
[DEBUG] parseClassFile(): path=io/vavr/match/generator/ImportManager$Import.class resource=/Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/generator/ImportManager$Import.class | |
[DEBUG] parseClassFile(): path=io/vavr/match/generator/ImportManager.class resource=/Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/generator/ImportManager.class | |
[DEBUG] parseClassFile(): path=io/vavr/match/model/ClassModel.class resource=/Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/model/ClassModel.class | |
[DEBUG] parseClassFile(): path=io/vavr/match/model/MethodModel.class resource=/Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/model/MethodModel.class | |
[DEBUG] parseClassFile(): path=io/vavr/match/model/ParameterModel.class resource=/Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/model/ParameterModel.class | |
[DEBUG] parseClassFile(): path=io/vavr/match/model/TypeParameterModel.class resource=/Users/zarnekow/projects/vavr/vavr-match/target/classes/io/vavr/match/model/TypeParameterModel.class | |
[DEBUG] parseClassFile(): path=java/lang/annotation/Annotation.class resource=:file:/Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home/jre/lib/rt.jar!/java/lang/annotation/Annotation.class: | |
[DEBUG] BND Manifest: | |
#----------------------------------------------------------------------- | |
Manifest-Version: 1.0 | |
Bnd-LastModified: 1507634952716 | |
Bundle-Description: Annotation and processor for structural pattern matc | |
hing. | |
Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt | |
Bundle-ManifestVersion: 2 | |
Bundle-Name: Vavr Match | |
Bundle-SymbolicName: io.vavr.match | |
Bundle-Version: 1.0.0.SNAPSHOT | |
Created-By: 1.8.0_144 (Oracle Corporation) | |
Export-Package: | |
io.vavr.match.annotation;version="1.0.0", | |
io.vavr.match.generator;uses:="io.vavr.match.model";version="1.0.0", | |
io.vavr.match.model;uses:="javax.lang.model.element,javax.lang.model.ty | |
pe,javax.lang.model.util";version="1.0.0", | |
io.vavr.match;uses:="javax.annotation.processing,javax.lang.model,javax | |
.lang.model.element";version="1.0.0" | |
Import-Package: | |
io.vavr.match.annotation, | |
io.vavr.match.generator, | |
io.vavr.match.model, | |
javax.annotation.processing, | |
javax.lang.model, | |
javax.lang.model.element, | |
javax.lang.model.type, | |
javax.lang.model.util, | |
javax.tools | |
Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=1.8))" | |
Tool: Bnd-3.3.0.201609221906 | |
#----------------------------------------------------------------------- | |
[DEBUG] Final Manifest: | |
#----------------------------------------------------------------------- | |
Manifest-Version: 1.0 | |
Automatic-Module-Name: io.vavr.match | |
Bnd-LastModified: 1507634952716 | |
Build-Jdk: 1.8.0_144 | |
Built-By: zarnekow | |
Bundle-Description: Annotation and processor for structural pattern matc | |
hing. | |
Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt | |
Bundle-ManifestVersion: 2 | |
Bundle-Name: Vavr Match | |
Bundle-SymbolicName: io.vavr.match | |
Bundle-Version: 1.0.0.SNAPSHOT | |
Created-By: Apache Maven Bundle Plugin | |
Export-Package: | |
io.vavr.match.annotation;version="1.0.0", | |
io.vavr.match.generator;uses:="io.vavr.match.model";version="1.0.0", | |
io.vavr.match.model;uses:="javax.lang.model.element,javax.lang.model.ty | |
pe,javax.lang.model.util";version="1.0.0", | |
io.vavr.match;uses:="javax.annotation.processing,javax.lang.model,javax | |
.lang.model.element";version="1.0.0" | |
Import-Package: | |
io.vavr.match.annotation, | |
io.vavr.match.generator, | |
io.vavr.match.model, | |
javax.annotation.processing, | |
javax.lang.model, | |
javax.lang.model.element, | |
javax.lang.model.type, | |
javax.lang.model.util, | |
javax.tools | |
Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=1.8))" | |
Tool: Bnd-3.3.0.201609221906 | |
#----------------------------------------------------------------------- | |
[DEBUG] Write manifest to /Users/zarnekow/projects/vavr/vavr-match/target/classes/META-INF/MANIFEST.MF | |
[INFO] | |
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ vavr-match --- | |
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-resources-plugin:2.6:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:2.6, parent: sun.misc.Launcher$AppClassLoader@55f96302] | |
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-resources-plugin:2.6:testResources' with basic configurator --> | |
[DEBUG] (f) buildFilters = [] | |
[DEBUG] (f) encoding = UTF-8 | |
[DEBUG] (f) escapeWindowsPaths = true | |
[DEBUG] (s) includeEmptyDirs = false | |
[DEBUG] (s) outputDirectory = /Users/zarnekow/projects/vavr/vavr-match/target/test-classes | |
[DEBUG] (s) overwrite = false | |
[DEBUG] (f) project = MavenProject: io.vavr:vavr-match:1.0.0-SNAPSHOT @ /Users/zarnekow/projects/vavr/vavr-match/pom.xml | |
[DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /Users/zarnekow/projects/vavr/vavr-match/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] | |
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@2c104774 | |
[DEBUG] (f) supportMultiLineFiltering = false | |
[DEBUG] (f) useBuildFilters = true | |
[DEBUG] (s) useDefaultDelimiters = true | |
[DEBUG] -- end configuration -- | |
[DEBUG] properties used {java.vendor=Oracle Corporation, jmh.version=1.19, env.NVM_BIN=/Users/zarnekow/.nvm/versions/node/v7.10.0/bin, sun.java.launcher=SUN_STANDARD, env.XPC_SERVICE_NAME=0, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, eclipse.lifecycle.mapping.version=1.0.0, env.SECURITYSESSIONID=186a6, os.name=Mac OS X, env.PYTHONPATH=:/Users/zarnekow/projects/convecton/datapad-super/datapad/datalore/python-runtime/src/main/python, sun.boot.class.path=/Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home/jre/lib/resources.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home/jre/lib/rt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home/jre/lib/sunrsasign.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home/jre/lib/jsse.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home/jre/lib/jce.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home/jre/lib/charsets.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home/jre/lib/jfr.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home/jre/classes, env.TMPDIR=/var/folders/t1/bpphb47d0l7c73v8rp676y6h0000gp/T/, maven.jar.version=3.0.2, env.PWD=/Users/zarnekow/projects/vavr, maven.deploy.version=2.8.2, user.country.format=DE, env.LANG=de_DE.UTF-8, java.vm.specification.vendor=Oracle Corporation, java.runtime.version=1.8.0_144-b01, env.Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.arAVEdiVHX/Render, project.build.sourceEncoding=UTF-8, env.NVM_CD_FLAGS=, user.name=zarnekow, maven.build.version=Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1; 2014-12-14T18:29:23+01:00), env.USER=zarnekow, env.SHELL=/bin/bash, env.__CF_USER_TEXT_ENCODING=0x1F6:0x0:0x0, maven.exec.version=1.5.0, env.PATH=/Users/zarnekow/.nvm/versions/node/v7.10.0/bin:/Users/zarnekow/anaconda3/bin:/opt/local/bin:/opt/local/sbin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/MacGPG2/bin:/usr/texbin:/development/java/maven-3.5.2/bin, user.language=en, sun.boot.library.path=/Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home/jre/lib, classworlds.conf=/development/java/maven-3.5.2/bin/m2.conf, env.XPC_FLAGS=0x0, env.LC_CTYPE=UTF-8, java.version=1.8.0_144, user.timezone=Europe/Berlin, maven.gwt.plugin=1.0-rc-6, sun.arch.data.model=64, env.JAVA_MAIN_CLASS_824=org.codehaus.plexus.classworlds.launcher.Launcher, http.nonProxyHosts=local|*.local|169.254/16|*.169.254/16, java.endorsed.dirs=/Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home/jre/lib/endorsed, scala.maven.version=3.3.1, sun.cpu.isalist=, sun.jnu.encoding=UTF-8, file.encoding.pkg=sun.io, env.SHLVL=1, file.separator=/, java.specification.name=Java Platform API Specification, java.class.version=52.0, org.slf4j.simpleLogger.defaultLogLevel=debug, user.country=US, java.home=/Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home/jre, maven.versions.version=2.4, java.vm.info=mixed mode, env.LOGNAME=zarnekow, os.version=10.12.6, env.TERM_PROGRAM_VERSION=388.1.1, maven.source.version=3.0.1, maven.jacoco.version=0.7.9, path.separator=:, maven.bundle.version=3.3.0, java.vm.version=25.144-b01, maven.enforcer.version=3.0.0-M1, maven.install.version=2.5.2, env.JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home, java.awt.printerjob=sun.lwawt.macosx.CPrinterJob, env.TERM=xterm-256color, sun.io.unicode.encoding=UnicodeBig, awt.toolkit=sun.lwawt.macosx.LWCToolkit, socksNonProxyHosts=local|*.local|169.254/16|*.169.254/16, ftp.nonProxyHosts=local|*.local|169.254/16|*.169.254/16, maven.javadoc.version=3.0.0-M1, user.home=/Users/zarnekow, maven.release.version=2.5.3, env.OLDPWD=/Users/zarnekow/projects/vavr, java.specification.vendor=Oracle Corporation, env.TERM_PROGRAM=Apple_Terminal, java.library.path=/Users/zarnekow/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:., java.vendor.url=http://java.oracle.com/, env.CONDA_DATALORE_ENV=/Users/zarnekow/anaconda3/envs/datalore-user, env.MAVEN_CMD_LINE_ARGS=-U -X verify, java.vm.vendor=Oracle Corporation, gopherProxySet=false, maven.home=/development/java/maven-3.5.2, java.runtime.name=Java(TM) SE Runtime Environment, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher -U -X verify, java.class.path=/development/java/maven-3.5.2/boot/plexus-classworlds-2.5.2.jar, sonatypeOssDistMgmtSnapshotsUrl=https://oss.sonatype.org/content/repositories/snapshots/, env.TERM_SESSION_ID=9BB815F8-580E-4FB6-A73B-52A1AF625E9A, assertj.core.version=3.8.0, maven.version=3.2.5, arguments=, java.vm.specification.name=Java Virtual Machine Specification, maven.gpg.version=1.6, java.vm.specification.version=1.8, sun.cpu.endian=little, sun.os.patch.level=unknown, env.HOME=/Users/zarnekow, maven.build-helper.version=3.0.0, java.io.tmpdir=/var/folders/t1/bpphb47d0l7c73v8rp676y6h0000gp/T/, maven.surefire.version=2.19.1, maven.clean.version=3.0.0, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, env.MAVEN_OPTS=-Xms256m -Xmx1500m, env.SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.WFA0FZ7hUq/Listeners, os.arch=x86_64, java.awt.graphicsenv=sun.awt.CGraphicsEnvironment, gwt.version=2.8.0, java.ext.dirs=/Users/zarnekow/Library/Java/Extensions:/Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home/jre/lib/ext:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java, env.DBUS_LAUNCHD_SESSION_BUS_SOCKET=/private/tmp/com.apple.launchd.MFZN46OIHj/unix_domain_listener, user.dir=/Users/zarnekow/projects/vavr, env.LC_ALL=de_DE.UTF-8, line.separator= | |
, java.vm.name=Java HotSpot(TM) 64-Bit Server VM, scala.version=2.12.2, file.encoding=UTF-8, maven.compiler.version=3.7.0, env.NVM_DIR=/Users/zarnekow/.nvm, java.specification.version=1.8, junit.version=4.12} | |
[INFO] Using 'UTF-8' encoding to copy filtered resources. | |
[DEBUG] resource with targetPath null | |
directory /Users/zarnekow/projects/vavr/vavr-match/src/test/resources | |
excludes [] | |
includes [] | |
[INFO] skip non existing resourceDirectory /Users/zarnekow/projects/vavr/vavr-match/src/test/resources | |
[DEBUG] no use filter components | |
[INFO] | |
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ vavr-match --- | |
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-compiler-plugin:3.7.0:testCompile from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-compiler-plugin:3.7.0, parent: sun.misc.Launcher$AppClassLoader@55f96302] | |
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-compiler-plugin:3.7.0:testCompile' with basic configurator --> | |
[DEBUG] (f) basedir = /Users/zarnekow/projects/vavr/vavr-match | |
[DEBUG] (f) buildDirectory = /Users/zarnekow/projects/vavr/vavr-match/target | |
[DEBUG] (f) compilePath = [/Users/zarnekow/projects/vavr/vavr-match/target/classes] | |
[DEBUG] (f) compileSourceRoots = [/Users/zarnekow/projects/vavr/vavr-match/src/test/java] | |
[DEBUG] (f) compilerArgs = [-Werror, -Xlint:all, -Xlint:-processing, -Xlint:-options] | |
[DEBUG] (f) compilerArgument = -proc:none | |
[DEBUG] (f) compilerId = javac | |
[DEBUG] (f) debug = true | |
[DEBUG] (f) encoding = UTF-8 | |
[DEBUG] (f) failOnError = true | |
[DEBUG] (f) failOnWarning = false | |
[DEBUG] (f) forceJavacCompilerUse = false | |
[DEBUG] (f) fork = false | |
[DEBUG] (f) generatedTestSourcesDirectory = /Users/zarnekow/projects/vavr/vavr-match/target/generated-test-sources/test-annotations | |
[DEBUG] (f) mojoExecution = org.apache.maven.plugins:maven-compiler-plugin:3.7.0:testCompile {execution: default-testCompile} | |
[DEBUG] (f) optimize = false | |
[DEBUG] (f) outputDirectory = /Users/zarnekow/projects/vavr/vavr-match/target/test-classes | |
[DEBUG] (f) parameters = false | |
[DEBUG] (f) project = MavenProject: io.vavr:vavr-match:1.0.0-SNAPSHOT @ /Users/zarnekow/projects/vavr/vavr-match/pom.xml | |
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@2c104774 | |
[DEBUG] (f) showDeprecation = true | |
[DEBUG] (f) showWarnings = true | |
[DEBUG] (f) skipMultiThreadWarning = false | |
[DEBUG] (f) source = 1.8 | |
[DEBUG] (f) staleMillis = 0 | |
[DEBUG] (f) target = 1.8 | |
[DEBUG] (f) testPath = [/Users/zarnekow/projects/vavr/vavr-match/target/test-classes, /Users/zarnekow/projects/vavr/vavr-match/target/classes, /Users/zarnekow/.m2/repository/junit/junit/4.12/junit-4.12.jar, /Users/zarnekow/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar, /Users/zarnekow/.m2/repository/org/assertj/assertj-core/3.8.0/assertj-core-3.8.0.jar] | |
[DEBUG] (f) useIncrementalCompilation = true | |
[DEBUG] (f) verbose = false | |
[DEBUG] -- end configuration -- | |
[DEBUG] Using compiler 'javac'. | |
[INFO] No sources to compile | |
[INFO] | |
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ vavr-match --- | |
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=0, ConflictMarker.nodeCount=114, ConflictIdSorter.graphTime=1, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=34, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=1, ConflictResolver.conflictItemCount=80, DefaultDependencyCollector.collectTime=26, DefaultDependencyCollector.transformTime=2} | |
[DEBUG] org.apache.maven.plugins:maven-surefire-plugin:jar:2.19.1: | |
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.2.1:compile | |
[DEBUG] org.apache.maven.surefire:maven-surefire-common:jar:2.19.1:compile | |
[DEBUG] org.apache.maven.surefire:surefire-booter:jar:2.19.1:compile | |
[DEBUG] org.apache.maven:maven-artifact:jar:2.2.1:compile | |
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.5.15:compile | |
[DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.2.1:compile | |
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile | |
[DEBUG] junit:junit:jar:4.12:compile | |
[DEBUG] org.hamcrest:hamcrest-core:jar:1.3:compile | |
[DEBUG] org.apache.maven:maven-project:jar:2.2.1:compile | |
[DEBUG] org.apache.maven:maven-settings:jar:2.2.1:compile | |
[DEBUG] org.apache.maven:maven-profile:jar:2.2.1:compile | |
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.2.1:compile | |
[DEBUG] backport-util-concurrent:backport-util-concurrent:jar:3.1:compile | |
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.2.1:compile | |
[DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.11:compile | |
[DEBUG] org.apache.maven:maven-model:jar:2.2.1:compile | |
[DEBUG] org.apache.maven:maven-core:jar:2.2.1:compile | |
[DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.2.1:compile | |
[DEBUG] org.slf4j:slf4j-jdk14:jar:1.5.6:runtime | |
[DEBUG] org.slf4j:slf4j-api:jar:1.5.6:runtime | |
[DEBUG] org.slf4j:jcl-over-slf4j:jar:1.5.6:runtime | |
[DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:3.0:compile | |
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.2.1:compile | |
[DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.2.1:compile | |
[DEBUG] org.apache.maven:maven-monitor:jar:2.2.1:compile | |
[DEBUG] classworlds:classworlds:jar:1.1:compile | |
[DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile | |
[DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.4:compile | |
[DEBUG] org.apache.commons:commons-lang3:jar:3.1:compile | |
[DEBUG] org.apache.maven.surefire:surefire-api:jar:2.19.1:compile | |
[DEBUG] org.apache.maven:maven-toolchain:jar:2.2.1:compile | |
[DEBUG] org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.3:compile | |
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-surefire-plugin:2.19.1 | |
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-surefire-plugin:2.19.1 | |
[DEBUG] Imported: < maven.api | |
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-surefire-plugin:2.19.1 | |
[DEBUG] Included: org.apache.maven.plugins:maven-surefire-plugin:jar:2.19.1 | |
[DEBUG] Included: org.apache.maven.surefire:maven-surefire-common:jar:2.19.1 | |
[DEBUG] Included: org.apache.maven.surefire:surefire-booter:jar:2.19.1 | |
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:1.5.15 | |
[DEBUG] Included: junit:junit:jar:4.12 | |
[DEBUG] Included: org.hamcrest:hamcrest-core:jar:1.3 | |
[DEBUG] Included: backport-util-concurrent:backport-util-concurrent:jar:3.1 | |
[DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.11 | |
[DEBUG] Included: org.slf4j:slf4j-jdk14:jar:1.5.6 | |
[DEBUG] Included: org.slf4j:slf4j-api:jar:1.5.6 | |
[DEBUG] Included: org.slf4j:jcl-over-slf4j:jar:1.5.6 | |
[DEBUG] Included: org.apache.maven.reporting:maven-reporting-api:jar:3.0 | |
[DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3 | |
[DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.4 | |
[DEBUG] Included: org.apache.commons:commons-lang3:jar:3.1 | |
[DEBUG] Included: org.apache.maven.surefire:surefire-api:jar:2.19.1 | |
[DEBUG] Included: org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.3 | |
[DEBUG] Excluded: org.apache.maven:maven-plugin-api:jar:2.2.1 | |
[DEBUG] Excluded: org.apache.maven:maven-artifact:jar:2.2.1 | |
[DEBUG] Excluded: org.apache.maven:maven-plugin-descriptor:jar:2.2.1 | |
[DEBUG] Excluded: org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1 | |
[DEBUG] Excluded: org.apache.maven:maven-project:jar:2.2.1 | |
[DEBUG] Excluded: org.apache.maven:maven-settings:jar:2.2.1 | |
[DEBUG] Excluded: org.apache.maven:maven-profile:jar:2.2.1 | |
[DEBUG] Excluded: org.apache.maven:maven-artifact-manager:jar:2.2.1 | |
[DEBUG] Excluded: org.apache.maven:maven-plugin-registry:jar:2.2.1 | |
[DEBUG] Excluded: org.apache.maven:maven-model:jar:2.2.1 | |
[DEBUG] Excluded: org.apache.maven:maven-core:jar:2.2.1 | |
[DEBUG] Excluded: org.apache.maven:maven-plugin-parameter-documenter:jar:2.2.1 | |
[DEBUG] Excluded: org.apache.maven:maven-repository-metadata:jar:2.2.1 | |
[DEBUG] Excluded: org.apache.maven:maven-error-diagnostics:jar:2.2.1 | |
[DEBUG] Excluded: org.apache.maven:maven-monitor:jar:2.2.1 | |
[DEBUG] Excluded: classworlds:classworlds:jar:1.1 | |
[DEBUG] Excluded: org.apache.maven:maven-toolchain:jar:2.2.1 | |
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-surefire-plugin:2.19.1, parent: sun.misc.Launcher$AppClassLoader@55f96302] | |
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test' with basic configurator --> | |
[DEBUG] (s) additionalClasspathElements = [] | |
[DEBUG] (s) basedir = /Users/zarnekow/projects/vavr/vavr-match | |
[DEBUG] (s) childDelegation = false | |
[DEBUG] (s) classesDirectory = /Users/zarnekow/projects/vavr/vavr-match/target/classes | |
[DEBUG] (s) classpathDependencyExcludes = [] | |
[DEBUG] (s) dependenciesToScan = [] | |
[DEBUG] (s) disableXmlReport = false | |
[DEBUG] (s) enableAssertions = true | |
[DEBUG] (f) forkCount = 1 | |
[DEBUG] (s) forkMode = once | |
[DEBUG] (s) junitArtifactName = junit:junit | |
[DEBUG] (s) localRepository = id: local | |
url: file:///Users/zarnekow/.m2/repository/ | |
layout: default | |
snapshots: [enabled => true, update => always] | |
releases: [enabled => true, update => always] | |
[DEBUG] (s) parallel = all | |
[DEBUG] (f) parallelMavenExecution = false | |
[DEBUG] (s) parallelOptimized = true | |
[DEBUG] (s) perCoreThreadCount = true | |
[DEBUG] (s) pluginArtifactMap = {org.apache.maven.plugins:maven-surefire-plugin=org.apache.maven.plugins:maven-surefire-plugin:maven-plugin:2.19.1:, org.apache.maven.surefire:maven-surefire-common=org.apache.maven.surefire:maven-surefire-common:jar:2.19.1:compile, org.apache.maven.surefire:surefire-booter=org.apache.maven.surefire:surefire-booter:jar:2.19.1:compile, org.codehaus.plexus:plexus-utils=org.codehaus.plexus:plexus-utils:jar:1.5.15:compile, junit:junit=junit:junit:jar:4.12:compile, org.hamcrest:hamcrest-core=org.hamcrest:hamcrest-core:jar:1.3:compile, backport-util-concurrent:backport-util-concurrent=backport-util-concurrent:backport-util-concurrent:jar:3.1:compile, org.codehaus.plexus:plexus-interpolation=org.codehaus.plexus:plexus-interpolation:jar:1.11:compile, org.slf4j:slf4j-jdk14=org.slf4j:slf4j-jdk14:jar:1.5.6:runtime, org.slf4j:slf4j-api=org.slf4j:slf4j-api:jar:1.5.6:runtime, org.slf4j:jcl-over-slf4j=org.slf4j:jcl-over-slf4j:jar:1.5.6:runtime, org.apache.maven.reporting:maven-reporting-api=org.apache.maven.reporting:maven-reporting-api:jar:3.0:compile, org.sonatype.plexus:plexus-sec-dispatcher=org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile, org.sonatype.plexus:plexus-cipher=org.sonatype.plexus:plexus-cipher:jar:1.4:compile, org.apache.commons:commons-lang3=org.apache.commons:commons-lang3:jar:3.1:compile, org.apache.maven.surefire:surefire-api=org.apache.maven.surefire:surefire-api:jar:2.19.1:compile, org.apache.maven.plugin-tools:maven-plugin-annotations=org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.3:compile} | |
[DEBUG] (f) pluginDescriptor = Component Descriptor: role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.maven.plugin.surefire.HelpMojo', role hint: 'org.apache.maven.plugins:maven-surefire-plugin:2.19.1:help' | |
role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.maven.plugin.surefire.SurefirePlugin', role hint: 'org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test' | |
--- | |
[DEBUG] (s) printSummary = true | |
[DEBUG] (s) projectArtifactMap = {junit:junit=junit:junit:jar:4.12:test, org.hamcrest:hamcrest-core=org.hamcrest:hamcrest-core:jar:1.3:test, org.assertj:assertj-core=org.assertj:assertj-core:jar:3.8.0:test} | |
[DEBUG] (s) redirectTestOutputToFile = false | |
[DEBUG] (s) remoteRepositories = [ id: central | |
url: https://repo.maven.apache.org/maven2 | |
layout: default | |
snapshots: [enabled => false, update => daily] | |
releases: [enabled => true, update => never] | |
] | |
[DEBUG] (s) reportFormat = brief | |
[DEBUG] (s) reportsDirectory = /Users/zarnekow/projects/vavr/vavr-match/target/surefire-reports | |
[DEBUG] (f) rerunFailingTestsCount = 0 | |
[DEBUG] (f) reuseForks = true | |
[DEBUG] (s) runOrder = filesystem | |
[DEBUG] (f) shutdown = testset | |
[DEBUG] (s) skip = false | |
[DEBUG] (f) skipAfterFailureCount = 0 | |
[DEBUG] (s) skipTests = false | |
[DEBUG] (s) suiteXmlFiles = [] | |
[DEBUG] (s) testClassesDirectory = /Users/zarnekow/projects/vavr/vavr-match/target/test-classes | |
[DEBUG] (s) testFailureIgnore = false | |
[DEBUG] (s) testNGArtifactName = org.testng:testng | |
[DEBUG] (s) testSourceDirectory = /Users/zarnekow/projects/vavr/vavr-match/src/test/java | |
[DEBUG] (s) threadCount = 4 | |
[DEBUG] (s) threadCountClasses = 0 | |
[DEBUG] (s) threadCountMethods = 0 | |
[DEBUG] (s) threadCountSuites = 0 | |
[DEBUG] (s) trimStackTrace = true | |
[DEBUG] (s) useFile = true | |
[DEBUG] (s) useManifestOnlyJar = true | |
[DEBUG] (s) useSystemClassLoader = true | |
[DEBUG] (s) useUnlimitedThreads = false | |
[DEBUG] (s) workingDirectory = /Users/zarnekow/projects/vavr/vavr-match | |
[DEBUG] (s) project = MavenProject: io.vavr:vavr-match:1.0.0-SNAPSHOT @ /Users/zarnekow/projects/vavr/vavr-match/pom.xml | |
[DEBUG] (s) session = org.apache.maven.execution.MavenSession@2c104774 | |
[DEBUG] -- end configuration -- | |
[INFO] No tests to run. | |
[INFO] | |
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ vavr-match --- | |
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=0, ConflictMarker.nodeCount=82, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=31, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=1, ConflictResolver.conflictItemCount=75, DefaultDependencyCollector.collectTime=3, DefaultDependencyCollector.transformTime=1} | |
[DEBUG] org.apache.maven.plugins:maven-jar-plugin:jar:3.0.2: | |
[DEBUG] org.apache.maven:maven-plugin-api:jar:3.0:compile | |
[DEBUG] org.apache.maven:maven-model:jar:3.0:compile | |
[DEBUG] org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2:compile | |
[DEBUG] org.sonatype.sisu:sisu-inject-bean:jar:1.4.2:compile | |
[DEBUG] org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7:compile | |
[DEBUG] org.apache.maven:maven-core:jar:3.0:compile | |
[DEBUG] org.apache.maven:maven-settings:jar:3.0:compile | |
[DEBUG] org.apache.maven:maven-settings-builder:jar:3.0:compile | |
[DEBUG] org.apache.maven:maven-repository-metadata:jar:3.0:compile | |
[DEBUG] org.apache.maven:maven-model-builder:jar:3.0:compile | |
[DEBUG] org.apache.maven:maven-aether-provider:jar:3.0:runtime | |
[DEBUG] org.sonatype.aether:aether-impl:jar:1.7:compile | |
[DEBUG] org.sonatype.aether:aether-spi:jar:1.7:compile | |
[DEBUG] org.sonatype.aether:aether-api:jar:1.7:compile | |
[DEBUG] org.sonatype.aether:aether-util:jar:1.7:compile | |
[DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.14:compile | |
[DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.2.3:compile | |
[DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:1.6:compile | |
[DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile | |
[DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.4:compile | |
[DEBUG] org.apache.maven:maven-artifact:jar:3.0:compile | |
[DEBUG] org.apache.maven:maven-archiver:jar:3.1.1:compile | |
[DEBUG] org.apache.maven.shared:maven-shared-utils:jar:3.0.1:compile | |
[DEBUG] commons-io:commons-io:jar:2.5:compile | |
[DEBUG] org.codehaus.plexus:plexus-archiver:jar:3.4:compile | |
[DEBUG] org.codehaus.plexus:plexus-io:jar:2.7.1:compile | |
[DEBUG] org.apache.commons:commons-compress:jar:1.11:compile | |
[DEBUG] org.iq80.snappy:snappy:jar:0.4:compile | |
[DEBUG] org.tukaani:xz:jar:1.5:runtime | |
[DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.24:compile | |
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-jar-plugin:3.0.2 | |
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-jar-plugin:3.0.2 | |
[DEBUG] Imported: < maven.api | |
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-jar-plugin:3.0.2 | |
[DEBUG] Included: org.apache.maven.plugins:maven-jar-plugin:jar:3.0.2 | |
[DEBUG] Included: org.sonatype.sisu:sisu-inject-bean:jar:1.4.2 | |
[DEBUG] Included: org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7 | |
[DEBUG] Included: org.sonatype.aether:aether-util:jar:1.7 | |
[DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.14 | |
[DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:1.6 | |
[DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3 | |
[DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.4 | |
[DEBUG] Included: org.apache.maven:maven-archiver:jar:3.1.1 | |
[DEBUG] Included: org.apache.maven.shared:maven-shared-utils:jar:3.0.1 | |
[DEBUG] Included: commons-io:commons-io:jar:2.5 | |
[DEBUG] Included: org.codehaus.plexus:plexus-archiver:jar:3.4 | |
[DEBUG] Included: org.codehaus.plexus:plexus-io:jar:2.7.1 | |
[DEBUG] Included: org.apache.commons:commons-compress:jar:1.11 | |
[DEBUG] Included: org.iq80.snappy:snappy:jar:0.4 | |
[DEBUG] Included: org.tukaani:xz:jar:1.5 | |
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.24 | |
[DEBUG] Excluded: org.apache.maven:maven-plugin-api:jar:3.0 | |
[DEBUG] Excluded: org.apache.maven:maven-model:jar:3.0 | |
[DEBUG] Excluded: org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2 | |
[DEBUG] Excluded: org.apache.maven:maven-core:jar:3.0 | |
[DEBUG] Excluded: org.apache.maven:maven-settings:jar:3.0 | |
[DEBUG] Excluded: org.apache.maven:maven-settings-builder:jar:3.0 | |
[DEBUG] Excluded: org.apache.maven:maven-repository-metadata:jar:3.0 | |
[DEBUG] Excluded: org.apache.maven:maven-model-builder:jar:3.0 | |
[DEBUG] Excluded: org.apache.maven:maven-aether-provider:jar:3.0 | |
[DEBUG] Excluded: org.sonatype.aether:aether-impl:jar:1.7 | |
[DEBUG] Excluded: org.sonatype.aether:aether-spi:jar:1.7 | |
[DEBUG] Excluded: org.sonatype.aether:aether-api:jar:1.7 | |
[DEBUG] Excluded: org.codehaus.plexus:plexus-classworlds:jar:2.2.3 | |
[DEBUG] Excluded: org.apache.maven:maven-artifact:jar:3.0 | |
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-jar-plugin:3.0.2:jar from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-jar-plugin:3.0.2, parent: sun.misc.Launcher$AppClassLoader@55f96302] | |
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-jar-plugin:3.0.2:jar' with basic configurator --> | |
[DEBUG] (s) manifestEntries = {Automatic-Module-Name=io.vavr.match} | |
[DEBUG] (s) manifestFile = /Users/zarnekow/projects/vavr/vavr-match/target/classes/META-INF/MANIFEST.MF | |
[DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@3db1ce78 | |
[DEBUG] (f) classesDirectory = /Users/zarnekow/projects/vavr/vavr-match/target/classes | |
[DEBUG] (f) finalName = vavr-match-1.0.0-SNAPSHOT | |
[DEBUG] (f) forceCreation = false | |
[DEBUG] (f) outputDirectory = /Users/zarnekow/projects/vavr/vavr-match/target | |
[DEBUG] (f) project = MavenProject: io.vavr:vavr-match:1.0.0-SNAPSHOT @ /Users/zarnekow/projects/vavr/vavr-match/pom.xml | |
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@2c104774 | |
[DEBUG] (f) skipIfEmpty = true | |
[DEBUG] (f) useDefaultManifestFile = false | |
[DEBUG] -- end configuration -- | |
[DEBUG] isUp2date: false (Destination /Users/zarnekow/projects/vavr/vavr-match/target/vavr-match-1.0.0-SNAPSHOT.jar not found.) | |
[INFO] Building jar: /Users/zarnekow/projects/vavr/vavr-match/target/vavr-match-1.0.0-SNAPSHOT.jar | |
[DEBUG] adding directory META-INF/ | |
[DEBUG] adding entry META-INF/MANIFEST.MF | |
[DEBUG] adding directory io/ | |
[DEBUG] adding directory io/vavr/ | |
[DEBUG] adding directory io/vavr/match/ | |
[DEBUG] adding directory io/vavr/match/annotation/ | |
[DEBUG] adding directory io/vavr/match/generator/ | |
[DEBUG] adding directory io/vavr/match/model/ | |
[DEBUG] adding directory META-INF/services/ | |
[DEBUG] adding entry io/vavr/match/annotation/Patterns.class | |
[DEBUG] adding entry io/vavr/match/annotation/Unapply.class | |
[DEBUG] adding entry io/vavr/match/generator/Generator.class | |
[DEBUG] adding entry io/vavr/match/generator/ImportManager$FQN.class | |
[DEBUG] adding entry io/vavr/match/generator/ImportManager$Import.class | |
[DEBUG] adding entry io/vavr/match/generator/ImportManager.class | |
[DEBUG] adding entry io/vavr/match/model/ClassModel.class | |
[DEBUG] adding entry io/vavr/match/model/MethodModel.class | |
[DEBUG] adding entry io/vavr/match/model/ParameterModel.class | |
[DEBUG] adding entry io/vavr/match/model/TypeParameterModel.class | |
[DEBUG] adding entry io/vavr/match/PatternsProcessor.class | |
[DEBUG] adding entry io/vavr/match/UnapplyChecker.class | |
[DEBUG] adding entry META-INF/services/javax.annotation.processing.Processor | |
[DEBUG] adding directory META-INF/maven/ | |
[DEBUG] adding directory META-INF/maven/io.vavr/ | |
[DEBUG] adding directory META-INF/maven/io.vavr/vavr-match/ | |
[DEBUG] adding entry META-INF/maven/io.vavr/vavr-match/pom.xml | |
[DEBUG] adding entry META-INF/maven/io.vavr/vavr-match/pom.properties | |
[INFO] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Building Vavr 1.0.0-SNAPSHOT | |
[INFO] ------------------------------------------------------------------------ | |
[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] 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: io.vavr:vavr:1.0.0-SNAPSHOT | |
[DEBUG] Dependencies (collect): [test] | |
[DEBUG] Dependencies (resolve): [compile, runtime, test] | |
[DEBUG] Repositories (dependencies): [sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), 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.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (enforce-maven) | |
[DEBUG] Style: Regular | |
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> | |
<configuration> | |
<fail default-value="true">${enforcer.fail}</fail> | |
<failFast default-value="false">${enforcer.failFast}</failFast> | |
<ignoreCache default-value="false">${enforcer.ignoreCache}</ignoreCache> | |
<mojoExecution default-value="${mojoExecution}"/> | |
<project default-value="${project}"/> | |
<rules> | |
<requireMavenVersion> | |
<version>3.0.5</version> | |
<message>Maven 2.1.0 and 2.2.0 produce incorrect GPG signatures and checksums respectively.</message> | |
</requireMavenVersion> | |
</rules> | |
<session default-value="${session}"/> | |
<skip default-value="false">${enforcer.skip}</skip> | |
</configuration> | |
[DEBUG] ----------------------------------------------------------------------- | |
[DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.0.0:clean (clean-generated-sources) | |
[DEBUG] Style: Regular | |
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> | |
<configuration> | |
<directory default-value="${project.build.directory}"/> | |
<excludeDefaultDirectories default-value="false">${maven.clean.excludeDefaultDirectories}</excludeDefaultDirectories> | |
<failOnError default-value="true">${maven.clean.failOnError}</failOnError> | |
<filesets> | |
<fileset> | |
<directory>/Users/zarnekow/projects/vavr/vavr/src-gen</directory> | |
</fileset> | |
</filesets> | |
<followSymLinks default-value="false">${maven.clean.followSymLinks}</followSymLinks> | |
<outputDirectory default-value="${project.build.outputDirectory}"/> | |
<reportDirectory default-value="${project.build.outputDirectory}"/> | |
<retryOnError default-value="true">${maven.clean.retryOnError}</retryOnError> | |
<skip default-value="false">${maven.clean.skip}</skip> | |
<testOutputDirectory default-value="${project.build.testOutputDirectory}"/> | |
<verbose>${maven.clean.verbose}</verbose> | |
</configuration> | |
[DEBUG] ----------------------------------------------------------------------- | |
[DEBUG] Goal: net.alchim31.maven:scala-maven-plugin:3.3.1:script (default) | |
[DEBUG] Style: Regular | |
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> | |
<configuration> | |
<addJavacArgs>${addJavacArgs}</addJavacArgs> | |
<addScalacArgs>${addScalacArgs}</addScalacArgs> | |
<addToClasspath>${addToClasspath}</addToClasspath> | |
<checkMultipleScalaVersions default-value="true">${maven.scala.checkConsistency}</checkMultipleScalaVersions> | |
<displayCmd default-value="false">${displayCmd}</displayCmd> | |
<encoding default-value="UTF-8">${project.build.sourceEncoding}</encoding> | |
<excludeScopes>${maven.scala.excludeScopes}</excludeScopes> | |
<failOnMultipleScalaVersions default-value="false">true</failOnMultipleScalaVersions> | |
<forceUseArgFile default-value="false"/> | |
<fork default-value="true"/> | |
<includeScopes>plugin</includeScopes> | |
<javacArgs>${javacArgs}</javacArgs> | |
<javacGenerateDebugSymbols default-value="true">${javacGenerateDebugSymbols}</javacGenerateDebugSymbols> | |
<keepGeneratedScript default-value="false">${maven.scala.keepGeneratedScript}</keepGeneratedScript> | |
<localRepo>${localRepository}</localRepo> | |
<localRepository>${localRepository}</localRepository> | |
<outputDir>${project.build.directory}</outputDir> | |
<pluginArtifacts default-value="${plugin.artifacts}"/> | |
<project>${project}</project> | |
<reactorProjects default-value="${reactorProjects}"/> | |
<remoteRepos>${project.remoteArtifactRepositories}</remoteRepos> | |
<removeFromClasspath>${removeFromClasspath}</removeFromClasspath> | |
<scalaClassName default-value="scala.tools.nsc.Main">${maven.scala.className}</scalaClassName> | |
<scalaCompatVersion>${scala.compat.version}</scalaCompatVersion> | |
<scalaHome>${scala.home}</scalaHome> | |
<scalaOrganization default-value="org.scala-lang">${scala.organization}</scalaOrganization> | |
<scalaVersion>2.12.2</scalaVersion> | |
<script>${script}</script> | |
<scriptEncoding default-value="UTF-8">${scriptEncoding}</scriptEncoding> | |
<scriptFile>/Users/zarnekow/projects/vavr/vavr/generator/Generator.scala</scriptFile> | |
<session>${session}</session> | |
<source>${maven.compiler.source}</source> | |
<target>${maven.compiler.target}</target> | |
<useCanonicalPath default-value="true">${maven.scala.useCanonicalPath}</useCanonicalPath> | |
</configuration> | |
[DEBUG] ----------------------------------------------------------------------- | |
[DEBUG] Goal: org.codehaus.mojo:build-helper-maven-plugin:3.0.0:add-source (add-source) | |
[DEBUG] Style: Regular | |
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> | |
<configuration> | |
<project default-value="${project}"/> | |
<sources> | |
<source>/Users/zarnekow/projects/vavr/vavr/src-gen/main/java</source> | |
</sources> | |
</configuration> | |
[DEBUG] ----------------------------------------------------------------------- | |
[DEBUG] Goal: org.codehaus.mojo:build-helper-maven-plugin:3.0.0:add-test-source (add-test-source) | |
[DEBUG] Style: Regular | |
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> | |
<configuration> | |
<project default-value="${project}"/> | |
<sources> | |
<source>/Users/zarnekow/projects/vavr/vavr/src-gen/test/java</source> | |
</sources> | |
</configuration> | |
[DEBUG] ----------------------------------------------------------------------- | |
[DEBUG] Goal: org.apache.maven.plugins:maven-source-plugin:3.0.1:jar-no-fork (attach-sources) | |
[DEBUG] Style: Regular | |
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> | |
<configuration> | |
<attach default-value="true">${maven.source.attach}</attach> | |
<classifier default-value="sources">${maven.source.classifier}</classifier> | |
<defaultManifestFile default-value="${project.build.outputDirectory}/META-INF/MANIFEST.MF"/> | |
<excludeResources default-value="false">${maven.source.excludeResources}</excludeResources> | |
<finalName default-value="${project.build.finalName}"/> | |
<forceCreation default-value="false">${maven.source.forceCreation}</forceCreation> | |
<includePom default-value="false">${maven.source.includePom}</includePom> | |
<outputDirectory default-value="${project.build.directory}"/> | |
<project default-value="${project}"/> | |
<reactorProjects default-value="${reactorProjects}"/> | |
<session default-value="${session}"/> | |
<skipSource default-value="false">${maven.source.skip}</skipSource> | |
<useDefaultExcludes default-value="true">${maven.source.useDefaultExcludes}</useDefaultExcludes> | |
<useDefaultManifestFile default-value="false">${maven.source.useDefaultManifestFile}</useDefaultManifestFile> | |
</configuration> | |
[DEBUG] ----------------------------------------------------------------------- | |
[DEBUG] Goal: org.apache.maven.plugins:maven-source-plugin:3.0.1:test-jar-no-fork (attach-sources) | |
[DEBUG] Style: Regular | |
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> | |
<configuration> | |
<attach default-value="true">${maven.source.attach}</attach> | |
<classifier default-value="test-sources">${maven.source.test.classifier}</classifier> | |
<defaultManifestFile default-value="${project.build.outputDirectory}/META-INF/MANIFEST.MF"/> | |
<excludeResources default-value="false">${maven.source.excludeResources}</excludeResources> | |
<finalName default-value="${project.build.finalName}"/> | |
<forceCreation default-value="false">${maven.source.forceCreation}</forceCreation> | |
<includePom default-value="false">${maven.source.includePom}</includePom> | |
<outputDirectory default-value="${project.build.directory}"/> | |
<project default-value="${project}"/> | |
<reactorProjects default-value="${reactorProjects}"/> | |
<session default-value="${session}"/> | |
<skipSource default-value="false">${maven.source.skip}</skipSource> | |
<useDefaultExcludes default-value="true">${maven.source.useDefaultExcludes}</useDefaultExcludes> | |
<useDefaultManifestFile default-value="false">${maven.source.useDefaultManifestFile}</useDefaultManifestFile> | |
</configuration> | |
[DEBUG] ----------------------------------------------------------------------- | |
[DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:2.6: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>${maven.resources.escapeString}</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}"/> | |
<supportMultiLineFiltering default-value="false">${maven.resources.supportMultiLineFiltering}</supportMultiLineFiltering> | |
<useBuildFilters default-value="true"/> | |
<useDefaultDelimiters default-value="true"/> | |
</configuration> | |
[DEBUG] ----------------------------------------------------------------------- | |
[DEBUG] Goal: org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile) | |
[DEBUG] Style: Regular | |
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> | |
<configuration> | |
<basedir default-value="${basedir}"/> | |
<buildDirectory default-value="${project.build.directory}"/> | |
<compilePath default-value="${project.compileClasspathElements}"/> | |
<compileSourceRoots default-value="${project.compileSourceRoots}"/> | |
<compilerArgs> | |
<arg>-Werror</arg> | |
<arg>-Xlint:all</arg> | |
<arg>-Xlint:-processing</arg> | |
<arg>-Xlint:-options</arg> | |
</compilerArgs> | |
<compilerId default-value="javac">${maven.compiler.compilerId}</compilerId> | |
<compilerReuseStrategy default-value="${reuseCreated}">${maven.compiler.compilerReuseStrategy}</compilerReuseStrategy> | |
<compilerVersion>${maven.compiler.compilerVersion}</compilerVersion> | |
<debug default-value="true">${maven.compiler.debug}</debug> | |
<debuglevel>${maven.compiler.debuglevel}</debuglevel> | |
<encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding> | |
<executable>${maven.compiler.executable}</executable> | |
<failOnError default-value="true">${maven.compiler.failOnError}</failOnError> | |
<failOnWarning default-value="false">${maven.compiler.failOnWarning}</failOnWarning> | |
<forceJavacCompilerUse default-value="false">${maven.compiler.forceJavacCompilerUse}</forceJavacCompilerUse> | |
<fork default-value="false">${maven.compiler.fork}</fork> | |
<generatedSourcesDirectory default-value="${project.build.directory}/generated-sources/annotations"/> | |
<maxmem>${maven.compiler.maxmem}</maxmem> | |
<meminitial>${maven.compiler.meminitial}</meminitial> | |
<mojoExecution default-value="${mojoExecution}"/> | |
<optimize default-value="false">${maven.compiler.optimize}</optimize> | |
<outputDirectory default-value="${project.build.outputDirectory}"/> | |
<parameters default-value="false">${maven.compiler.parameters}</parameters> | |
<project default-value="${project}"/> | |
<projectArtifact default-value="${project.artifact}"/> | |
<release>${maven.compiler.release}</release> | |
<session default-value="${session}"/> | |
<showDeprecation default-value="false">true</showDeprecation> | |
<showWarnings default-value="false">true</showWarnings> | |
<skipMain>${maven.main.skip}</skipMain> | |
<skipMultiThreadWarning default-value="false">${maven.compiler.skipMultiThreadWarning}</skipMultiThreadWarning> | |
<source default-value="1.5">1.8</source> | |
<staleMillis default-value="0">${lastModGranularityMs}</staleMillis> | |
<target default-value="1.5">1.8</target> | |
<useIncrementalCompilation default-value="true">${maven.compiler.useIncrementalCompilation}</useIncrementalCompilation> | |
<verbose default-value="false">${maven.compiler.verbose}</verbose> | |
</configuration> | |
[DEBUG] ----------------------------------------------------------------------- | |
[DEBUG] Goal: org.apache.felix:maven-bundle-plugin:3.3.0:manifest (bundle-manifest) | |
[DEBUG] Style: Regular | |
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> | |
<configuration> | |
<buildDirectory default-value="${project.build.directory}"/> | |
<dependencyReducedPomLocation default-value="${basedir}/dependency-reduced-pom.xml"/> | |
<dumpClasspath>${dumpClasspath}</dumpClasspath> | |
<dumpInstructions>${dumpInstructions}</dumpInstructions> | |
<excludeDependencies>${excludeDependencies}</excludeDependencies> | |
<finalName default-value="${project.build.finalName}"/> | |
<localRepository default-value="${localRepository}"/> | |
<m_mavenSession default-value="${session}"/> | |
<manifestLocation default-value="${project.build.outputDirectory}/META-INF">${manifestLocation}</manifestLocation> | |
<niceManifest default-value="false">${niceManifest}</niceManifest> | |
<outputDirectory default-value="${project.build.outputDirectory}"/> | |
<project default-value="${project}"/> | |
<rebuildBundle>${rebuildBundle}</rebuildBundle> | |
<remoteArtifactRepositories default-value="${project.remoteArtifactRepositories}"/> | |
<scrLocation default-value="${project.build.outputDirectory}"/> | |
<session default-value="${session}"/> | |
<supportIncrementalBuild>${supportIncrementalBuild}</supportIncrementalBuild> | |
<unpackBundle>${unpackBundle}</unpackBundle> | |
</configuration> | |
[DEBUG] ----------------------------------------------------------------------- | |
[DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:2.6:testResources (default-testResources) | |
[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>${maven.resources.escapeString}</escapeString> | |
<escapeWindowsPaths default-value="true">${maven.resources.escapeWindowsPaths}</escapeWindowsPaths> | |
<includeEmptyDirs default-value="false">${maven.resources.includeEmptyDirs}</includeEmptyDirs> | |
<outputDirectory default-value="${project.build.testOutputDirectory}"/> | |
<overwrite default-value="false">${maven.resources.overwrite}</overwrite> | |
<project default-value="${project}"/> | |
<resources default-value="${project.testResources}"/> | |
<session default-value="${session}"/> | |
<skip>${maven.test.skip}</skip> | |
<supportMultiLineFiltering default-value="false">${maven.resources.supportMultiLineFiltering}</supportMultiLineFiltering> | |
<useBuildFilters default-value="true"/> | |
<useDefaultDelimiters default-value="true"/> | |
</configuration> | |
[DEBUG] ----------------------------------------------------------------------- | |
[DEBUG] Goal: org.apache.maven.plugins:maven-compiler-plugin:3.7.0:testCompile (default-testCompile) | |
[DEBUG] Style: Regular | |
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> | |
<configuration> | |
<basedir default-value="${basedir}"/> | |
<buildDirectory default-value="${project.build.directory}"/> | |
<compilePath default-value="${project.compileClasspathElements}"/> | |
<compileSourceRoots default-value="${project.testCompileSourceRoots}"/> | |
<compilerArgs> | |
<arg>-Werror</arg> | |
<arg>-Xlint:all</arg> | |
<arg>-Xlint:-processing</arg> | |
<arg>-Xlint:-options</arg> | |
</compilerArgs> | |
<compilerId default-value="javac">${maven.compiler.compilerId}</compilerId> | |
<compilerReuseStrategy default-value="${reuseCreated}">${maven.compiler.compilerReuseStrategy}</compilerReuseStrategy> | |
<compilerVersion>${maven.compiler.compilerVersion}</compilerVersion> | |
<debug default-value="true">${maven.compiler.debug}</debug> | |
<debuglevel>${maven.compiler.debuglevel}</debuglevel> | |
<encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding> | |
<executable>${maven.compiler.executable}</executable> | |
<failOnError default-value="true">${maven.compiler.failOnError}</failOnError> | |
<failOnWarning default-value="false">${maven.compiler.failOnWarning}</failOnWarning> | |
<forceJavacCompilerUse default-value="false">${maven.compiler.forceJavacCompilerUse}</forceJavacCompilerUse> | |
<fork default-value="false">${maven.compiler.fork}</fork> | |
<generatedTestSourcesDirectory default-value="${project.build.directory}/generated-test-sources/test-annotations"/> | |
<maxmem>${maven.compiler.maxmem}</maxmem> | |
<meminitial>${maven.compiler.meminitial}</meminitial> | |
<mojoExecution default-value="${mojoExecution}"/> | |
<optimize default-value="false">${maven.compiler.optimize}</optimize> | |
<outputDirectory default-value="${project.build.testOutputDirectory}"/> | |
<parameters default-value="false">${maven.compiler.parameters}</parameters> | |
<project default-value="${project}"/> | |
<release>${maven.compiler.release}</release> | |
<session default-value="${session}"/> | |
<showDeprecation default-value="false">true</showDeprecation> | |
<showWarnings default-value="false">true</showWarnings> | |
<skip>${maven.test.skip}</skip> | |
<skipMultiThreadWarning default-value="false">${maven.compiler.skipMultiThreadWarning}</skipMultiThreadWarning> | |
<source default-value="1.5">1.8</source> | |
<staleMillis default-value="0">${lastModGranularityMs}</staleMillis> | |
<target default-value="1.5">1.8</target> | |
<testPath default-value="${project.testClasspathElements}"/> | |
<testRelease>${maven.compiler.testRelease}</testRelease> | |
<testSource>${maven.compiler.testSource}</testSource> | |
<testTarget>${maven.compiler.testTarget}</testTarget> | |
<useIncrementalCompilation default-value="true">${maven.compiler.useIncrementalCompilation}</useIncrementalCompilation> | |
<verbose default-value="false">${maven.compiler.verbose}</verbose> | |
</configuration> | |
[DEBUG] ----------------------------------------------------------------------- | |
[DEBUG] Goal: org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test) | |
[DEBUG] Style: Regular | |
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> | |
<configuration> | |
<additionalClasspathElements>${maven.test.additionalClasspath}</additionalClasspathElements> | |
<argLine>${argLine}</argLine> | |
<basedir default-value="${basedir}"/> | |
<childDelegation default-value="false">${childDelegation}</childDelegation> | |
<classesDirectory default-value="${project.build.outputDirectory}"/> | |
<classpathDependencyExcludes>${maven.test.dependency.excludes}</classpathDependencyExcludes> | |
<debugForkedProcess>${maven.surefire.debug}</debugForkedProcess> | |
<dependenciesToScan>${dependenciesToScan}</dependenciesToScan> | |
<disableXmlReport default-value="false">${disableXmlReport}</disableXmlReport> | |
<enableAssertions default-value="true">${enableAssertions}</enableAssertions> | |
<excludedGroups>${excludedGroups}</excludedGroups> | |
<excludesFile>${surefire.excludesFile}</excludesFile> | |
<failIfNoSpecifiedTests>${surefire.failIfNoSpecifiedTests}</failIfNoSpecifiedTests> | |
<failIfNoTests>${failIfNoTests}</failIfNoTests> | |
<forkCount default-value="1">${forkCount}</forkCount> | |
<forkMode default-value="once">${forkMode}</forkMode> | |
<forkedProcessTimeoutInSeconds>${surefire.timeout}</forkedProcessTimeoutInSeconds> | |
<groups>${groups}</groups> | |
<includesFile>${surefire.includesFile}</includesFile> | |
<junitArtifactName default-value="junit:junit">${junitArtifactName}</junitArtifactName> | |
<jvm>${jvm}</jvm> | |
<localRepository default-value="${localRepository}"/> | |
<objectFactory>${objectFactory}</objectFactory> | |
<parallel>all</parallel> | |
<parallelMavenExecution default-value="${session.parallel}"/> | |
<parallelOptimized default-value="true">${parallelOptimized}</parallelOptimized> | |
<parallelTestsTimeoutForcedInSeconds>${surefire.parallel.forcedTimeout}</parallelTestsTimeoutForcedInSeconds> | |
<parallelTestsTimeoutInSeconds>${surefire.parallel.timeout}</parallelTestsTimeoutInSeconds> | |
<perCoreThreadCount default-value="true">${perCoreThreadCount}</perCoreThreadCount> | |
<pluginArtifactMap>${plugin.artifactMap}</pluginArtifactMap> | |
<pluginDescriptor default-value="${plugin}"/> | |
<printSummary default-value="true">${surefire.printSummary}</printSummary> | |
<projectArtifactMap>${project.artifactMap}</projectArtifactMap> | |
<redirectTestOutputToFile default-value="false">${maven.test.redirectTestOutputToFile}</redirectTestOutputToFile> | |
<remoteRepositories default-value="${project.pluginArtifactRepositories}"/> | |
<reportFormat default-value="brief">${surefire.reportFormat}</reportFormat> | |
<reportNameSuffix default-value="">${surefire.reportNameSuffix}</reportNameSuffix> | |
<reportsDirectory default-value="${project.build.directory}/surefire-reports"/> | |
<rerunFailingTestsCount default-value="0">${surefire.rerunFailingTestsCount}</rerunFailingTestsCount> | |
<reuseForks default-value="true">true</reuseForks> | |
<runOrder default-value="filesystem">${surefire.runOrder}</runOrder> | |
<shutdown default-value="testset">${surefire.shutdown}</shutdown> | |
<skip default-value="false">${maven.test.skip}</skip> | |
<skipAfterFailureCount default-value="0">${surefire.skipAfterFailureCount}</skipAfterFailureCount> | |
<skipExec>${maven.test.skip.exec}</skipExec> | |
<skipTests default-value="false">${skipTests}</skipTests> | |
<suiteXmlFiles>${surefire.suiteXmlFiles}</suiteXmlFiles> | |
<test>${test}</test> | |
<testClassesDirectory default-value="${project.build.testOutputDirectory}"/> | |
<testFailureIgnore default-value="false">${maven.test.failure.ignore}</testFailureIgnore> | |
<testNGArtifactName default-value="org.testng:testng">${testNGArtifactName}</testNGArtifactName> | |
<testSourceDirectory default-value="${project.build.testSourceDirectory}"/> | |
<threadCount>4</threadCount> | |
<threadCountClasses default-value="0">${threadCountClasses}</threadCountClasses> | |
<threadCountMethods default-value="0">${threadCountMethods}</threadCountMethods> | |
<threadCountSuites default-value="0">${threadCountSuites}</threadCountSuites> | |
<trimStackTrace default-value="true">${trimStackTrace}</trimStackTrace> | |
<useFile default-value="true">${surefire.useFile}</useFile> | |
<useManifestOnlyJar default-value="true">${surefire.useManifestOnlyJar}</useManifestOnlyJar> | |
<useSystemClassLoader default-value="true">${surefire.useSystemClassLoader}</useSystemClassLoader> | |
<useUnlimitedThreads default-value="false">${useUnlimitedThreads}</useUnlimitedThreads> | |
<workingDirectory>${basedir}</workingDirectory> | |
<project default-value="${project}"/> | |
<session default-value="${session}"/> | |
</configuration> | |
[DEBUG] ----------------------------------------------------------------------- | |
[DEBUG] Goal: org.apache.maven.plugins:maven-jar-plugin:3.0.2:jar (default-jar) | |
[DEBUG] Style: Regular | |
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> | |
<configuration> | |
<archive> | |
<manifestEntries> | |
<Automatic-Module-Name>io.vavr</Automatic-Module-Name> | |
</manifestEntries> | |
<manifestFile>/Users/zarnekow/projects/vavr/vavr/target/classes/META-INF/MANIFEST.MF</manifestFile> | |
</archive> | |
<classesDirectory default-value="${project.build.outputDirectory}"/> | |
<finalName default-value="${project.build.finalName}"/> | |
<forceCreation default-value="false">${maven.jar.forceCreation}</forceCreation> | |
<outputDirectory default-value="${project.build.directory}"/> | |
<project default-value="${project}"/> | |
<session default-value="${session}"/> | |
<skipIfEmpty default-value="false">true</skipIfEmpty> | |
<useDefaultManifestFile default-value="false">${jar.useDefaultManifestFile}</useDefaultManifestFile> | |
</configuration> | |
[DEBUG] ======================================================================= | |
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=0, ConflictMarker.nodeCount=5, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=4, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=0, ConflictResolver.conflictItemCount=4, DefaultDependencyCollector.collectTime=3, DefaultDependencyCollector.transformTime=0} | |
[DEBUG] io.vavr:vavr:jar:1.0.0-SNAPSHOT | |
[DEBUG] io.vavr:vavr-match:jar:1.0.0-SNAPSHOT:compile | |
[DEBUG] junit:junit:jar:4.12:test | |
[DEBUG] org.hamcrest:hamcrest-core:jar:1.3:test | |
[DEBUG] org.assertj:assertj-core:jar:3.8.0:test | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-maven) @ vavr --- | |
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1, parent: sun.misc.Launcher$AppClassLoader@55f96302] | |
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce' with basic configurator --> | |
[DEBUG] (s) fail = true | |
[DEBUG] (s) failFast = false | |
[DEBUG] (f) ignoreCache = false | |
[DEBUG] (f) mojoExecution = org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce {execution: enforce-maven} | |
[DEBUG] (s) project = MavenProject: io.vavr:vavr:1.0.0-SNAPSHOT @ /Users/zarnekow/projects/vavr/vavr/pom.xml | |
[DEBUG] (s) version = 3.0.5 | |
[DEBUG] (s) message = Maven 2.1.0 and 2.2.0 produce incorrect GPG signatures and checksums respectively. | |
[DEBUG] (s) rules = [org.apache.maven.plugins.enforcer.RequireMavenVersion@18e6b72b] | |
[DEBUG] (s) session = org.apache.maven.execution.MavenSession@2c104774 | |
[DEBUG] (s) skip = false | |
[DEBUG] -- end configuration -- | |
[DEBUG] Executing rule: org.apache.maven.plugins.enforcer.RequireMavenVersion | |
[DEBUG] Rule org.apache.maven.plugins.enforcer.RequireMavenVersion is cacheable. | |
[DEBUG] Key org.apache.maven.plugins.enforcer.RequireMavenVersion 48517564 was found in the cache | |
[DEBUG] The cached results are still valid. Skipping the rule: org.apache.maven.plugins.enforcer.RequireMavenVersion | |
[INFO] | |
[INFO] --- maven-clean-plugin:3.0.0:clean (clean-generated-sources) @ vavr --- | |
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-clean-plugin:3.0.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.0.0, parent: sun.misc.Launcher$AppClassLoader@55f96302] | |
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-clean-plugin:3.0.0:clean' with basic configurator --> | |
[DEBUG] (f) directory = /Users/zarnekow/projects/vavr/vavr/target | |
[DEBUG] (f) excludeDefaultDirectories = false | |
[DEBUG] (f) failOnError = true | |
[DEBUG] (f) directory = /Users/zarnekow/projects/vavr/vavr/src-gen | |
[DEBUG] (f) filesets = [file set: /Users/zarnekow/projects/vavr/vavr/src-gen (included: [], excluded: [])] | |
[DEBUG] (f) followSymLinks = false | |
[DEBUG] (f) outputDirectory = /Users/zarnekow/projects/vavr/vavr/target/classes | |
[DEBUG] (f) reportDirectory = /Users/zarnekow/projects/vavr/vavr/target/classes | |
[DEBUG] (f) retryOnError = true | |
[DEBUG] (f) skip = false | |
[DEBUG] (f) testOutputDirectory = /Users/zarnekow/projects/vavr/vavr/target/test-classes | |
[DEBUG] -- end configuration -- | |
[INFO] Deleting /Users/zarnekow/projects/vavr/vavr/target | |
[INFO] Deleting directory /Users/zarnekow/projects/vavr/vavr/target | |
[DEBUG] Skipping non-existing directory /Users/zarnekow/projects/vavr/vavr/target/classes | |
[DEBUG] Skipping non-existing directory /Users/zarnekow/projects/vavr/vavr/target/test-classes | |
[DEBUG] Skipping non-existing directory /Users/zarnekow/projects/vavr/vavr/target/classes | |
[DEBUG] Skipping non-existing directory /Users/zarnekow/projects/vavr/vavr/src-gen | |
[INFO] | |
[INFO] --- scala-maven-plugin:3.3.1:script (default) @ vavr --- | |
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=1, ConflictMarker.markTime=0, ConflictMarker.nodeCount=197, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=55, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=1, ConflictResolver.conflictItemCount=127, DefaultDependencyCollector.collectTime=78, DefaultDependencyCollector.transformTime=2} | |
[DEBUG] net.alchim31.maven:scala-maven-plugin:jar:3.3.1: | |
[DEBUG] org.apache.maven:maven-compat:jar:3.0.4:compile | |
[DEBUG] org.apache.maven:maven-model-builder:jar:3.0.4:compile | |
[DEBUG] org.apache.maven:maven-settings:jar:3.0.4:compile | |
[DEBUG] org.apache.maven:maven-artifact:jar:3.0.4:compile | |
[DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.14:compile | |
[DEBUG] org.sonatype.sisu:sisu-inject-plexus:jar:2.3.0:compile | |
[DEBUG] org.sonatype.sisu:sisu-inject-bean:jar:2.3.0:compile | |
[DEBUG] org.sonatype.sisu:sisu-guice:jar:no_aop:3.1.0:compile | |
[DEBUG] org.sonatype.sisu:sisu-guava:jar:0.9.9:compile | |
[DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile | |
[DEBUG] org.apache.maven.wagon:wagon-provider-api:jar:2.2:compile | |
[DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:3.0:compile | |
[DEBUG] org.apache.maven:maven-core:jar:3.0.4:compile | |
[DEBUG] org.apache.maven:maven-settings-builder:jar:3.0.4:compile | |
[DEBUG] org.apache.maven:maven-repository-metadata:jar:3.0.4:compile | |
[DEBUG] org.apache.maven:maven-plugin-api:jar:3.0.4:compile | |
[DEBUG] org.apache.maven:maven-aether-provider:jar:3.0.4:compile | |
[DEBUG] org.sonatype.aether:aether-spi:jar:1.13.1:compile | |
[DEBUG] org.sonatype.aether:aether-impl:jar:1.13.1:compile | |
[DEBUG] org.sonatype.aether:aether-api:jar:1.13.1:compile | |
[DEBUG] org.sonatype.aether:aether-util:jar:1.13.1:compile | |
[DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile | |
[DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.4:compile | |
[DEBUG] org.apache.maven.shared:maven-dependency-tree:jar:1.2:compile | |
[DEBUG] org.apache.commons:commons-exec:jar:1.1:compile | |
[DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0:compile | |
[DEBUG] org.codehaus.plexus:plexus-archiver:jar:2.1:compile | |
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile | |
[DEBUG] junit:junit:jar:3.8.1:compile | |
[DEBUG] classworlds:classworlds:jar:1.1-alpha-2:compile | |
[DEBUG] org.codehaus.plexus:plexus-io:jar:2.0.2:compile | |
[DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.4:compile | |
[DEBUG] org.apache.maven:maven-project:jar:2.0.8:compile | |
[DEBUG] org.apache.maven:maven-profile:jar:2.0.8:compile | |
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.8:compile | |
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.8:compile | |
[DEBUG] org.apache.maven:maven-archiver:jar:2.5:compile | |
[DEBUG] org.apache.maven.doxia:doxia-sink-api:jar:1.1.2:compile | |
[DEBUG] org.apache.maven.doxia:doxia-logging-api:jar:1.1.2:compile | |
[DEBUG] org.apache.maven:maven-model:jar:3.0.4:compile | |
[DEBUG] org.apache.maven.shared:maven-invoker:jar:2.0.11:compile | |
[DEBUG] com.typesafe.zinc:zinc:jar:0.3.9:compile | |
[DEBUG] org.scala-lang:scala-library:jar:2.10.5:compile | |
[DEBUG] com.typesafe.sbt:incremental-compiler:jar:0.13.9:compile | |
[DEBUG] org.scala-lang:scala-compiler:jar:2.10.5:compile | |
[DEBUG] org.scala-lang:scala-reflect:jar:2.10.5:compile | |
[DEBUG] com.typesafe.sbt:sbt-interface:jar:0.13.9:compile | |
[DEBUG] com.typesafe.sbt:compiler-interface:jar:sources:0.13.9:compile | |
[DEBUG] Created new class realm plugin>net.alchim31.maven:scala-maven-plugin:3.3.1 | |
[DEBUG] Importing foreign packages into class realm plugin>net.alchim31.maven:scala-maven-plugin:3.3.1 | |
[DEBUG] Imported: < maven.api | |
[DEBUG] Populating class realm plugin>net.alchim31.maven:scala-maven-plugin:3.3.1 | |
[DEBUG] Included: net.alchim31.maven:scala-maven-plugin:jar:3.3.1 | |
[DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.14 | |
[DEBUG] Included: org.sonatype.sisu:sisu-inject-bean:jar:2.3.0 | |
[DEBUG] Included: org.sonatype.sisu:sisu-guice:jar:no_aop:3.1.0 | |
[DEBUG] Included: org.sonatype.sisu:sisu-guava:jar:0.9.9 | |
[DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:1.5.5 | |
[DEBUG] Included: org.apache.maven.reporting:maven-reporting-api:jar:3.0 | |
[DEBUG] Included: org.sonatype.aether:aether-util:jar:1.13.1 | |
[DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3 | |
[DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.4 | |
[DEBUG] Included: org.apache.maven.shared:maven-dependency-tree:jar:1.2 | |
[DEBUG] Included: org.apache.commons:commons-exec:jar:1.1 | |
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0 | |
[DEBUG] Included: org.codehaus.plexus:plexus-archiver:jar:2.1 | |
[DEBUG] Included: junit:junit:jar:3.8.1 | |
[DEBUG] Included: org.codehaus.plexus:plexus-io:jar:2.0.2 | |
[DEBUG] Included: org.apache.maven:maven-archiver:jar:2.5 | |
[DEBUG] Included: org.apache.maven.doxia:doxia-sink-api:jar:1.1.2 | |
[DEBUG] Included: org.apache.maven.doxia:doxia-logging-api:jar:1.1.2 | |
[DEBUG] Included: org.apache.maven.shared:maven-invoker:jar:2.0.11 | |
[DEBUG] Included: com.typesafe.zinc:zinc:jar:0.3.9 | |
[DEBUG] Included: org.scala-lang:scala-library:jar:2.10.5 | |
[DEBUG] Included: com.typesafe.sbt:incremental-compiler:jar:0.13.9 | |
[DEBUG] Included: org.scala-lang:scala-compiler:jar:2.10.5 | |
[DEBUG] Included: org.scala-lang:scala-reflect:jar:2.10.5 | |
[DEBUG] Included: com.typesafe.sbt:sbt-interface:jar:0.13.9 | |
[DEBUG] Included: com.typesafe.sbt:compiler-interface:jar:sources:0.13.9 | |
[DEBUG] Excluded: org.apache.maven:maven-compat:jar:3.0.4 | |
[DEBUG] Excluded: org.apache.maven:maven-model-builder:jar:3.0.4 | |
[DEBUG] Excluded: org.apache.maven:maven-settings:jar:3.0.4 | |
[DEBUG] Excluded: org.apache.maven:maven-artifact:jar:3.0.4 | |
[DEBUG] Excluded: org.sonatype.sisu:sisu-inject-plexus:jar:2.3.0 | |
[DEBUG] Excluded: org.apache.maven.wagon:wagon-provider-api:jar:2.2 | |
[DEBUG] Excluded: org.apache.maven:maven-core:jar:3.0.4 | |
[DEBUG] Excluded: org.apache.maven:maven-settings-builder:jar:3.0.4 | |
[DEBUG] Excluded: org.apache.maven:maven-repository-metadata:jar:3.0.4 | |
[DEBUG] Excluded: org.apache.maven:maven-plugin-api:jar:3.0.4 | |
[DEBUG] Excluded: org.apache.maven:maven-aether-provider:jar:3.0.4 | |
[DEBUG] Excluded: org.sonatype.aether:aether-spi:jar:1.13.1 | |
[DEBUG] Excluded: org.sonatype.aether:aether-impl:jar:1.13.1 | |
[DEBUG] Excluded: org.sonatype.aether:aether-api:jar:1.13.1 | |
[DEBUG] Excluded: org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1 | |
[DEBUG] Excluded: classworlds:classworlds:jar:1.1-alpha-2 | |
[DEBUG] Excluded: org.codehaus.plexus:plexus-classworlds:jar:2.4 | |
[DEBUG] Excluded: org.apache.maven:maven-project:jar:2.0.8 | |
[DEBUG] Excluded: org.apache.maven:maven-profile:jar:2.0.8 | |
[DEBUG] Excluded: org.apache.maven:maven-artifact-manager:jar:2.0.8 | |
[DEBUG] Excluded: org.apache.maven:maven-plugin-registry:jar:2.0.8 | |
[DEBUG] Excluded: org.apache.maven:maven-model:jar:3.0.4 | |
[DEBUG] Configuring mojo net.alchim31.maven:scala-maven-plugin:3.3.1:script from plugin realm ClassRealm[plugin>net.alchim31.maven:scala-maven-plugin:3.3.1, parent: sun.misc.Launcher$AppClassLoader@55f96302] | |
[DEBUG] Configuring mojo 'net.alchim31.maven:scala-maven-plugin:3.3.1:script' with basic configurator --> | |
[DEBUG] (f) checkMultipleScalaVersions = true | |
[DEBUG] (f) displayCmd = false | |
[DEBUG] (f) encoding = UTF-8 | |
[DEBUG] (f) failOnMultipleScalaVersions = true | |
[DEBUG] (f) forceUseArgFile = false | |
[DEBUG] (f) fork = true | |
[DEBUG] (f) includeScopes = plugin | |
[DEBUG] (f) javacArgs = [] | |
[DEBUG] (f) javacGenerateDebugSymbols = true | |
[DEBUG] (f) keepGeneratedScript = false | |
[DEBUG] (f) localRepo = id: local | |
url: file:///Users/zarnekow/.m2/repository/ | |
layout: default | |
snapshots: [enabled => true, update => always] | |
releases: [enabled => true, update => always] | |
[DEBUG] (f) localRepository = id: local | |
url: file:///Users/zarnekow/.m2/repository/ | |
layout: default | |
snapshots: [enabled => true, update => always] | |
releases: [enabled => true, update => always] | |
[DEBUG] (f) outputDir = /Users/zarnekow/projects/vavr/vavr/target | |
[DEBUG] (f) pluginArtifacts = [net.alchim31.maven:scala-maven-plugin:maven-plugin:3.3.1:, org.codehaus.plexus:plexus-interpolation:jar:1.14:compile, org.sonatype.sisu:sisu-inject-bean:jar:2.3.0:compile, org.sonatype.sisu:sisu-guice:jar:no_aop:3.1.0:compile, org.sonatype.sisu:sisu-guava:jar:0.9.9:compile, org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile, org.apache.maven.reporting:maven-reporting-api:jar:3.0:compile, org.sonatype.aether:aether-util:jar:1.13.1:compile, org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile, org.sonatype.plexus:plexus-cipher:jar:1.4:compile, org.apache.maven.shared:maven-dependency-tree:jar:1.2:compile, org.apache.commons:commons-exec:jar:1.1:compile, org.codehaus.plexus:plexus-utils:jar:3.0:compile, org.codehaus.plexus:plexus-archiver:jar:2.1:compile, junit:junit:jar:3.8.1:compile, org.codehaus.plexus:plexus-io:jar:2.0.2:compile, org.apache.maven:maven-archiver:jar:2.5:compile, org.apache.maven.doxia:doxia-sink-api:jar:1.1.2:compile, org.apache.maven.doxia:doxia-logging-api:jar:1.1.2:compile, org.apache.maven.shared:maven-invoker:jar:2.0.11:compile, com.typesafe.zinc:zinc:jar:0.3.9:compile, org.scala-lang:scala-library:jar:2.10.5:compile, com.typesafe.sbt:incremental-compiler:jar:0.13.9:compile, org.scala-lang:scala-compiler:jar:2.10.5:compile, org.scala-lang:scala-reflect:jar:2.10.5:compile, com.typesafe.sbt:sbt-interface:jar:0.13.9:compile, com.typesafe.sbt:compiler-interface:jar:sources:0.13.9:compile] | |
[DEBUG] (f) project = MavenProject: io.vavr:vavr:1.0.0-SNAPSHOT @ /Users/zarnekow/projects/vavr/vavr/pom.xml | |
[DEBUG] (f) reactorProjects = [MavenProject: io.vavr:vavr-parent:1.0.0-SNAPSHOT @ /Users/zarnekow/projects/vavr/pom.xml, MavenProject: io.vavr:vavr-match:1.0.0-SNAPSHOT @ /Users/zarnekow/projects/vavr/vavr-match/pom.xml, MavenProject: io.vavr:vavr:1.0.0-SNAPSHOT @ /Users/zarnekow/projects/vavr/vavr/pom.xml, MavenProject: io.vavr:vavr-benchmark:1.0.0-SNAPSHOT @ /Users/zarnekow/projects/vavr/vavr-benchmark/pom.xml, MavenProject: io.vavr:vavr-test:1.0.0-SNAPSHOT @ /Users/zarnekow/projects/vavr/vavr-test/pom.xml] | |
[DEBUG] (f) remoteRepos = [ id: sonatype-nexus-snapshots | |
url: https://oss.sonatype.org/content/repositories/snapshots | |
layout: default | |
snapshots: [enabled => true, update => daily] | |
releases: [enabled => false, update => daily] | |
, id: central | |
url: https://repo.maven.apache.org/maven2 | |
layout: default | |
snapshots: [enabled => false, update => daily] | |
releases: [enabled => true, update => daily] | |
] | |
[DEBUG] (f) scalaClassName = scala.tools.nsc.Main | |
[DEBUG] (f) scalaOrganization = org.scala-lang | |
[DEBUG] (f) scalaVersion = 2.12.2 | |
[DEBUG] (f) scriptEncoding = UTF-8 | |
[DEBUG] (f) scriptFile = /Users/zarnekow/projects/vavr/vavr/generator/Generator.scala | |
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@2c104774 | |
[DEBUG] (f) useCanonicalPath = true | |
[DEBUG] -- end configuration -- | |
[DEBUG] Checking for multiple versions of scala | |
[DEBUG] Dependency tree resolution listener events: | |
[DEBUG] testArtifact: artifact=io.vavr:vavr:jar:1.0.0-SNAPSHOT | |
[DEBUG] includeArtifact: artifact=io.vavr:vavr:jar:1.0.0-SNAPSHOT | |
[DEBUG] startProcessChildren: artifact=io.vavr:vavr:jar:1.0.0-SNAPSHOT | |
[DEBUG] testArtifact: artifact=io.vavr:vavr-match:jar:1.0.0-SNAPSHOT:compile | |
[DEBUG] includeArtifact: artifact=io.vavr:vavr-match:jar:1.0.0-SNAPSHOT:compile | |
[DEBUG] startProcessChildren: artifact=io.vavr:vavr-match:jar:1.0.0-SNAPSHOT:compile | |
[DEBUG] endProcessChildren: artifact=io.vavr:vavr-match:jar:1.0.0-SNAPSHOT:compile | |
[DEBUG] testArtifact: artifact=junit:junit:jar:4.12:test | |
[DEBUG] includeArtifact: artifact=junit:junit:jar:4.12:test | |
[DEBUG] startProcessChildren: artifact=junit:junit:jar:4.12:test | |
[DEBUG] testArtifact: artifact=org.hamcrest:hamcrest-core:jar:1.3:test | |
[DEBUG] includeArtifact: artifact=org.hamcrest:hamcrest-core:jar:1.3:test | |
[DEBUG] startProcessChildren: artifact=org.hamcrest:hamcrest-core:jar:1.3:test | |
[DEBUG] endProcessChildren: artifact=org.hamcrest:hamcrest-core:jar:1.3:test | |
[DEBUG] endProcessChildren: artifact=junit:junit:jar:4.12:test | |
[DEBUG] testArtifact: artifact=org.assertj:assertj-core:jar:3.8.0:test | |
[DEBUG] includeArtifact: artifact=org.assertj:assertj-core:jar:3.8.0:test | |
[DEBUG] startProcessChildren: artifact=org.assertj:assertj-core:jar:3.8.0:test | |
[DEBUG] endProcessChildren: artifact=org.assertj:assertj-core:jar:3.8.0:test | |
[DEBUG] endProcessChildren: artifact=io.vavr:vavr:jar:1.0.0-SNAPSHOT | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/junit/junit/3.8.1/junit-3.8.1.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/apache/maven/maven-plugin-api/3.0.4/maven-plugin-api-3.0.4.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/apache/maven/wagon/wagon-file/1.0-beta-2/wagon-file-1.0-beta-2.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/com/typesafe/sbt/sbt-interface/0.13.9/sbt-interface-0.13.9.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/apache/maven/maven-compat/3.0.4/maven-compat-3.0.4.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/apache/maven/maven-repository-metadata/3.0.4/maven-repository-metadata-3.0.4.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/scala-lang/scala-compiler/2.10.5/scala-compiler-2.10.5.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/scala-lang/modules/scala-xml_2.12/1.0.6/scala-xml_2.12-1.0.6.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/apache/maven/wagon/wagon-ssh/1.0-beta-2/wagon-ssh-1.0-beta-2.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/scala-lang/scala-compiler/2.12.2/scala-compiler-2.12.2.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/classworlds/classworlds/1.1/classworlds-1.1.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/apache/maven/maven-settings-builder/3.0.4/maven-settings-builder-3.0.4.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/apache/maven/shared/maven-dependency-tree/1.2/maven-dependency-tree-1.2.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/commons-cli/commons-cli/1.0/commons-cli-1.0.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/apache/maven/maven-core/3.0.4/maven-core-3.0.4.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/scala-lang/scala-library/2.10.5/scala-library-2.10.5.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/scala-lang/scala-reflect/2.12.2/scala-reflect-2.12.2.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/scala-lang/scala-library/2.12.2/scala-library-2.12.2.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/jtidy/jtidy/4aug2000r7-dev/jtidy-4aug2000r7-dev.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/scala-lang/scala-reflect/2.10.5/scala-reflect-2.10.5.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/apache/maven/maven-settings/3.0.4/maven-settings-3.0.4.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/apache/maven/maven-model-builder/3.0.4/maven-model-builder-3.0.4.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/com/typesafe/sbt/compiler-interface/0.13.9/compiler-interface-0.13.9-sources.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/junit/junit/4.8.2/junit-4.8.2.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/net/alchim31/maven/scala-maven-plugin/3.3.1/scala-maven-plugin-3.3.1.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/com/jcraft/jsch/0.1.27/jsch-0.1.27.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/scala-lang/scala-library/2.12.0/scala-library-2.12.0.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-7/plexus-container-default-1.0-alpha-7.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/apache/maven/wagon/wagon-ssh-external/1.0-beta-2/wagon-ssh-external-1.0-beta-2.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/com/typesafe/zinc/zinc/0.3.9/zinc-0.3.9.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/apache/maven/maven-artifact/3.0.4/maven-artifact-3.0.4.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/apache/maven/wagon/wagon-http-lightweight/1.0-beta-2/wagon-http-lightweight-1.0-beta-2.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/com/typesafe/sbt/incremental-compiler/0.13.9/incremental-compiler-0.13.9.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/apache/maven/wagon/wagon-ssh-common/1.0-beta-2/wagon-ssh-common-1.0-beta-2.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/apache/maven/wagon/wagon-http-shared/1.0-beta-2/wagon-http-shared-1.0-beta-2.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/plexus/plexus-utils/1.0.2/plexus-utils-1.0.2.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/apache/maven/maven-aether-provider/3.0.4/maven-aether-provider-3.0.4.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/apache/commons/commons-exec/1.1/commons-exec-1.1.jar | |
[DEBUG] classpath entry for running and compiling scripts: /Users/zarnekow/.m2/repository/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar | |
[DEBUG] Using the following classpath for running and compiling scripts: [/Users/zarnekow/.m2/repository/junit/junit/3.8.1/junit-3.8.1.jar, /Users/zarnekow/.m2/repository/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar, /Users/zarnekow/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar, /Users/zarnekow/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar, /Users/zarnekow/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.jar, /Users/zarnekow/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar, /Users/zarnekow/.m2/repository/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.jar, /Users/zarnekow/.m2/repository/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.jar, /Users/zarnekow/.m2/repository/org/apache/maven/maven-plugin-api/3.0.4/maven-plugin-api-3.0.4.jar, /Users/zarnekow/.m2/repository/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.jar, /Users/zarnekow/.m2/repository/org/apache/maven/wagon/wagon-file/1.0-beta-2/wagon-file-1.0-beta-2.jar, /Users/zarnekow/.m2/repository/com/typesafe/sbt/sbt-interface/0.13.9/sbt-interface-0.13.9.jar, /Users/zarnekow/.m2/repository/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.jar, /Users/zarnekow/.m2/repository/org/apache/maven/maven-compat/3.0.4/maven-compat-3.0.4.jar, /Users/zarnekow/.m2/repository/org/apache/maven/maven-repository-metadata/3.0.4/maven-repository-metadata-3.0.4.jar, /Users/zarnekow/.m2/repository/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.jar, /Users/zarnekow/.m2/repository/org/scala-lang/scala-compiler/2.10.5/scala-compiler-2.10.5.jar, /Users/zarnekow/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar, /Users/zarnekow/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar, /Users/zarnekow/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.jar, /Users/zarnekow/.m2/repository/org/scala-lang/modules/scala-xml_2.12/1.0.6/scala-xml_2.12-1.0.6.jar, /Users/zarnekow/.m2/repository/org/apache/maven/wagon/wagon-ssh/1.0-beta-2/wagon-ssh-1.0-beta-2.jar, /Users/zarnekow/.m2/repository/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.jar, /Users/zarnekow/.m2/repository/org/scala-lang/scala-compiler/2.12.2/scala-compiler-2.12.2.jar, /Users/zarnekow/.m2/repository/classworlds/classworlds/1.1/classworlds-1.1.jar, /Users/zarnekow/.m2/repository/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.jar, /Users/zarnekow/.m2/repository/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar, /Users/zarnekow/.m2/repository/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.jar, /Users/zarnekow/.m2/repository/org/apache/maven/maven-settings-builder/3.0.4/maven-settings-builder-3.0.4.jar, /Users/zarnekow/.m2/repository/org/apache/maven/shared/maven-dependency-tree/1.2/maven-dependency-tree-1.2.jar, /Users/zarnekow/.m2/repository/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar, /Users/zarnekow/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar, /Users/zarnekow/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.jar, /Users/zarnekow/.m2/repository/commons-cli/commons-cli/1.0/commons-cli-1.0.jar, /Users/zarnekow/.m2/repository/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar, /Users/zarnekow/.m2/repository/org/apache/maven/maven-core/3.0.4/maven-core-3.0.4.jar, /Users/zarnekow/.m2/repository/org/scala-lang/scala-library/2.10.5/scala-library-2.10.5.jar, /Users/zarnekow/.m2/repository/org/scala-lang/scala-reflect/2.12.2/scala-reflect-2.12.2.jar, /Users/zarnekow/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar, /Users/zarnekow/.m2/repository/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar, /Users/zarnekow/.m2/repository/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.jar, /Users/zarnekow/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.jar, /Users/zarnekow/.m2/repository/org/scala-lang/scala-library/2.12.2/scala-library-2.12.2.jar, /Users/zarnekow/.m2/repository/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar, /Users/zarnekow/.m2/repository/jtidy/jtidy/4aug2000r7-dev/jtidy-4aug2000r7-dev.jar, /Users/zarnekow/.m2/repository/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar, /Users/zarnekow/.m2/repository/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.jar, /Users/zarnekow/.m2/repository/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar, /Users/zarnekow/.m2/repository/org/scala-lang/scala-reflect/2.10.5/scala-reflect-2.10.5.jar, /Users/zarnekow/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar, /Users/zarnekow/.m2/repository/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar, /Users/zarnekow/.m2/repository/org/apache/maven/maven-settings/3.0.4/maven-settings-3.0.4.jar, /Users/zarnekow/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar, /Users/zarnekow/.m2/repository/org/apache/maven/maven-model-builder/3.0.4/maven-model-builder-3.0.4.jar, /Users/zarnekow/.m2/repository/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.jar, /Users/zarnekow/.m2/repository/com/typesafe/sbt/compiler-interface/0.13.9/compiler-interface-0.13.9-sources.jar, /Users/zarnekow/.m2/repository/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar, /Users/zarnekow/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar, /Users/zarnekow/.m2/repository/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar, /Users/zarnekow/.m2/repository/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar, /Users/zarnekow/.m2/repository/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar, /Users/zarnekow/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar, /Users/zarnekow/.m2/repository/junit/junit/4.8.2/junit-4.8.2.jar, /Users/zarnekow/.m2/repository/net/alchim31/maven/scala-maven-plugin/3.3.1/scala-maven-plugin-3.3.1.jar, /Users/zarnekow/.m2/repository/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar, /Users/zarnekow/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.jar, /Users/zarnekow/.m2/repository/com/jcraft/jsch/0.1.27/jsch-0.1.27.jar, /Users/zarnekow/.m2/repository/org/scala-lang/scala-library/2.12.0/scala-library-2.12.0.jar, /Users/zarnekow/.m2/repository/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar, /Users/zarnekow/.m2/repository/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.jar, /Users/zarnekow/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-7/plexus-container-default-1.0-alpha-7.jar, /Users/zarnekow/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar, /Users/zarnekow/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.jar, /Users/zarnekow/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar, /Users/zarnekow/.m2/repository/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar, /Users/zarnekow/.m2/repository/org/apache/maven/wagon/wagon-ssh-external/1.0-beta-2/wagon-ssh-external-1.0-beta-2.jar, /Users/zarnekow/.m2/repository/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar, /Users/zarnekow/.m2/repository/com/typesafe/zinc/zinc/0.3.9/zinc-0.3.9.jar, /Users/zarnekow/.m2/repository/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.jar, /Users/zarnekow/.m2/repository/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar, /Users/zarnekow/.m2/repository/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar, /Users/zarnekow/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar, /Users/zarnekow/.m2/repository/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar, /Users/zarnekow/.m2/repository/org/apache/maven/maven-artifact/3.0.4/maven-artifact-3.0.4.jar, /Users/zarnekow/.m2/repository/org/apache/maven/wagon/wagon-http-lightweight/1.0-beta-2/wagon-http-lightweight-1.0-beta-2.jar, /Users/zarnekow/.m2/repository/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.jar, /Users/zarnekow/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.jar, /Users/zarnekow/.m2/repository/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.jar, /Users/zarnekow/.m2/repository/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar, /Users/zarnekow/.m2/repository/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.jar, /Users/zarnekow/.m2/repository/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar, /Users/zarnekow/.m2/repository/com/typesafe/sbt/incremental-compiler/0.13.9/incremental-compiler-0.13.9.jar, /Users/zarnekow/.m2/repository/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar, /Users/zarnekow/.m2/repository/org/apache/maven/wagon/wagon-ssh-common/1.0-beta-2/wagon-ssh-common-1.0-beta-2.jar, /Users/zarnekow/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar, /Users/zarnekow/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar, /Users/zarnekow/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar, /Users/zarnekow/.m2/repository/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.jar, /Users/zarnekow/.m2/repository/org/apache/maven/wagon/wagon-http-shared/1.0-beta-2/wagon-http-shared-1.0-beta-2.jar, /Users/zarnekow/.m2/repository/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar, /Users/zarnekow/.m2/repository/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar, /Users/zarnekow/.m2/repository/plexus/plexus-utils/1.0.2/plexus-utils-1.0.2.jar, /Users/zarnekow/.m2/repository/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.jar, /Users/zarnekow/.m2/repository/org/apache/maven/maven-aether-provider/3.0.4/maven-aether-provider-3.0.4.jar, /Users/zarnekow/.m2/repository/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar, /Users/zarnekow/.m2/repository/org/apache/commons/commons-exec/1.1/commons-exec-1.1.jar, /Users/zarnekow/.m2/repository/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar] | |
[DEBUG] classpath : [file:/Users/zarnekow/projects/vavr/vavr/target/.scalaScriptGen/, file:/Users/zarnekow/.m2/repository/junit/junit/3.8.1/junit-3.8.1.jar, file:/Users/zarnekow/.m2/repository/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar, file:/Users/zarnekow/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar, file:/Users/zarnekow/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar, file:/Users/zarnekow/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.jar, file:/Users/zarnekow/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar, file:/Users/zarnekow/.m2/repository/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.jar, file:/Users/zarnekow/.m2/repository/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.jar, file:/Users/zarnekow/.m2/repository/org/apache/maven/maven-plugin-api/3.0.4/maven-plugin-api-3.0.4.jar, file:/Users/zarnekow/.m2/repository/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.jar, file:/Users/zarnekow/.m2/repository/org/apache/maven/wagon/wagon-file/1.0-beta-2/wagon-file-1.0-beta-2.jar, file:/Users/zarnekow/.m2/repository/com/typesafe/sbt/sbt-interface/0.13.9/sbt-interface-0.13.9.jar, file:/Users/zarnekow/.m2/repository/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.jar, file:/Users/zarnekow/.m2/repository/org/apache/maven/maven-compat/3.0.4/maven-compat-3.0.4.jar, file:/Users/zarnekow/.m2/repository/org/apache/maven/maven-repository-metadata/3.0.4/maven-repository-metadata-3.0.4.jar, file:/Users/zarnekow/.m2/repository/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.jar, file:/Users/zarnekow/.m2/repository/org/scala-lang/scala-compiler/2.10.5/scala-compiler-2.10.5.jar, file:/Users/zarnekow/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar, file:/Users/zarnekow/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar, file:/Users/zarnekow/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.jar, file:/Users/zarnekow/.m2/repository/org/scala-lang/modules/scala-xml_2.12/1.0.6/scala-xml_2.12-1.0.6.jar, file:/Users/zarnekow/.m2/repository/org/apache/maven/wagon/wagon-ssh/1.0-beta-2/wagon-ssh-1.0-beta-2.jar, file:/Users/zarnekow/.m2/repository/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.jar, file:/Users/zarnekow/.m2/repository/org/scala-lang/scala-compiler/2.12.2/scala-compiler-2.12.2.jar, file:/Users/zarnekow/.m2/repository/classworlds/classworlds/1.1/classworlds-1.1.jar, file:/Users/zarnekow/.m2/repository/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.jar, file:/Users/zarnekow/.m2/repository/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar, file:/Users/zarnekow/.m2/repository/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.jar, file:/Users/zarnekow/.m2/repository/org/apache/maven/maven-settings-builder/3.0.4/maven-settings-builder-3.0.4.jar, file:/Users/zarnekow/.m2/repository/org/apache/maven/shared/maven-dependency-tree/1.2/maven-dependency-tree-1.2.jar, file:/Users/zarnekow/.m2/repository/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar, file:/Users/zarnekow/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar, file:/Users/zarnekow/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.jar, file:/Users/zarnekow/.m2/repository/commons-cli/commons-cli/1.0/commons-cli-1.0.jar, file:/Users/zarnekow/.m2/repository/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar, file:/Users/zarnekow/.m2/repository/org/apache/maven/maven-core/3.0.4/maven-core-3.0.4.jar, file:/Users/zarnekow/.m2/repository/org/scala-lang/scala-library/2.10.5/scala-library-2.10.5.jar, file:/Users/zarnekow/.m2/repository/org/scala-lang/scala-reflect/2.12.2/scala-reflect-2.12.2.jar, file:/Users/zarnekow/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar, file:/Users/zarnekow/.m2/repository/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar, file:/Users/zarnekow/.m2/repository/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.jar, file:/Users/zarnekow/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.jar, file:/Users/zarnekow/.m2/repository/org/scala-lang/scala-library/2.12.2/scala-library-2.12.2.jar, file:/Users/zarnekow/.m2/repository/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar, file:/Users/zarnekow/.m2/repository/jtidy/jtidy/4aug2000r7-dev/jtidy-4aug2000r7-dev.jar, file:/Users/zarnekow/.m2/repository/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar, file:/Users/zarnekow/.m2/repository/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.jar, file:/Users/zarnekow/.m2/repository/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar, file:/Users/zarnekow/.m2/repository/org/scala-lang/scala-reflect/2.10.5/scala-reflect-2.10.5.jar, file:/Users/zarnekow/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar, file:/Users/zarnekow/.m2/repository/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar, file:/Users/zarnekow/.m2/repository/org/apache/maven/maven-settings/3.0.4/maven-settings-3.0.4.jar, file:/Users/zarnekow/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar, file:/Users/zarnekow/.m2/repository/org/apache/maven/maven-model-builder/3.0.4/maven-model-builder-3.0.4.jar, file:/Users/zarnekow/.m2/repository/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.jar, file:/Users/zarnekow/.m2/repository/com/typesafe/sbt/compiler-interface/0.13.9/compiler-interface-0.13.9-sources.jar, file:/Users/zarnekow/.m2/repository/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar, file:/Users/zarnekow/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar, file:/Users/zarnekow/.m2/repository/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar, file:/Users/zarnekow/.m2/repository/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar, file:/Users/zarnekow/.m2/repository/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar, file:/Users/zarnekow/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar, file:/Users/zarnekow/.m2/repository/junit/junit/4.8.2/junit-4.8.2.jar, file:/Users/zarnekow/.m2/repository/net/alchim31/maven/scala-maven-plugin/3.3.1/scala-maven-plugin-3.3.1.jar, file:/Users/zarnekow/.m2/repository/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar, file:/Users/zarnekow/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.jar, file:/Users/zarnekow/.m2/repository/com/jcraft/jsch/0.1.27/jsch-0.1.27.jar, file:/Users/zarnekow/.m2/repository/org/scala-lang/scala-library/2.12.0/scala-library-2.12.0.jar, file:/Users/zarnekow/.m2/repository/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar, file:/Users/zarnekow/.m2/repository/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.jar, file:/Users/zarnekow/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-7/plexus-container-default-1.0-alpha-7.jar, file:/Users/zarnekow/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar, file:/Users/zarnekow/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.jar, file:/Users/zarnekow/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar, file:/Users/zarnekow/.m2/repository/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar, file:/Users/zarnekow/.m2/repository/org/apache/maven/wagon/wagon-ssh-external/1.0-beta-2/wagon-ssh-external-1.0-beta-2.jar, file:/Users/zarnekow/.m2/repository/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar, file:/Users/zarnekow/.m2/repository/com/typesafe/zinc/zinc/0.3.9/zinc-0.3.9.jar, file:/Users/zarnekow/.m2/repository/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.jar, file:/Users/zarnekow/.m2/repository/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar, file:/Users/zarnekow/.m2/repository/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar, file:/Users/zarnekow/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar, file:/Users/zarnekow/.m2/repository/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar, file:/Users/zarnekow/.m2/repository/org/apache/maven/maven-artifact/3.0.4/maven-artifact-3.0.4.jar, file:/Users/zarnekow/.m2/repository/org/apache/maven/wagon/wagon-http-lightweight/1.0-beta-2/wagon-http-lightweight-1.0-beta-2.jar, file:/Users/zarnekow/.m2/repository/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.jar, file:/Users/zarnekow/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.jar, file:/Users/zarnekow/.m2/repository/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.jar, file:/Users/zarnekow/.m2/repository/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar, file:/Users/zarnekow/.m2/repository/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.jar, file:/Users/zarnekow/.m2/repository/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar, file:/Users/zarnekow/.m2/repository/com/typesafe/sbt/incremental-compiler/0.13.9/incremental-compiler-0.13.9.jar, file:/Users/zarnekow/.m2/repository/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar, file:/Users/zarnekow/.m2/repository/org/apache/maven/wagon/wagon-ssh-common/1.0-beta-2/wagon-ssh-common-1.0-beta-2.jar, file:/Users/zarnekow/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar, file:/Users/zarnekow/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar, file:/Users/zarnekow/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar, file:/Users/zarnekow/.m2/repository/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.jar, file:/Users/zarnekow/.m2/repository/org/apache/maven/wagon/wagon-http-shared/1.0-beta-2/wagon-http-shared-1.0-beta-2.jar, file:/Users/zarnekow/.m2/repository/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar, file:/Users/zarnekow/.m2/repository/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar, file:/Users/zarnekow/.m2/repository/plexus/plexus-utils/1.0.2/plexus-utils-1.0.2.jar, file:/Users/zarnekow/.m2/repository/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.jar, file:/Users/zarnekow/.m2/repository/org/apache/maven/maven-aether-provider/3.0.4/maven-aether-provider-3.0.4.jar, file:/Users/zarnekow/.m2/repository/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar, file:/Users/zarnekow/.m2/repository/org/apache/commons/commons-exec/1.1/commons-exec-1.1.jar, file:/Users/zarnekow/.m2/repository/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar] | |
[DEBUG] use java command with args in file forced : false | |
[DEBUG] plugin jar to add :/Users/zarnekow/.m2/repository/net/alchim31/maven/scala-maven-plugin/3.3.1/scala-maven-plugin-3.3.1.jar | |
[DEBUG] cmd: /Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home/jre/bin/java -Xbootclasspath/a:/Users/zarnekow/.m2/repository/org/scala-lang/scala-library/2.12.2/scala-library-2.12.2.jar:/Users/zarnekow/.m2/repository/org/scala-lang/scala-compiler/2.12.2/scala-compiler-2.12.2.jar:/Users/zarnekow/.m2/repository/org/scala-lang/modules/scala-xml_2.12/1.0.6/scala-xml_2.12-1.0.6.jar:/Users/zarnekow/.m2/repository/org/scala-lang/scala-reflect/2.12.2/scala-reflect-2.12.2.jar:/Users/zarnekow/.m2/repository/org/scala-lang/scala-library/2.12.0/scala-library-2.12.0.jar -classpath /Users/zarnekow/.m2/repository/net/alchim31/maven/scala-maven-plugin/3.3.1/scala-maven-plugin-3.3.1.jar scala_maven_executions.MainWithArgsInFile scala.tools.nsc.Main /private/var/folders/t1/bpphb47d0l7c73v8rp676y6h0000gp/T/scala-maven-2100184964003155813.args | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Reactor Summary: | |
[INFO] | |
[INFO] Vavr Parent ........................................ SUCCESS [ 0.337 s] | |
[INFO] Vavr Match ......................................... SUCCESS [ 2.262 s] | |
[INFO] Vavr ............................................... FAILURE [ 12.311 s] | |
[INFO] Vavr Benchmark ..................................... SKIPPED | |
[INFO] Vavr Test .......................................... SKIPPED | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] BUILD FAILURE | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Total time: 15.036 s | |
[INFO] Finished at: 2017-10-10T13:29:25+02:00 | |
[INFO] Final Memory: 36M/662M | |
[INFO] ------------------------------------------------------------------------ | |
[ERROR] Failed to execute goal net.alchim31.maven:scala-maven-plugin:3.3.1:script (default) on project vavr: wrap: java.lang.Exception: A NoSuchMethodError exception was thrown: scala.Product.$init$(Lscala/Product;)V -> [Help 1] | |
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal net.alchim31.maven:scala-maven-plugin:3.3.1:script (default) on project vavr: wrap: java.lang.Exception: A NoSuchMethodError exception was thrown | |
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:216) | |
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) | |
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) | |
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116) | |
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80) | |
at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51) | |
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:120) | |
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:355) | |
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:155) | |
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:584) | |
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:216) | |
at org.apache.maven.cli.MavenCli.main(MavenCli.java:160) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:498) | |
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289) | |
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229) | |
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415) | |
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356) | |
Caused by: org.apache.maven.plugin.MojoExecutionException: wrap: java.lang.Exception: A NoSuchMethodError exception was thrown | |
at scala_maven.ScalaMojoSupport.execute(ScalaMojoSupport.java:592) | |
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:132) | |
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208) | |
... 19 more | |
Caused by: java.lang.Exception: A NoSuchMethodError exception was thrown | |
at scala_maven.ScalaScriptMojo.runScript(ScalaScriptMojo.java:236) | |
at scala_maven.ScalaScriptMojo.doExecute(ScalaScriptMojo.java:183) | |
at scala_maven.ScalaMojoSupport.execute(ScalaMojoSupport.java:584) | |
... 21 more | |
Caused by: java.lang.NoSuchMethodError: scala.Product.$init$(Lscala/Product;)V | |
at scala.xml.NamespaceBinding.<init>(NamespaceBinding.scala:24) | |
at scala.xml.TopScope$.<init>(TopScope.scala:17) | |
at scala.xml.TopScope$.<clinit>(TopScope.scala) | |
at scala.Predef$.<init>(Predef.scala:137) | |
at scala.Predef$.<clinit>(Predef.scala) | |
at Generator_1.<init>(Generator_1.scala:31) | |
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) | |
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
at java.lang.reflect.Constructor.newInstance(Constructor.java:423) | |
at scala_maven.ScalaScriptMojo.runScript(ScalaScriptMojo.java:202) | |
... 23 more | |
[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/MojoExecutionException | |
[ERROR] | |
[ERROR] After correcting the problems, you can resume the build with the command | |
[ERROR] mvn <goals> -rf :vavr |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment