Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It doesn't work #17

Open
joserobjr opened this issue Jun 4, 2017 · 2 comments
Open

It doesn't work #17

joserobjr opened this issue Jun 4, 2017 · 2 comments
Milestone

Comments

@joserobjr
Copy link

joserobjr commented Jun 4, 2017

The project files:
https://gist.github.com/joserobjr/eb5c3a22aa6ded11f156d7c3aed7bc3b

All ceylon files was at src/main/ceylon/com/example/platestack

"C:\Program Files\Java\jdk1.8.0_45\bin\java" "-Dmaven.home=C:\Program Files (x86)\JetBrains\IntelliJ IDEA 2016.2.5\plugins\maven\lib\maven3" "-Dclassworlds.conf=C:\Program Files (x86)\JetBrains\IntelliJ IDEA 2016.2.5\plugins\maven\lib\maven3\bin\m2.conf" -Didea.launcher.port=7534 "-Didea.launcher.bin.path=C:\Program Files (x86)\JetBrains\IntelliJ IDEA 2016.2.5\bin" -Dfile.encoding=UTF-8 -classpath "C:\Program Files (x86)\JetBrains\IntelliJ IDEA 2016.2.5\plugins\maven\lib\maven3\boot\plexus-classworlds-2.4.jar;C:\Program Files (x86)\JetBrains\IntelliJ IDEA 2016.2.5\lib\idea_rt.jar" com.intellij.rt.execution.application.AppMain org.codehaus.classworlds.Launcher -Didea.version=2016.2.5 package
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building mvn-ceylon-plugin 0.1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ mvn-ceylon-plugin ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 0 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ mvn-ceylon-plugin ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- ceylon-maven-plugin:1.3.2:compile (default-compile) @ mvn-ceylon-plugin ---
jun 04, 2017 6:03:55 PM org.sonatype.guice.bean.reflect.Logs$JULSink warn
ADVERTÊNCIA: Error injecting: com.redhat.ceylon.maven.CeylonCompileMojo
com.google.inject.ProvisionException: Guice provision errors:

1) No implementation for org.eclipse.aether.RepositorySystem was bound.
  while locating com.redhat.ceylon.maven.CeylonCompileMojo

1 error
	at com.google.inject.internal.InjectorImpl$3.get(InjectorImpl.java:974)
	at com.google.inject.internal.InjectorImpl.getInstance(InjectorImpl.java:1000)
	at org.sonatype.guice.bean.reflect.AbstractDeferredClass.get(AbstractDeferredClass.java:45)
	at com.google.inject.internal.ProviderInternalFactory.provision(ProviderInternalFactory.java:84)
	at com.google.inject.internal.InternalFactoryToInitializableAdapter.provision(InternalFactoryToInitializableAdapter.java:52)
	at com.google.inject.internal.ProviderInternalFactory$1.call(ProviderInternalFactory.java:70)
	at com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision(ProvisionListenerStackCallback.java:100)
	at org.sonatype.guice.plexus.lifecycles.PlexusLifecycleManager.onProvision(PlexusLifecycleManager.java:138)
	at com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision(ProvisionListenerStackCallback.java:108)
	at com.google.inject.internal.ProvisionListenerStackCallback.provision(ProvisionListenerStackCallback.java:55)
	at com.google.inject.internal.ProviderInternalFactory.circularGet(ProviderInternalFactory.java:68)
	at com.google.inject.internal.InternalFactoryToInitializableAdapter.get(InternalFactoryToInitializableAdapter.java:45)
	at com.google.inject.internal.InjectorImpl$3$1.call(InjectorImpl.java:965)
	at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1011)
	at com.google.inject.internal.InjectorImpl$3.get(InjectorImpl.java:961)
	at com.google.inject.Scopes$1$1.get(Scopes.java:59)
	at org.sonatype.guice.bean.locators.LazyBeanEntry.getValue(LazyBeanEntry.java:83)
	at org.sonatype.guice.plexus.locators.LazyPlexusBean.getValue(LazyPlexusBean.java:49)
	at org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:253)
	at org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:245)
	at org.apache.maven.plugin.internal.DefaultMavenPluginManager.getConfiguredMojo(DefaultMavenPluginManager.java:455)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:92)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	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:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
	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:497)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
	at org.codehaus.classworlds.Launcher.main(Launcher.java:47)
	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:497)
	at com.intellij.rt.execution.application.AppMain.main(AppMain.java:147)

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.054s
[INFO] Finished at: Sun Jun 04 18:03:55 BRT 2017
[INFO] Final Memory: 12M/232M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.ceylon-lang:ceylon-maven-plugin:1.3.2:compile (default-compile) on project mvn-ceylon-plugin: Execution default-compile of goal org.ceylon-lang:ceylon-maven-plugin:1.3.2:compile failed: Unable to load the mojo 'compile' (or one of its required components) from the plugin 'org.ceylon-lang:ceylon-maven-plugin:1.3.2': com.google.inject.ProvisionException: Guice provision errors:
[ERROR] 
[ERROR] 1) No implementation for org.eclipse.aether.RepositorySystem was bound.
[ERROR] while locating com.redhat.ceylon.maven.CeylonCompileMojo
[ERROR] at ClassRealm[plugin>org.ceylon-lang:ceylon-maven-plugin:1.3.2, parent: sun.misc.Launcher$AppClassLoader@6d06d69c]
[ERROR] while locating org.apache.maven.plugin.Mojo annotated with @com.google.inject.name.Named(value=org.ceylon-lang:ceylon-maven-plugin:1.3.2:compile)
[ERROR] 
[ERROR] 1 error
[ERROR] role: org.apache.maven.plugin.Mojo
[ERROR] roleHint: org.ceylon-lang:ceylon-maven-plugin:1.3.2:compile
[ERROR] -> [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/PluginContainerException

Process finished with exit code 1
@FroMage
Copy link
Member

FroMage commented Jun 16, 2017

This works for me. Which version of Maven do you have?

@FroMage FroMage added this to the 1.2.3.3 milestone Jun 16, 2017
@joserobjr
Copy link
Author

joserobjr commented Jun 17, 2017

The version which is shipped by IntelliJ IDEA 2016.2.5 Ultimate Edition.

Running with -X:
https://pastebin.com/m1uGtGcC

"C:\Program Files\Java\jdk1.8.0_45\bin\java" "-Dmaven.home=C:\Program Files (x86)\JetBrains\IntelliJ IDEA 2016.2.5\plugins\maven\lib\maven3" "-Dclassworlds.conf=C:\Program Files (x86)\JetBrains\IntelliJ IDEA 2016.2.5\plugins\maven\lib\maven3\bin\m2.conf" -Didea.launcher.port=7533 "-Didea.launcher.bin.path=C:\Program Files (x86)\JetBrains\IntelliJ IDEA 2016.2.5\bin" -Dfile.encoding=UTF-8 -classpath "C:\Program Files (x86)\JetBrains\IntelliJ IDEA 2016.2.5\plugins\maven\lib\maven3\boot\plexus-classworlds-2.4.jar;C:\Program Files (x86)\JetBrains\IntelliJ IDEA 2016.2.5\lib\idea_rt.jar" com.intellij.rt.execution.application.AppMain org.codehaus.classworlds.Launcher -Didea.version=2016.2.5 package -X
Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19 10:51:28-0300)
Maven home: C:\Program Files (x86)\JetBrains\IntelliJ IDEA 2016.2.5\plugins\maven\lib\maven3
Java version: 1.8.0_45, vendor: Oracle Corporation
Java home: C:\Program Files\Java\jdk1.8.0_45\jre
Default locale: pt_BR, platform encoding: UTF-8
OS name: "windows 7", version: "6.1", arch: "amd64", family: "dos"
[INFO] Error stacktraces are turned on.
[DEBUG] Reading global settings from C:\Program Files (x86)\JetBrains\IntelliJ IDEA 2016.2.5\plugins\maven\lib\maven3\conf\settings.xml
[DEBUG] Reading user settings from C:\Users\José Roberto\.m2\settings.xml
[DEBUG] Using local repository at C:\Users\José Roberto\.m2\repository
[DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10 for C:\Users\José Roberto\.m2\repository
[DEBUG] Failed to decrypt password for server gamemods: org.sonatype.plexus.components.sec.dispatcher.SecDispatcherException: java.io.FileNotFoundException: C:\Users\José Roberto\.m2\settings-security.xml (O sistema não pode encontrar o arquivo especificado)
org.sonatype.plexus.components.sec.dispatcher.SecDispatcherException: org.sonatype.plexus.components.sec.dispatcher.SecDispatcherException: java.io.FileNotFoundException: C:\Users\José Roberto\.m2\settings-security.xml (O sistema não pode encontrar o arquivo especificado)
	at org.sonatype.plexus.components.sec.dispatcher.DefaultSecDispatcher.decrypt(DefaultSecDispatcher.java:121)
	at org.apache.maven.settings.crypto.DefaultSettingsDecrypter.decrypt(DefaultSettingsDecrypter.java:106)
	at org.apache.maven.settings.crypto.DefaultSettingsDecrypter.decrypt(DefaultSettingsDecrypter.java:62)
	at org.apache.maven.DefaultMaven.newRepositorySession(DefaultMaven.java:381)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:208)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
	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:497)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
	at org.codehaus.classworlds.Launcher.main(Launcher.java:47)
	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:497)
	at com.intellij.rt.execution.application.AppMain.main(AppMain.java:147)
Caused by: org.sonatype.plexus.components.sec.dispatcher.SecDispatcherException: java.io.FileNotFoundException: C:\Users\José Roberto\.m2\settings-security.xml (O sistema não pode encontrar o arquivo especificado)
	at org.sonatype.plexus.components.sec.dispatcher.SecUtil.read(SecUtil.java:69)
	at org.sonatype.plexus.components.sec.dispatcher.DefaultSecDispatcher.getSec(DefaultSecDispatcher.java:206)
	at org.sonatype.plexus.components.sec.dispatcher.DefaultSecDispatcher.decrypt(DefaultSecDispatcher.java:90)
	... 22 more
Caused by: java.io.FileNotFoundException: C:\Users\José Roberto\.m2\settings-security.xml (O sistema não pode encontrar o arquivo especificado)
	at java.io.FileInputStream.open0(Native Method)
	at java.io.FileInputStream.open(FileInputStream.java:195)
	at java.io.FileInputStream.<init>(FileInputStream.java:138)
	at org.sonatype.plexus.components.sec.dispatcher.SecUtil.toStream(SecUtil.java:100)
	at org.sonatype.plexus.components.sec.dispatcher.SecUtil.read(SecUtil.java:56)
	... 24 more
[INFO] Scanning for projects...
[DEBUG] org.ceylon-lang:ceylon-maven-plugin:jar:1.3.2:
[DEBUG]    org.ceylon-lang:ceylon-all:jar:1.3.2:compile
[DEBUG]       org.ceylon-lang:ceylon.bootstrap:jar:1.3.2:compile
[DEBUG]       org.ceylon-lang:ceylon.language:jar:1.3.2:compile
[DEBUG]       org.ceylon-lang:ceylon.runtime:jar:1.3.2:compile
[DEBUG]          org.jboss.logmanager:jboss-logmanager:jar:2.0.3.Final:compile
[DEBUG]          org.jboss.modules:jboss-modules:jar:1.4.4.Final:compile
[DEBUG]       org.ceylon-lang:com.redhat.ceylon.cli:jar:1.3.2:compile
[DEBUG]       org.ceylon-lang:com.redhat.ceylon.common:jar:1.3.2:compile
[DEBUG]       org.ceylon-lang:com.redhat.ceylon.compiler.java:jar:1.3.2:compile
[DEBUG]          com.github.rjeschke:txtmark:jar:0.13:compile
[DEBUG]          org.antlr:antlr-runtime:jar:3.4:compile
[DEBUG]             org.antlr:stringtemplate:jar:3.2.1:compile
[DEBUG]             antlr:antlr:jar:2.7.7:compile
[DEBUG]       org.ceylon-lang:com.redhat.ceylon.compiler.js:jar:1.3.2:compile
[DEBUG]          net.minidev:json-smart:jar:1.1.1:compile
[DEBUG]       org.ceylon-lang:com.redhat.ceylon.java.main:jar:1.3.2:compile
[DEBUG]       org.ceylon-lang:com.redhat.ceylon.langtools.classfile:jar:1.3.2:compile
[DEBUG]       org.ceylon-lang:com.redhat.ceylon.model:jar:1.3.2:compile
[DEBUG]       org.ceylon-lang:com.redhat.ceylon.module-loader:jar:1.3.2:compile
[DEBUG]       org.ceylon-lang:com.redhat.ceylon.module-resolver:jar:1.3.2:compile
[DEBUG]       org.ceylon-lang:com.redhat.ceylon.module-resolver-aether:jar:1.3.2:compile
[DEBUG]          org.eclipse.aether:aether-connector-basic:jar:1.1.0:compile
[DEBUG]          org.eclipse.aether:aether-spi:jar:1.1.0:compile
[DEBUG]          org.eclipse.aether:aether-transport-file:jar:1.1.0:compile
[DEBUG]          org.eclipse.aether:aether-transport-http:jar:1.1.0:compile
[DEBUG]             org.slf4j:jcl-over-slf4j:jar:1.6.2:compile
[DEBUG]       org.ceylon-lang:com.redhat.ceylon.module-resolver-javascript:jar:1.3.2:compile
[DEBUG]       org.ceylon-lang:com.redhat.ceylon.module-resolver-webdav:jar:1.3.2:compile
[DEBUG]          com.github.lookfirst:sardine:jar:5.1:compile
[DEBUG]             commons-codec:commons-codec:jar:1.8:compile
[DEBUG]             commons-logging:commons-logging:jar:1.1.3:compile
[DEBUG]             org.slf4j:slf4j-api:jar:1.7.5:compile
[DEBUG]          org.apache.httpcomponents:httpclient:jar:4.3.2:compile
[DEBUG]          org.apache.httpcomponents:httpcore:jar:4.3.2:compile
[DEBUG]       org.ceylon-lang:com.redhat.ceylon.tool.provider:jar:1.3.2:compile
[DEBUG]       org.ceylon-lang:com.redhat.ceylon.tools:jar:1.3.2:compile
[DEBUG]       org.ceylon-lang:com.redhat.ceylon.typechecker:jar:1.3.2:compile
[DEBUG]    org.apache.maven.shared:file-management:jar:1.2:compile
[DEBUG]       org.apache.maven.shared:maven-shared-io:jar:1.1:compile
[DEBUG]          org.apache.maven:maven-artifact-manager:jar:2.0.2:compile
[DEBUG]          org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-6:compile
[DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.4.6:compile
[DEBUG]       org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9:compile
[DEBUG]          junit:junit:jar:3.8.1:compile
[DEBUG]          classworlds:classworlds:jar:1.1-alpha-2:compile
[DEBUG]    javax.inject:javax.inject:jar:1:compile
[DEBUG]    org.apache.maven:maven-core:jar:3.2.5:compile
[DEBUG]       org.apache.maven:maven-settings:jar:3.2.5:compile
[DEBUG]       org.apache.maven:maven-settings-builder:jar:3.2.5:compile
[DEBUG]       org.apache.maven:maven-repository-metadata:jar:3.2.5:compile
[DEBUG]       org.apache.maven:maven-artifact:jar:3.2.5:compile
[DEBUG]       org.apache.maven:maven-model-builder:jar:3.2.5:compile
[DEBUG]       org.apache.maven:maven-aether-provider:jar:3.2.5:compile
[DEBUG]       org.eclipse.aether:aether-impl:jar:1.0.0.v20140518:compile
[DEBUG]       org.eclipse.aether:aether-api:jar:1.0.0.v20140518:compile
[DEBUG]       org.eclipse.aether:aether-util:jar:1.0.0.v20140518:compile
[DEBUG]       org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.0.M1:compile
[DEBUG]          javax.enterprise:cdi-api:jar:1.0:compile
[DEBUG]             javax.annotation:jsr250-api:jar:1.0:compile
[DEBUG]          org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.0.M1:compile
[DEBUG]       org.sonatype.sisu:sisu-guice:jar:no_aop:3.2.3:compile
[DEBUG]          aopalliance:aopalliance:jar:1.0:compile
[DEBUG]          com.google.guava:guava:jar:16.0.1:compile
[DEBUG]       org.codehaus.plexus:plexus-interpolation:jar:1.21:compile
[DEBUG]       org.codehaus.plexus:plexus-classworlds:jar:2.5.2:compile
[DEBUG]       org.codehaus.plexus:plexus-component-annotations:jar:1.5.5: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-model:jar:3.2.5:compile
[DEBUG]    org.apache.maven:maven-plugin-api:jar:3.2.5:compile
[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.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: org.sonatype.aether.version < plexus.core
[DEBUG]   Imported: org.sonatype.aether.* < plexus.core
[DEBUG]   Imported: org.sonatype.aether.artifact < plexus.core
[DEBUG]   Imported: org.apache.maven.* < plexus.core
[DEBUG]   Imported: org.apache.maven.project < plexus.core
[DEBUG]   Imported: org.sonatype.aether.repository < plexus.core
[DEBUG]   Imported: org.sonatype.aether.impl < plexus.core
[DEBUG]   Imported: org.apache.maven.exception < plexus.core
[DEBUG]   Imported: org.apache.maven.plugin < plexus.core
[DEBUG]   Imported: org.sonatype.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.sonatype.aether.metadata < plexus.core
[DEBUG]   Imported: org.sonatype.aether.spi < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.* < plexus.core
[DEBUG]   Imported: org.sonatype.aether.graph < plexus.core
[DEBUG]   Imported: org.apache.maven.rtinfo < plexus.core
[DEBUG]   Imported: org.sonatype.aether.installation < plexus.core
[DEBUG]   Imported: org.apache.maven.monitor < plexus.core
[DEBUG]   Imported: org.sonatype.aether.transfer < 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: org.sonatype.aether.deployment < plexus.core
[DEBUG]   Imported: org.apache.maven.model < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
[DEBUG]   Imported: org.apache.maven.artifact < plexus.core
[DEBUG]   Imported: org.apache.maven.toolchain < 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.apache.maven.wagon.repository < 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.sonatype.aether.resolution < 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.codehaus.plexus.component < plexus.core
[DEBUG] Populating class realm maven.api
[DEBUG] Created new class realm extension>org.ceylon-lang:ceylon-maven-plugin:1.3.2
[DEBUG] Importing foreign packages into class realm extension>org.ceylon-lang:ceylon-maven-plugin:1.3.2
[DEBUG]   Imported:  < maven.api
[DEBUG] Populating class realm extension>org.ceylon-lang:ceylon-maven-plugin:1.3.2
[DEBUG]   Included: org.ceylon-lang:ceylon-maven-plugin:jar:1.3.2
[DEBUG]   Included: org.ceylon-lang:ceylon-all:jar:1.3.2
[DEBUG]   Included: org.ceylon-lang:ceylon.bootstrap:jar:1.3.2
[DEBUG]   Included: org.ceylon-lang:ceylon.language:jar:1.3.2
[DEBUG]   Included: org.ceylon-lang:ceylon.runtime:jar:1.3.2
[DEBUG]   Included: org.jboss.logmanager:jboss-logmanager:jar:2.0.3.Final
[DEBUG]   Included: org.jboss.modules:jboss-modules:jar:1.4.4.Final
[DEBUG]   Included: org.ceylon-lang:com.redhat.ceylon.cli:jar:1.3.2
[DEBUG]   Included: org.ceylon-lang:com.redhat.ceylon.common:jar:1.3.2
[DEBUG]   Included: org.ceylon-lang:com.redhat.ceylon.compiler.java:jar:1.3.2
[DEBUG]   Included: com.github.rjeschke:txtmark:jar:0.13
[DEBUG]   Included: org.antlr:antlr-runtime:jar:3.4
[DEBUG]   Included: org.antlr:stringtemplate:jar:3.2.1
[DEBUG]   Included: antlr:antlr:jar:2.7.7
[DEBUG]   Included: org.ceylon-lang:com.redhat.ceylon.compiler.js:jar:1.3.2
[DEBUG]   Included: net.minidev:json-smart:jar:1.1.1
[DEBUG]   Included: org.ceylon-lang:com.redhat.ceylon.java.main:jar:1.3.2
[DEBUG]   Included: org.ceylon-lang:com.redhat.ceylon.langtools.classfile:jar:1.3.2
[DEBUG]   Included: org.ceylon-lang:com.redhat.ceylon.model:jar:1.3.2
[DEBUG]   Included: org.ceylon-lang:com.redhat.ceylon.module-loader:jar:1.3.2
[DEBUG]   Included: org.ceylon-lang:com.redhat.ceylon.module-resolver:jar:1.3.2
[DEBUG]   Included: org.ceylon-lang:com.redhat.ceylon.module-resolver-aether:jar:1.3.2
[DEBUG]   Included: org.eclipse.aether:aether-connector-basic:jar:1.1.0
[DEBUG]   Included: org.eclipse.aether:aether-spi:jar:1.1.0
[DEBUG]   Included: org.eclipse.aether:aether-transport-file:jar:1.1.0
[DEBUG]   Included: org.eclipse.aether:aether-transport-http:jar:1.1.0
[DEBUG]   Included: org.slf4j:jcl-over-slf4j:jar:1.6.2
[DEBUG]   Included: org.ceylon-lang:com.redhat.ceylon.module-resolver-javascript:jar:1.3.2
[DEBUG]   Included: org.ceylon-lang:com.redhat.ceylon.module-resolver-webdav:jar:1.3.2
[DEBUG]   Included: com.github.lookfirst:sardine:jar:5.1
[DEBUG]   Included: commons-codec:commons-codec:jar:1.8
[DEBUG]   Included: commons-logging:commons-logging:jar:1.1.3
[DEBUG]   Included: org.slf4j:slf4j-api:jar:1.7.5
[DEBUG]   Included: org.apache.httpcomponents:httpclient:jar:4.3.2
[DEBUG]   Included: org.apache.httpcomponents:httpcore:jar:4.3.2
[DEBUG]   Included: org.ceylon-lang:com.redhat.ceylon.tool.provider:jar:1.3.2
[DEBUG]   Included: org.ceylon-lang:com.redhat.ceylon.tools:jar:1.3.2
[DEBUG]   Included: org.ceylon-lang:com.redhat.ceylon.typechecker:jar:1.3.2
[DEBUG]   Included: org.apache.maven.shared:file-management:jar:1.2
[DEBUG]   Included: org.apache.maven.shared:maven-shared-io:jar:1.1
[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:1.4.6
[DEBUG]   Included: junit:junit:jar:3.8.1
[DEBUG]   Included: javax.inject:javax.inject:jar:1
[DEBUG]   Included: org.eclipse.aether:aether-impl:jar:1.0.0.v20140518
[DEBUG]   Included: org.eclipse.aether:aether-api:jar:1.0.0.v20140518
[DEBUG]   Included: org.eclipse.aether:aether-util:jar:1.0.0.v20140518
[DEBUG]   Included: org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.0.M1
[DEBUG]   Included: javax.enterprise:cdi-api:jar:1.0
[DEBUG]   Included: javax.annotation:jsr250-api:jar:1.0
[DEBUG]   Included: org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.0.M1
[DEBUG]   Included: org.sonatype.sisu:sisu-guice:jar:no_aop:3.2.3
[DEBUG]   Included: aopalliance:aopalliance:jar:1.0
[DEBUG]   Included: com.google.guava:guava:jar:16.0.1
[DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.21
[DEBUG]   Included: org.codehaus.plexus:plexus-component-annotations:jar:1.5.5
[DEBUG]   Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3
[DEBUG]   Included: org.sonatype.plexus:plexus-cipher:jar:1.4
[DEBUG] Extension realms for project com.example.platestack:mvn-ceylon-plugin:jar:0.1.0-SNAPSHOT: [ClassRealm[extension>org.ceylon-lang:ceylon-maven-plugin:1.3.2, parent: sun.misc.Launcher$AppClassLoader@6d06d69c]]
[DEBUG] Created new class realm project>com.example.platestack:mvn-ceylon-plugin:0.1.0-SNAPSHOT
[DEBUG] Populating class realm project>com.example.platestack:mvn-ceylon-plugin:0.1.0-SNAPSHOT
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[project>com.example.platestack:mvn-ceylon-plugin:0.1.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]]
[DEBUG] === REACTOR BUILD PLAN ================================================
[DEBUG] Project: com.example.platestack:mvn-ceylon-plugin:jar:0.1.0-SNAPSHOT
[DEBUG] Tasks:   [package]
[DEBUG] Style:   Regular
[DEBUG] =======================================================================
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building mvn-ceylon-plugin 0.1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[DEBUG] Resolving plugin version for org.apache.maven.plugins:maven-resources-plugin
[DEBUG] Could not find metadata org.apache.maven.plugins:maven-resources-plugin/maven-metadata.xml in local (C:\Users\José Roberto\.m2\repository)
[DEBUG] Skipped remote update check for org.apache.maven.plugins:maven-resources-plugin/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Resolved plugin version for org.apache.maven.plugins:maven-resources-plugin to 3.0.2 from repository central (http://repo.maven.apache.org/maven2, releases)
[DEBUG] Resolving plugin version for org.apache.maven.plugins:maven-jar-plugin
[DEBUG] Could not find metadata org.apache.maven.plugins:maven-jar-plugin/maven-metadata.xml in local (C:\Users\José Roberto\.m2\repository)
[DEBUG] Skipped remote update check for org.apache.maven.plugins:maven-jar-plugin/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Resolved plugin version for org.apache.maven.plugins:maven-jar-plugin to 3.0.2 from repository central (http://repo.maven.apache.org/maven2, releases)
[DEBUG] Resolving plugin version for org.apache.maven.plugins:maven-compiler-plugin
[DEBUG] Could not find metadata org.apache.maven.plugins:maven-compiler-plugin/maven-metadata.xml in local (C:\Users\José Roberto\.m2\repository)
[DEBUG] Skipped remote update check for org.apache.maven.plugins:maven-compiler-plugin/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Resolved plugin version for org.apache.maven.plugins:maven-compiler-plugin to 3.6.1 from repository central (http://repo.maven.apache.org/maven2, releases)
[DEBUG] Resolving plugin version for org.apache.maven.plugins:maven-surefire-plugin
[DEBUG] Could not find metadata org.apache.maven.plugins:maven-surefire-plugin/maven-metadata.xml in local (C:\Users\José Roberto\.m2\repository)
[DEBUG] Skipped remote update check for org.apache.maven.plugins:maven-surefire-plugin/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Resolved plugin version for org.apache.maven.plugins:maven-surefire-plugin to 2.20 from repository central (http://repo.maven.apache.org/maven2, releases)
[DEBUG] Resolving plugin version for org.apache.maven.plugins:maven-install-plugin
[DEBUG] Could not find metadata org.apache.maven.plugins:maven-install-plugin/maven-metadata.xml in local (C:\Users\José Roberto\.m2\repository)
[DEBUG] Skipped remote update check for org.apache.maven.plugins:maven-install-plugin/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Resolved plugin version for org.apache.maven.plugins:maven-install-plugin to 2.5.2 from repository central (http://repo.maven.apache.org/maven2, releases)
[DEBUG] Resolving plugin version for org.apache.maven.plugins:maven-deploy-plugin
[DEBUG] Could not find metadata org.apache.maven.plugins:maven-deploy-plugin/maven-metadata.xml in local (C:\Users\José Roberto\.m2\repository)
[DEBUG] Skipped remote update check for org.apache.maven.plugins:maven-deploy-plugin/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Resolved plugin version for org.apache.maven.plugins:maven-deploy-plugin to 2.8.2 from repository central (http://repo.maven.apache.org/maven2, releases)
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] === PROJECT BUILD PLAN ================================================
[DEBUG] Project:       com.example.platestack:mvn-ceylon-plugin:0.1.0-SNAPSHOT
[DEBUG] Dependencies (collect): []
[DEBUG] Dependencies (resolve): [compile, runtime, test]
[DEBUG] Repositories (dependencies): [central (http://repo.maven.apache.org/maven2, releases)]
[DEBUG] Repositories (plugins)     : [central (http://repo.maven.apache.org/maven2, releases)]
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-resources-plugin:3.0.2:resources (default-resources)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <addDefaultExcludes default-value="true"/>
  <buildFilters default-value="${project.build.filters}"/>
  <encoding default-value="${project.build.sourceEncoding}"/>
  <escapeWindowsPaths default-value="true"/>
  <fileNameFiltering default-value="false"/>
  <includeEmptyDirs default-value="false"/>
  <outputDirectory default-value="${project.build.outputDirectory}"/>
  <overwrite default-value="false"/>
  <project default-value="${project}"/>
  <resources default-value="${project.resources}"/>
  <session default-value="${session}"/>
  <skip default-value="false">${maven.resources.skip}</skip>
  <supportMultiLineFiltering default-value="false"/>
  <useBuildFilters default-value="true"/>
  <useDefaultDelimiters default-value="true"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-compiler-plugin:3.6.1: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}"/>
  <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}"/>
  <project default-value="${project}"/>
  <projectArtifact default-value="${project.artifact}"/>
  <release>${maven.compiler.release}</release>
  <session default-value="${session}"/>
  <showDeprecation default-value="false">${maven.compiler.showDeprecation}</showDeprecation>
  <showWarnings default-value="false">${maven.compiler.showWarnings}</showWarnings>
  <skipMain>${maven.main.skip}</skipMain>
  <skipMultiThreadWarning default-value="false">${maven.compiler.skipMultiThreadWarning}</skipMultiThreadWarning>
  <source default-value="1.5">${maven.compiler.source}</source>
  <staleMillis default-value="0">${lastModGranularityMs}</staleMillis>
  <target default-value="1.5">${maven.compiler.target}</target>
  <useIncrementalCompilation default-value="true">${maven.compiler.useIncrementalCompilation}</useIncrementalCompilation>
  <verbose default-value="false">${maven.compiler.verbose}</verbose>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.ceylon-lang:ceylon-maven-plugin:1.3.2:compile (default-compile)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <buildDir>${project.build.directory}</buildDir>
  <ceylonHome>${ceylon.home}</ceylonHome>
  <cwd>${basedir}</cwd>
  <explode>true</explode>
  <out default-value="${project.build.directory}/modules"/>
  <project default-value="${project}"/>
  <repoSession default-value="${repositorySystemSession}"/>
  <repositories default-value="${project.remoteProjectRepositories}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.ceylon-lang:ceylon-maven-plugin:1.3.2:compile-js (default-compile-js)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <buildDir>${project.build.directory}</buildDir>
  <ceylonHome>${ceylon.home}</ceylonHome>
  <cwd>${basedir}</cwd>
  <out default-value="${project.build.directory}/modules"/>
  <project default-value="${project}"/>
  <repoSession default-value="${repositorySystemSession}"/>
  <repositories default-value="${project.remoteProjectRepositories}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-resources-plugin:3.0.2:testResources (default-testResources)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <addDefaultExcludes default-value="true"/>
  <buildFilters default-value="${project.build.filters}"/>
  <encoding default-value="${project.build.sourceEncoding}"/>
  <escapeWindowsPaths default-value="true"/>
  <fileNameFiltering default-value="false"/>
  <includeEmptyDirs default-value="false"/>
  <outputDirectory default-value="${project.build.testOutputDirectory}"/>
  <overwrite default-value="false"/>
  <project default-value="${project}"/>
  <resources default-value="${project.testResources}"/>
  <session default-value="${session}"/>
  <skip default-value="false">${maven.test.skip}</skip>
  <supportMultiLineFiltering default-value="false"/>
  <useBuildFilters default-value="true"/>
  <useDefaultDelimiters default-value="true"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-compiler-plugin:3.6.1: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}"/>
  <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}"/>
  <project default-value="${project}"/>
  <release>${maven.compiler.release}</release>
  <session default-value="${session}"/>
  <showDeprecation default-value="false">${maven.compiler.showDeprecation}</showDeprecation>
  <showWarnings default-value="false">${maven.compiler.showWarnings}</showWarnings>
  <skip>${maven.test.skip}</skip>
  <skipMultiThreadWarning default-value="false">${maven.compiler.skipMultiThreadWarning}</skipMultiThreadWarning>
  <source default-value="1.5">${maven.compiler.source}</source>
  <staleMillis default-value="0">${lastModGranularityMs}</staleMillis>
  <target default-value="1.5">${maven.compiler.target}</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.ceylon-lang:ceylon-maven-plugin:1.3.2:testCompile (default-testCompile)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <buildDir>${project.build.directory}</buildDir>
  <ceylonHome>${ceylon.home}</ceylonHome>
  <cwd>${basedir}</cwd>
  <explode>true</explode>
  <out default-value="${project.build.directory}/modules"/>
  <project default-value="${project}"/>
  <repoSession default-value="${repositorySystemSession}"/>
  <repositories default-value="${project.remoteProjectRepositories}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.ceylon-lang:ceylon-maven-plugin:1.3.2:testCompile-js (default-testCompile-js)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <buildDir>${project.build.directory}</buildDir>
  <ceylonHome>${ceylon.home}</ceylonHome>
  <cwd>${basedir}</cwd>
  <out default-value="${project.build.directory}/modules"/>
  <project default-value="${project}"/>
  <repoSession default-value="${repositorySystemSession}"/>
  <repositories default-value="${project.remoteProjectRepositories}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-surefire-plugin:2.20: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>
  <forkedProcessExitTimeoutInSeconds default-value="30">${surefire.exitTimeout}</forkedProcessExitTimeoutInSeconds>
  <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>${parallel}</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>
  <projectBuildDirectory default-value="${project.build.directory}"/>
  <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">${reuseForks}</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>
  <tempDir default-value="surefire">${tempDir}</tempDir>
  <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>${threadCount}</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.ceylon-lang:ceylon-maven-plugin:1.3.2:test (default-test)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <buildDir>${project.build.directory}</buildDir>
  <ceylonHome>${ceylon.home}</ceylonHome>
  <cwd>${basedir}</cwd>
  <mavenTestSkip default-value="false">${maven.test.skip}</mavenTestSkip>
  <project default-value="${project}"/>
  <repoSession default-value="${repositorySystemSession}"/>
  <repositories default-value="${project.remoteProjectRepositories}"/>
  <skipTests default-value="false">${skipTests}</skipTests>
  <testFailureIgnore default-value="false">${maven.test.failure.ignore}</testFailureIgnore>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.ceylon-lang:ceylon-maven-plugin:1.3.2:test-js (default-test-js)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <buildDir>${project.build.directory}</buildDir>
  <ceylonHome>${ceylon.home}</ceylonHome>
  <cwd>${basedir}</cwd>
  <mavenTestSkip default-value="false">${maven.test.skip}</mavenTestSkip>
  <project default-value="${project}"/>
  <repoSession default-value="${repositorySystemSession}"/>
  <repositories default-value="${project.remoteProjectRepositories}"/>
  <skipTests default-value="false">${skipTests}</skipTests>
  <testFailureIgnore default-value="false">${maven.test.failure.ignore}</testFailureIgnore>
</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>
  <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"/>
  <useDefaultManifestFile default-value="false">${jar.useDefaultManifestFile}</useDefaultManifestFile>
</configuration>
[DEBUG] =======================================================================
[DEBUG] com.example.platestack:mvn-ceylon-plugin:jar:0.1.0-SNAPSHOT
[DEBUG]    org.ceylon-lang:ceylon.language:jar:1.3.2:compile
[DEBUG]       org.ceylon-lang:com.redhat.ceylon.common:jar:1.3.2:compile
[DEBUG]       org.ceylon-lang:com.redhat.ceylon.model:jar:1.3.2:compile
[DEBUG]          org.ceylon-lang:com.redhat.ceylon.langtools.classfile:jar:1.3.2:compile
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ mvn-ceylon-plugin ---
[DEBUG] org.apache.maven.plugins:maven-resources-plugin:jar:3.0.2:
[DEBUG]    org.apache.maven:maven-plugin-api:jar:3.0: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.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-classworlds:jar:2.2.3:compile
[DEBUG]       org.codehaus.plexus:plexus-component-annotations:jar:1.6:compile (version managed from 1.5.5)
[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-model:jar:3.0:compile
[DEBUG]    org.codehaus.plexus:plexus-utils:jar:3.0.24:compile
[DEBUG]    org.apache.maven.shared:maven-filtering:jar:3.1.1:compile
[DEBUG]       org.apache.maven.shared:maven-shared-utils:jar:3.0.0:compile
[DEBUG]          com.google.code.findbugs:jsr305:jar:2.0.1:compile
[DEBUG]       org.sonatype.plexus:plexus-build-api:jar:0.0.7:compile
[DEBUG]    commons-io:commons-io:jar:2.5:compile
[DEBUG]    org.codehaus.plexus:plexus-interpolation:jar:1.24:compile
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-resources-plugin:3.0.2
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-resources-plugin:3.0.2
[DEBUG]   Imported:  < project>com.example.platestack:mvn-ceylon-plugin:0.1.0-SNAPSHOT
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-resources-plugin:3.0.2
[DEBUG]   Included: org.apache.maven.plugins:maven-resources-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-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.shared:maven-filtering:jar:3.1.1
[DEBUG]   Included: org.apache.maven.shared:maven-shared-utils:jar:3.0.0
[DEBUG]   Included: com.google.code.findbugs:jsr305:jar:2.0.1
[DEBUG]   Included: org.sonatype.plexus:plexus-build-api:jar:0.0.7
[DEBUG]   Included: commons-io:commons-io:jar:2.5
[DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.24
[DEBUG]   Excluded: org.apache.maven:maven-plugin-api: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.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-model:jar:3.0
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-resources-plugin:3.0.2:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.0.2, parent: sun.misc.Launcher$AppClassLoader@6d06d69c]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-resources-plugin:3.0.2:resources' with basic configurator -->
[DEBUG]   (f) addDefaultExcludes = true
[DEBUG]   (f) buildFilters = []
[DEBUG]   (f) escapeWindowsPaths = true
[DEBUG]   (f) fileNameFiltering = false
[DEBUG]   (s) includeEmptyDirs = false
[DEBUG]   (s) outputDirectory = D:\_InteliJ\CleanDishes\002 MavenPlugin\Ceylon\target\classes
[DEBUG]   (s) overwrite = false
[DEBUG]   (f) project = MavenProject: com.example.platestack:mvn-ceylon-plugin:0.1.0-SNAPSHOT @ D:\_InteliJ\CleanDishes\002 MavenPlugin\Ceylon\pom.xml
[DEBUG]   (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: D:\_InteliJ\CleanDishes\002 MavenPlugin\Ceylon\src\main\resources, PatternSet [includes: {}, excludes: {}]}}]
[DEBUG]   (f) session = org.apache.maven.execution.MavenSession@4fbda97b
[DEBUG]   (f) skip = false
[DEBUG]   (f) supportMultiLineFiltering = false
[DEBUG]   (f) useBuildFilters = true
[DEBUG]   (s) useDefaultDelimiters = true
[DEBUG] -- end configuration --
[DEBUG] properties used {java.vendor=Oracle Corporation, env.SYSTEMROOT=C:\Windows, env.IDL_LIB=C:\Program Files (x86)\Intermec\Developer Library\lib, sun.java.launcher=SUN_STANDARD, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, os.name=Windows 7, env.FP_NO_HOST_CHECK=NO, sun.boot.class.path=C:\Program Files\Java\jdk1.8.0_45\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\rt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\sunrsasign.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_45\jre\classes, env.COMPUTERNAME=JOSE, env.FR_CUSTOMDATA_PATH=D:\Steam\steamapps\common\FaceRig\Mod\VP\PC_CustomData\, env.ALLUSERSPROFILE=C:\ProgramData, env.GTK_BASEPATH=C:\Program Files (x86)\GtkSharp\2.12\, sun.desktop=windows, java.vm.specification.vendor=Oracle Corporation, java.runtime.version=1.8.0_45-b15, env.IDL_INCLUDE=C:\Program Files (x86)\Intermec\Developer Library\include, env.HOMEPATH=\Users\José Roberto, user.name=José Roberto, maven.build.version=Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19 10:51:28-0300), idea.launcher.bin.path=C:\Program Files (x86)\JetBrains\IntelliJ IDEA 2016.2.5\bin, env.PATH=C:\Program Files\ffmpeg\ffmpeg-20150823-git-1bf76cd-win64-static\bin;C:\Python27\;C:\Python27\Scripts;C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\WANdisco\Subversion;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\WANdisco\uberSVN\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\PrivateAssemblies\;C:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files (x86)\GtkSharp\2.12\bin;C:\Program Files (x86)\Autodesk\Backburner\;C:\Program Files\TortoiseSVN\bin;C:\Program Files\TortoiseGit\bin;C:\Users\José Roberto\Downloads\apache-maven-3.3.9-bin\apache-maven-3.3.9\bin\;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files (x86)\scala\bin;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Windows\system32\config\systemprofile\.dnx\bin;C:\Program Files\Microsoft DNX\Dnvm\;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Users\José Roberto\AppData\Local\Programs\Git\cmd;C:\Program Files\nodejs\;C:\Program Files (x86)\Gource\cmd;C:\Program Files (x86)\Skype\Phone\;C:\Program Files\ffmpeg\ffmpeg-20150823-git-1bf76cd-win64-static\bin;C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\WANdisco\Subversion;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\WANdisco\uberSVN\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\PrivateAssemblies\;C:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files (x86)\GtkSharp\2.12\bin;C:\Program Files (x86)\Autodesk\Backburner\;C:\Program Files\TortoiseSVN\bin;C:\Program Files\TortoiseGit\bin;C:\Users\José Roberto\AppData\Local\Programs\Git\cmd;C:\Users\José Roberto\AppData\Roaming\npm, user.language=pt, idea.version=2016.2.5, env.WINDIR=C:\Windows, sun.boot.library.path=C:\Program Files\Java\jdk1.8.0_45\jre\bin, classworlds.conf=C:\Program Files (x86)\JetBrains\IntelliJ IDEA 2016.2.5\plugins\maven\lib\maven3\bin\m2.conf, java.version=1.8.0_45, env.PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 44 Stepping 2, GenuineIntel, user.timezone=America/Bahia, project.baseUri=file:/D:/_InteliJ/CleanDishes/002%20MavenPlugin/Ceylon/, maven.build.timestamp=2017-06-17T16:35:58Z, env.TEMP=C:\Users\JOSROB~1\AppData\Local\Temp, sun.arch.data.model=64, java.endorsed.dirs=C:\Program Files\Java\jdk1.8.0_45\jre\lib\endorsed, sun.cpu.isalist=amd64, env.HOMEDRIVE=C:, sun.jnu.encoding=Cp1252, file.encoding.pkg=sun.io, env.SYSTEMDRIVE=C:, file.separator=\, java.specification.name=Java Platform API Specification, java.class.version=52.0, user.country=BR, java.home=C:\Program Files\Java\jdk1.8.0_45\jre, env.APPDATA=C:\Users\José Roberto\AppData\Roaming, env.PUBLIC=C:\Users\Public, java.vm.info=mixed mode, env.OS=Windows_NT, os.version=6.1, env.=::=::\, path.separator=;, java.vm.version=25.45-b02, env.APR_ICONV1_PATH=C:\Program Files (x86)\WANdisco\Subversion\Apache2\bin\iconv;C:\Program Files (x86)\WANdisco\uberSVN\bin\iconv, env.USERPROFILE=C:\Users\José Roberto, user.variant=, env.JAVA_HOME=C:\Program Files\Java\jdk1.8.0_45, java.awt.printerjob=sun.awt.windows.WPrinterJob, env.TMP=C:\tmp, env.PROGRAMFILES=C:\Program Files, sun.io.unicode.encoding=UnicodeLittle, awt.toolkit=sun.awt.windows.WToolkit, user.script=, user.home=C:\Users\José Roberto, env.COMMONPROGRAMFILES=C:\Program Files\Common Files, env.VS140COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools\, env.SESSIONNAME=Console, java.specification.vendor=Oracle Corporation, env.M2_HOME=C:\Users\José Roberto\Downloads\apache-maven-3.3.9-bin\apache-maven-3.3.9, env.ITCIDLPATH=C:\Program Files (x86)\Intermec\Developer Library, env.NUMBER_OF_PROCESSORS=12, java.library.path=C:\Program Files\Java\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files\ffmpeg\ffmpeg-20150823-git-1bf76cd-win64-static\bin;C:\Python27\;C:\Python27\Scripts;C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\WANdisco\Subversion;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\WANdisco\uberSVN\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\PrivateAssemblies\;C:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files (x86)\GtkSharp\2.12\bin;C:\Program Files (x86)\Autodesk\Backburner\;C:\Program Files\TortoiseSVN\bin;C:\Program Files\TortoiseGit\bin;C:\Users\José Roberto\Downloads\apache-maven-3.3.9-bin\apache-maven-3.3.9\bin\;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files (x86)\scala\bin;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Windows\system32\config\systemprofile\.dnx\bin;C:\Program Files\Microsoft DNX\Dnvm\;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Users\José Roberto\AppData\Local\Programs\Git\cmd;C:\Program Files\nodejs\;C:\Program Files (x86)\Gource\cmd;C:\Program Files (x86)\Skype\Phone\;C:\Program Files\ffmpeg\ffmpeg-20150823-git-1bf76cd-win64-static\bin;C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\WANdisco\Subversion;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\WANdisco\uberSVN\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\PrivateAssemblies\;C:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files (x86)\GtkSharp\2.12\bin;C:\Program Files (x86)\Autodesk\Backburner\;C:\Program Files\TortoiseSVN\bin;C:\Program Files\TortoiseGit\bin;C:\Users\José Roberto\AppData\Local\Programs\Git\cmd;C:\Users\José Roberto\AppData\Roaming\npm;., java.vendor.url=http://java.oracle.com/, env.PSMODULEPATH=C:\Windows\system32\WindowsPowerShell\v1.0\Modules\, env.COMMONPROGRAMFILES(X86)=C:\Program Files (x86)\Common Files, java.vm.vendor=Oracle Corporation, java.runtime.name=Java(TM) SE Runtime Environment, maven.home=C:\Program Files (x86)\JetBrains\IntelliJ IDEA 2016.2.5\plugins\maven\lib\maven3, java.class.path=C:\Program Files (x86)\JetBrains\IntelliJ IDEA 2016.2.5\plugins\maven\lib\maven3\boot\plexus-classworlds-2.4.jar;C:\Program Files (x86)\JetBrains\IntelliJ IDEA 2016.2.5\lib\idea_rt.jar, sun.java.command=com.intellij.rt.execution.application.AppMain org.codehaus.classworlds.Launcher -Didea.version=2016.2.5 package -X, env.PROGRAMW6432=C:\Program Files, idea.launcher.port=7533, maven.version=3.0.5, env.PROGRAMFILES(X86)=C:\Program Files (x86), java.vm.specification.name=Java Virtual Machine Specification, env.LOGONSERVER=\\JOSE, env.PROCESSOR_ARCHITECTURE=AMD64, java.vm.specification.version=1.8, env.COMMONPROGRAMW6432=C:\Program Files\Common Files, sun.os.patch.level=Service Pack 1, sun.cpu.endian=little, java.io.tmpdir=C:\tmp\, env.PROCESSOR_REVISION=2c02, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, env.COMSPEC=C:\Windows\system32\cmd.exe, env.PROGRAMDATA=C:\ProgramData, java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment, os.arch=amd64, java.ext.dirs=C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext;C:\Windows\Sun\Java\lib\ext, user.dir=D:\_InteliJ\CleanDishes\002 MavenPlugin\Ceylon, env.LOCALAPPDATA=C:\Users\José Roberto\AppData\Local, line.separator=
, java.vm.name=Java HotSpot(TM) 64-Bit Server VM, env.PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC, env.USERNAME=José Roberto, file.encoding=UTF-8, env.VS100COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\Tools\, env.USERDOMAIN=jose, java.specification.version=1.8, env.PROCESSOR_LEVEL=6}
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[DEBUG] resource with targetPath null
directory D:\_InteliJ\CleanDishes\002 MavenPlugin\Ceylon\src\main\resources
excludes []
includes []
[DEBUG] ignoreDelta true
[INFO] Copying 0 resource
[DEBUG] no use filter components
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ mvn-ceylon-plugin ---
[DEBUG] org.apache.maven.plugins:maven-compiler-plugin:jar:3.6.1:
[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 (version managed from 1.5.5)
[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.ow2.asm:asm:jar:6.0_ALPHA:compile
[DEBUG]    com.thoughtworks.qdox:qdox:jar:2.0-M5:compile
[DEBUG]    org.codehaus.plexus:plexus-compiler-api:jar:2.8.1:compile
[DEBUG]    org.codehaus.plexus:plexus-compiler-manager:jar:2.8.1:compile
[DEBUG]    org.codehaus.plexus:plexus-compiler-javac:jar:2.8.1:runtime
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.6.1
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.6.1
[DEBUG]   Imported:  < project>com.example.platestack:mvn-ceylon-plugin:0.1.0-SNAPSHOT
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.6.1
[DEBUG]   Included: org.apache.maven.plugins:maven-compiler-plugin:jar:3.6.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.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.ow2.asm:asm:jar:6.0_ALPHA
[DEBUG]   Included: com.thoughtworks.qdox:qdox:jar:2.0-M5
[DEBUG]   Included: org.codehaus.plexus:plexus-compiler-api:jar:2.8.1
[DEBUG]   Included: org.codehaus.plexus:plexus-compiler-manager:jar:2.8.1
[DEBUG]   Included: org.codehaus.plexus:plexus-compiler-javac:jar:2.8.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.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.6.1:compile from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-compiler-plugin:3.6.1, parent: sun.misc.Launcher$AppClassLoader@6d06d69c]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-compiler-plugin:3.6.1:compile' with basic configurator -->
[DEBUG]   (f) basedir = D:\_InteliJ\CleanDishes\002 MavenPlugin\Ceylon
[DEBUG]   (f) buildDirectory = D:\_InteliJ\CleanDishes\002 MavenPlugin\Ceylon\target
[DEBUG]   (f) compilePath = [D:\_InteliJ\CleanDishes\002 MavenPlugin\Ceylon\target\classes, C:\Users\José Roberto\.m2\repository\org\ceylon-lang\ceylon.language\1.3.2\ceylon.language-1.3.2.jar, C:\Users\José Roberto\.m2\repository\org\ceylon-lang\com.redhat.ceylon.common\1.3.2\com.redhat.ceylon.common-1.3.2.jar, C:\Users\José Roberto\.m2\repository\org\ceylon-lang\com.redhat.ceylon.model\1.3.2\com.redhat.ceylon.model-1.3.2.jar, C:\Users\José Roberto\.m2\repository\org\ceylon-lang\com.redhat.ceylon.langtools.classfile\1.3.2\com.redhat.ceylon.langtools.classfile-1.3.2.jar]
[DEBUG]   (f) compileSourceRoots = [D:\_InteliJ\CleanDishes\002 MavenPlugin\Ceylon\src\main\java]
[DEBUG]   (f) compilerId = javac
[DEBUG]   (f) debug = true
[DEBUG]   (f) failOnError = true
[DEBUG]   (f) failOnWarning = false
[DEBUG]   (f) forceJavacCompilerUse = false
[DEBUG]   (f) fork = false
[DEBUG]   (f) generatedSourcesDirectory = D:\_InteliJ\CleanDishes\002 MavenPlugin\Ceylon\target\generated-sources\annotations
[DEBUG]   (f) mojoExecution = org.apache.maven.plugins:maven-compiler-plugin:3.6.1:compile {execution: default-compile}
[DEBUG]   (f) optimize = false
[DEBUG]   (f) outputDirectory = D:\_InteliJ\CleanDishes\002 MavenPlugin\Ceylon\target\classes
[DEBUG]   (f) project = MavenProject: com.example.platestack:mvn-ceylon-plugin:0.1.0-SNAPSHOT @ D:\_InteliJ\CleanDishes\002 MavenPlugin\Ceylon\pom.xml
[DEBUG]   (f) projectArtifact = com.example.platestack:mvn-ceylon-plugin:jar:0.1.0-SNAPSHOT
[DEBUG]   (f) session = org.apache.maven.execution.MavenSession@4fbda97b
[DEBUG]   (f) showDeprecation = false
[DEBUG]   (f) showWarnings = false
[DEBUG]   (f) skipMultiThreadWarning = false
[DEBUG]   (f) source = 1.5
[DEBUG]   (f) staleMillis = 0
[DEBUG]   (f) target = 1.5
[DEBUG]   (f) useIncrementalCompilation = true
[DEBUG]   (f) verbose = false
[DEBUG] -- end configuration --
[DEBUG] Using compiler 'javac'.
[DEBUG] Adding D:\_InteliJ\CleanDishes\002 MavenPlugin\Ceylon\target\generated-sources\annotations to compile source roots:
  D:\_InteliJ\CleanDishes\002 MavenPlugin\Ceylon\src\main\java
[DEBUG] New compile source roots:
  D:\_InteliJ\CleanDishes\002 MavenPlugin\Ceylon\src\main\java
  D:\_InteliJ\CleanDishes\002 MavenPlugin\Ceylon\target\generated-sources\annotations
[DEBUG] CompilerReuseStrategy: reuseCreated
[DEBUG] useIncrementalCompilation enabled
[DEBUG] classpathElements: [D:\_InteliJ\CleanDishes\002 MavenPlugin\Ceylon\target\classes, C:\Users\José Roberto\.m2\repository\org\ceylon-lang\ceylon.language\1.3.2\ceylon.language-1.3.2.jar, C:\Users\José Roberto\.m2\repository\org\ceylon-lang\com.redhat.ceylon.common\1.3.2\com.redhat.ceylon.common-1.3.2.jar, C:\Users\José Roberto\.m2\repository\org\ceylon-lang\com.redhat.ceylon.model\1.3.2\com.redhat.ceylon.model-1.3.2.jar, C:\Users\José Roberto\.m2\repository\org\ceylon-lang\com.redhat.ceylon.langtools.classfile\1.3.2\com.redhat.ceylon.langtools.classfile-1.3.2.jar]
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- ceylon-maven-plugin:1.3.2:compile (default-compile) @ mvn-ceylon-plugin ---
[DEBUG] org.ceylon-lang:ceylon-maven-plugin:jar:1.3.2:
[DEBUG]    org.ceylon-lang:ceylon-all:jar:1.3.2:compile
[DEBUG]       org.ceylon-lang:ceylon.bootstrap:jar:1.3.2:compile
[DEBUG]       org.ceylon-lang:ceylon.language:jar:1.3.2:compile
[DEBUG]       org.ceylon-lang:ceylon.runtime:jar:1.3.2:compile
[DEBUG]          org.jboss.logmanager:jboss-logmanager:jar:2.0.3.Final:compile
[DEBUG]          org.jboss.modules:jboss-modules:jar:1.4.4.Final:compile
[DEBUG]       org.ceylon-lang:com.redhat.ceylon.cli:jar:1.3.2:compile
[DEBUG]       org.ceylon-lang:com.redhat.ceylon.common:jar:1.3.2:compile
[DEBUG]       org.ceylon-lang:com.redhat.ceylon.compiler.java:jar:1.3.2:compile
[DEBUG]          com.github.rjeschke:txtmark:jar:0.13:compile
[DEBUG]          org.antlr:antlr-runtime:jar:3.4:compile
[DEBUG]             org.antlr:stringtemplate:jar:3.2.1:compile
[DEBUG]             antlr:antlr:jar:2.7.7:compile
[DEBUG]       org.ceylon-lang:com.redhat.ceylon.compiler.js:jar:1.3.2:compile
[DEBUG]          net.minidev:json-smart:jar:1.1.1:compile
[DEBUG]       org.ceylon-lang:com.redhat.ceylon.java.main:jar:1.3.2:compile
[DEBUG]       org.ceylon-lang:com.redhat.ceylon.langtools.classfile:jar:1.3.2:compile
[DEBUG]       org.ceylon-lang:com.redhat.ceylon.model:jar:1.3.2:compile
[DEBUG]       org.ceylon-lang:com.redhat.ceylon.module-loader:jar:1.3.2:compile
[DEBUG]       org.ceylon-lang:com.redhat.ceylon.module-resolver:jar:1.3.2:compile
[DEBUG]       org.ceylon-lang:com.redhat.ceylon.module-resolver-aether:jar:1.3.2:compile
[DEBUG]          org.eclipse.aether:aether-connector-basic:jar:1.1.0:compile
[DEBUG]          org.eclipse.aether:aether-spi:jar:1.1.0:compile
[DEBUG]          org.eclipse.aether:aether-transport-file:jar:1.1.0:compile
[DEBUG]          org.eclipse.aether:aether-transport-http:jar:1.1.0:compile
[DEBUG]             org.slf4j:jcl-over-slf4j:jar:1.6.2:compile
[DEBUG]       org.ceylon-lang:com.redhat.ceylon.module-resolver-javascript:jar:1.3.2:compile
[DEBUG]       org.ceylon-lang:com.redhat.ceylon.module-resolver-webdav:jar:1.3.2:compile
[DEBUG]          com.github.lookfirst:sardine:jar:5.1:compile
[DEBUG]             commons-codec:commons-codec:jar:1.8:compile
[DEBUG]             commons-logging:commons-logging:jar:1.1.3:compile
[DEBUG]             org.slf4j:slf4j-api:jar:1.7.5:compile
[DEBUG]          org.apache.httpcomponents:httpclient:jar:4.3.2:compile
[DEBUG]          org.apache.httpcomponents:httpcore:jar:4.3.2:compile
[DEBUG]       org.ceylon-lang:com.redhat.ceylon.tool.provider:jar:1.3.2:compile
[DEBUG]       org.ceylon-lang:com.redhat.ceylon.tools:jar:1.3.2:compile
[DEBUG]       org.ceylon-lang:com.redhat.ceylon.typechecker:jar:1.3.2:compile
[DEBUG]    org.apache.maven.shared:file-management:jar:1.2:compile
[DEBUG]       org.apache.maven.shared:maven-shared-io:jar:1.1:compile
[DEBUG]          org.apache.maven:maven-artifact-manager:jar:2.0.2:compile
[DEBUG]          org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-6:compile
[DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.4.6:compile
[DEBUG]       org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9:compile
[DEBUG]          junit:junit:jar:3.8.1:compile
[DEBUG]          classworlds:classworlds:jar:1.1-alpha-2:compile
[DEBUG]    javax.inject:javax.inject:jar:1:compile
[DEBUG]    org.apache.maven:maven-core:jar:3.2.5:compile
[DEBUG]       org.apache.maven:maven-settings:jar:3.2.5:compile
[DEBUG]       org.apache.maven:maven-settings-builder:jar:3.2.5:compile
[DEBUG]       org.apache.maven:maven-repository-metadata:jar:3.2.5:compile
[DEBUG]       org.apache.maven:maven-artifact:jar:3.2.5:compile
[DEBUG]       org.apache.maven:maven-model-builder:jar:3.2.5:compile
[DEBUG]       org.apache.maven:maven-aether-provider:jar:3.2.5:compile
[DEBUG]       org.eclipse.aether:aether-impl:jar:1.0.0.v20140518:compile
[DEBUG]       org.eclipse.aether:aether-api:jar:1.0.0.v20140518:compile
[DEBUG]       org.eclipse.aether:aether-util:jar:1.0.0.v20140518:compile
[DEBUG]       org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.0.M1:compile
[DEBUG]          javax.enterprise:cdi-api:jar:1.0:compile
[DEBUG]             javax.annotation:jsr250-api:jar:1.0:compile
[DEBUG]          org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.0.M1:compile
[DEBUG]       org.sonatype.sisu:sisu-guice:jar:no_aop:3.2.3:compile
[DEBUG]          aopalliance:aopalliance:jar:1.0:compile
[DEBUG]          com.google.guava:guava:jar:16.0.1:compile
[DEBUG]       org.codehaus.plexus:plexus-interpolation:jar:1.21:compile
[DEBUG]       org.codehaus.plexus:plexus-classworlds:jar:2.5.2:compile
[DEBUG]       org.codehaus.plexus:plexus-component-annotations:jar:1.5.5: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-model:jar:3.2.5:compile
[DEBUG]    org.apache.maven:maven-plugin-api:jar:3.2.5:compile
[DEBUG] Created new class realm plugin>org.ceylon-lang:ceylon-maven-plugin:1.3.2
[DEBUG] Importing foreign packages into class realm plugin>org.ceylon-lang:ceylon-maven-plugin:1.3.2
[DEBUG]   Imported:  < project>com.example.platestack:mvn-ceylon-plugin:0.1.0-SNAPSHOT
[DEBUG] Populating class realm plugin>org.ceylon-lang:ceylon-maven-plugin:1.3.2
[DEBUG]   Included: org.ceylon-lang:ceylon-maven-plugin:jar:1.3.2
[DEBUG]   Included: org.ceylon-lang:ceylon-all:jar:1.3.2
[DEBUG]   Included: org.ceylon-lang:ceylon.bootstrap:jar:1.3.2
[DEBUG]   Included: org.ceylon-lang:ceylon.language:jar:1.3.2
[DEBUG]   Included: org.ceylon-lang:ceylon.runtime:jar:1.3.2
[DEBUG]   Included: org.jboss.logmanager:jboss-logmanager:jar:2.0.3.Final
[DEBUG]   Included: org.jboss.modules:jboss-modules:jar:1.4.4.Final
[DEBUG]   Included: org.ceylon-lang:com.redhat.ceylon.cli:jar:1.3.2
[DEBUG]   Included: org.ceylon-lang:com.redhat.ceylon.common:jar:1.3.2
[DEBUG]   Included: org.ceylon-lang:com.redhat.ceylon.compiler.java:jar:1.3.2
[DEBUG]   Included: com.github.rjeschke:txtmark:jar:0.13
[DEBUG]   Included: org.antlr:antlr-runtime:jar:3.4
[DEBUG]   Included: org.antlr:stringtemplate:jar:3.2.1
[DEBUG]   Included: antlr:antlr:jar:2.7.7
[DEBUG]   Included: org.ceylon-lang:com.redhat.ceylon.compiler.js:jar:1.3.2
[DEBUG]   Included: net.minidev:json-smart:jar:1.1.1
[DEBUG]   Included: org.ceylon-lang:com.redhat.ceylon.java.main:jar:1.3.2
[DEBUG]   Included: org.ceylon-lang:com.redhat.ceylon.langtools.classfile:jar:1.3.2
[DEBUG]   Included: org.ceylon-lang:com.redhat.ceylon.model:jar:1.3.2
[DEBUG]   Included: org.ceylon-lang:com.redhat.ceylon.module-loader:jar:1.3.2
[DEBUG]   Included: org.ceylon-lang:com.redhat.ceylon.module-resolver:jar:1.3.2
[DEBUG]   Included: org.ceylon-lang:com.redhat.ceylon.module-resolver-aether:jar:1.3.2
[DEBUG]   Included: org.eclipse.aether:aether-connector-basic:jar:1.1.0
[DEBUG]   Included: org.eclipse.aether:aether-spi:jar:1.1.0
[DEBUG]   Included: org.eclipse.aether:aether-transport-file:jar:1.1.0
[DEBUG]   Included: org.eclipse.aether:aether-transport-http:jar:1.1.0
[DEBUG]   Included: org.slf4j:jcl-over-slf4j:jar:1.6.2
[DEBUG]   Included: org.ceylon-lang:com.redhat.ceylon.module-resolver-javascript:jar:1.3.2
[DEBUG]   Included: org.ceylon-lang:com.redhat.ceylon.module-resolver-webdav:jar:1.3.2
[DEBUG]   Included: com.github.lookfirst:sardine:jar:5.1
[DEBUG]   Included: commons-codec:commons-codec:jar:1.8
[DEBUG]   Included: commons-logging:commons-logging:jar:1.1.3
[DEBUG]   Included: org.slf4j:slf4j-api:jar:1.7.5
[DEBUG]   Included: org.apache.httpcomponents:httpclient:jar:4.3.2
[DEBUG]   Included: org.apache.httpcomponents:httpcore:jar:4.3.2
[DEBUG]   Included: org.ceylon-lang:com.redhat.ceylon.tool.provider:jar:1.3.2
[DEBUG]   Included: org.ceylon-lang:com.redhat.ceylon.tools:jar:1.3.2
[DEBUG]   Included: org.ceylon-lang:com.redhat.ceylon.typechecker:jar:1.3.2
[DEBUG]   Included: org.apache.maven.shared:file-management:jar:1.2
[DEBUG]   Included: org.apache.maven.shared:maven-shared-io:jar:1.1
[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:1.4.6
[DEBUG]   Included: junit:junit:jar:3.8.1
[DEBUG]   Included: javax.inject:javax.inject:jar:1
[DEBUG]   Included: org.eclipse.aether:aether-impl:jar:1.0.0.v20140518
[DEBUG]   Included: org.eclipse.aether:aether-api:jar:1.0.0.v20140518
[DEBUG]   Included: org.eclipse.aether:aether-util:jar:1.0.0.v20140518
[DEBUG]   Included: org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.0.M1
[DEBUG]   Included: javax.enterprise:cdi-api:jar:1.0
[DEBUG]   Included: javax.annotation:jsr250-api:jar:1.0
[DEBUG]   Included: org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.0.M1
[DEBUG]   Included: org.sonatype.sisu:sisu-guice:jar:no_aop:3.2.3
[DEBUG]   Included: aopalliance:aopalliance:jar:1.0
[DEBUG]   Included: com.google.guava:guava:jar:16.0.1
[DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.21
[DEBUG]   Included: org.codehaus.plexus:plexus-component-annotations:jar:1.5.5
[DEBUG]   Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3
[DEBUG]   Included: org.sonatype.plexus:plexus-cipher:jar:1.4
[DEBUG]   Excluded: org.apache.maven:maven-artifact-manager:jar:2.0.2
[DEBUG]   Excluded: org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-6
[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-core:jar:3.2.5
[DEBUG]   Excluded: org.apache.maven:maven-settings:jar:3.2.5
[DEBUG]   Excluded: org.apache.maven:maven-settings-builder:jar:3.2.5
[DEBUG]   Excluded: org.apache.maven:maven-repository-metadata:jar:3.2.5
[DEBUG]   Excluded: org.apache.maven:maven-artifact:jar:3.2.5
[DEBUG]   Excluded: org.apache.maven:maven-model-builder:jar:3.2.5
[DEBUG]   Excluded: org.apache.maven:maven-aether-provider:jar:3.2.5
[DEBUG]   Excluded: org.codehaus.plexus:plexus-classworlds:jar:2.5.2
[DEBUG]   Excluded: org.apache.maven:maven-model:jar:3.2.5
[DEBUG]   Excluded: org.apache.maven:maven-plugin-api:jar:3.2.5
[DEBUG] Configuring mojo org.ceylon-lang:ceylon-maven-plugin:1.3.2:compile from plugin realm ClassRealm[plugin>org.ceylon-lang:ceylon-maven-plugin:1.3.2, parent: sun.misc.Launcher$AppClassLoader@6d06d69c]
jun 17, 2017 1:35:59 PM org.sonatype.guice.bean.reflect.Logs$JULSink warn
ADVERTÊNCIA: Error injecting: com.redhat.ceylon.maven.CeylonCompileMojo
com.google.inject.ProvisionException: Guice provision errors:

1) No implementation for org.eclipse.aether.RepositorySystem was bound.
  while locating com.redhat.ceylon.maven.CeylonCompileMojo

1 error
	at com.google.inject.internal.InjectorImpl$3.get(InjectorImpl.java:974)
	at com.google.inject.internal.InjectorImpl.getInstance(InjectorImpl.java:1000)
	at org.sonatype.guice.bean.reflect.AbstractDeferredClass.get(AbstractDeferredClass.java:45)
	at com.google.inject.internal.ProviderInternalFactory.provision(ProviderInternalFactory.java:84)
	at com.google.inject.internal.InternalFactoryToInitializableAdapter.provision(InternalFactoryToInitializableAdapter.java:52)
	at com.google.inject.internal.ProviderInternalFactory$1.call(ProviderInternalFactory.java:70)
	at com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision(ProvisionListenerStackCallback.java:100)
	at org.sonatype.guice.plexus.lifecycles.PlexusLifecycleManager.onProvision(PlexusLifecycleManager.java:138)
	at com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision(ProvisionListenerStackCallback.java:108)
	at com.google.inject.internal.ProvisionListenerStackCallback.provision(ProvisionListenerStackCallback.java:55)
	at com.google.inject.internal.ProviderInternalFactory.circularGet(ProviderInternalFactory.java:68)
	at com.google.inject.internal.InternalFactoryToInitializableAdapter.get(InternalFactoryToInitializableAdapter.java:45)
	at com.google.inject.internal.InjectorImpl$3$1.call(InjectorImpl.java:965)
	at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1011)
	at com.google.inject.internal.InjectorImpl$3.get(InjectorImpl.java:961)
	at com.google.inject.Scopes$1$1.get(Scopes.java:59)
	at org.sonatype.guice.bean.locators.LazyBeanEntry.getValue(LazyBeanEntry.java:83)
	at org.sonatype.guice.plexus.locators.LazyPlexusBean.getValue(LazyPlexusBean.java:49)
	at org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:253)
	at org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:245)
	at org.apache.maven.plugin.internal.DefaultMavenPluginManager.getConfiguredMojo(DefaultMavenPluginManager.java:455)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:92)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	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:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
	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:497)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
	at org.codehaus.classworlds.Launcher.main(Launcher.java:47)
	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:497)
	at com.intellij.rt.execution.application.AppMain.main(AppMain.java:147)

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.361s
[INFO] Finished at: Sat Jun 17 13:35:59 BRT 2017
[INFO] Final Memory: 12M/232M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.ceylon-lang:ceylon-maven-plugin:1.3.2:compile (default-compile) on project mvn-ceylon-plugin: Execution default-compile of goal org.ceylon-lang:ceylon-maven-plugin:1.3.2:compile failed: Unable to load the mojo 'compile' (or one of its required components) from the plugin 'org.ceylon-lang:ceylon-maven-plugin:1.3.2': com.google.inject.ProvisionException: Guice provision errors:
[ERROR] 
[ERROR] 1) No implementation for org.eclipse.aether.RepositorySystem was bound.
[ERROR] while locating com.redhat.ceylon.maven.CeylonCompileMojo
[ERROR] at ClassRealm[plugin>org.ceylon-lang:ceylon-maven-plugin:1.3.2, parent: sun.misc.Launcher$AppClassLoader@6d06d69c]
[ERROR] while locating org.apache.maven.plugin.Mojo annotated with @com.google.inject.name.Named(value=org.ceylon-lang:ceylon-maven-plugin:1.3.2:compile)
[ERROR] 
[ERROR] 1 error
[ERROR] role: org.apache.maven.plugin.Mojo
[ERROR] roleHint: org.ceylon-lang:ceylon-maven-plugin:1.3.2:compile
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.ceylon-lang:ceylon-maven-plugin:1.3.2:compile (default-compile) on project mvn-ceylon-plugin: Execution default-compile of goal org.ceylon-lang:ceylon-maven-plugin:1.3.2:compile failed: Unable to load the mojo 'compile' (or one of its required components) from the plugin 'org.ceylon-lang:ceylon-maven-plugin:1.3.2'
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225)
	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:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
	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:497)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
	at org.codehaus.classworlds.Launcher.main(Launcher.java:47)
	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:497)
	at com.intellij.rt.execution.application.AppMain.main(AppMain.java:147)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution default-compile of goal org.ceylon-lang:ceylon-maven-plugin:1.3.2:compile failed: Unable to load the mojo 'compile' (or one of its required components) from the plugin 'org.ceylon-lang:ceylon-maven-plugin:1.3.2'
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:115)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 25 more
Caused by: org.apache.maven.plugin.PluginContainerException: Unable to load the mojo 'compile' (or one of its required components) from the plugin 'org.ceylon-lang:ceylon-maven-plugin:1.3.2'
	at org.apache.maven.plugin.internal.DefaultMavenPluginManager.getConfiguredMojo(DefaultMavenPluginManager.java:488)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:92)
	... 26 more
Caused by: org.codehaus.plexus.component.repository.exception.ComponentLookupException: com.google.inject.ProvisionException: Guice provision errors:

1) No implementation for org.eclipse.aether.RepositorySystem was bound.
  while locating com.redhat.ceylon.maven.CeylonCompileMojo
  at ClassRealm[plugin>org.ceylon-lang:ceylon-maven-plugin:1.3.2, parent: sun.misc.Launcher$AppClassLoader@6d06d69c]
  while locating org.apache.maven.plugin.Mojo annotated with @com.google.inject.name.Named(value=org.ceylon-lang:ceylon-maven-plugin:1.3.2:compile)

1 error
      role: org.apache.maven.plugin.Mojo
  roleHint: org.ceylon-lang:ceylon-maven-plugin:1.3.2:compile
	at org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:257)
	at org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:245)
	at org.apache.maven.plugin.internal.DefaultMavenPluginManager.getConfiguredMojo(DefaultMavenPluginManager.java:455)
	... 27 more
Caused by: com.google.inject.ProvisionException: Guice provision errors:

1) No implementation for org.eclipse.aether.RepositorySystem was bound.
  while locating com.redhat.ceylon.maven.CeylonCompileMojo
  at ClassRealm[plugin>org.ceylon-lang:ceylon-maven-plugin:1.3.2, parent: sun.misc.Launcher$AppClassLoader@6d06d69c]
  while locating org.apache.maven.plugin.Mojo annotated with @com.google.inject.name.Named(value=org.ceylon-lang:ceylon-maven-plugin:1.3.2:compile)

1 error
	at com.google.inject.internal.InjectorImpl$3.get(InjectorImpl.java:974)
	at com.google.inject.Scopes$1$1.get(Scopes.java:59)
	at org.sonatype.guice.bean.locators.LazyBeanEntry.getValue(LazyBeanEntry.java:83)
	at org.sonatype.guice.plexus.locators.LazyPlexusBean.getValue(LazyPlexusBean.java:49)
	at org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:253)
	... 29 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/PluginContainerException

Process finished with exit code 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants