Return-Path: X-Original-To: apmail-maven-issues-archive@minotaur.apache.org Delivered-To: apmail-maven-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3F22618997 for ; Tue, 5 Jan 2016 11:29:40 +0000 (UTC) Received: (qmail 98702 invoked by uid 500); 5 Jan 2016 11:29:40 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 98606 invoked by uid 500); 5 Jan 2016 11:29:40 -0000 Mailing-List: contact issues-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list issues@maven.apache.org Received: (qmail 98509 invoked by uid 99); 5 Jan 2016 11:29:39 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Jan 2016 11:29:39 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id C39AA2C14F4 for ; Tue, 5 Jan 2016 11:29:39 +0000 (UTC) Date: Tue, 5 Jan 2016 11:29:39 +0000 (UTC) From: "Meytal Genah (JIRA)" To: issues@maven.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (MNG-5958) java.lang.String cannot be cast to org.apache.maven.lifecycle.mapping.LifecyclePhase MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Meytal Genah created MNG-5958: --------------------------------- Summary: java.lang.String cannot be cast to org.apache.maven.l= ifecycle.mapping.LifecyclePhase Key: MNG-5958 URL: https://issues.apache.org/jira/browse/MNG-5958 Project: Maven Issue Type: Bug Components: Plugins and Lifecycle Affects Versions: 3.3.9 Environment: win 8.1 Reporter: Meytal Genah Priority: Minor Our app uses flex mojo. We upgraded from Maven 3.3.3 to Maven 3.3.9 and when building we get: [ERROR] Internal error: java.lang.ClassCastException: java.lang.String cann= ot be cast to org.apache.maven.lifecycle.mapping.LifecyclePhase -> [Help 1] org.apache.maven.InternalErrorException: Internal error: java.lang.ClassCas= tException: java.lang.String cannot be cast to org.apache.maven.lifecycle.m= apping.LifecyclePhas e at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:121) at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863) at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288) at org.apache.maven.cli.MavenCli.main(MavenCli.java:199) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessor= Impl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethod= AccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced= (Launcher.java:289) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launche= r.java:229) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCo= de(Launcher.java:415) at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.= java:356) Caused by: java.lang.ClassCastException: java.lang.String cannot be cast to= org.apache.maven.lifecycle.mapping.LifecyclePhase at org.apache.maven.lifecycle.internal.DefaultLifecyclePluginAnalyz= er.getPluginsBoundByDefaultToAllLifecycles(DefaultLifecyclePluginAnalyzer.j= ava:119) at org.apache.maven.model.plugin.DefaultLifecycleBindingsInjector.i= njectLifecycleBindings(DefaultLifecycleBindingsInjector.java:64) at org.apache.maven.model.building.DefaultModelBuilder.build(Defaul= tModelBuilder.java:451) at org.apache.maven.model.building.DefaultModelBuilder.build(Defaul= tModelBuilder.java:421) at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProj= ectBuilder.java:620) at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProj= ectBuilder.java:626) at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProj= ectBuilder.java:626) at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProj= ectBuilder.java:626) at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProj= ectBuilder.java:626) at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProj= ectBuilder.java:411) at org.apache.maven.graph.DefaultGraphBuilder.collectProjects(Defau= ltGraphBuilder.java:419) at org.apache.maven.graph.DefaultGraphBuilder.getProjectsForMavenRe= actor(DefaultGraphBuilder.java:410) at org.apache.maven.graph.DefaultGraphBuilder.build(DefaultGraphBui= lder.java:83) at org.apache.maven.DefaultMaven.buildGraph(DefaultMaven.java:491) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:219) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106) ... 11 more I didn=E2=80=99t see anyone encountering the same problem. Maybe it is rela= ted to the fix of https://issues.apache.org/jira/browse/MNG-5805. Also, according to the stack trace, the invalid casting is in this line: LifecyclePhase goals =3D goalsForLifecyclePhase.getValu= e(); this is the content of the pom.xml: 4.0.0 com.myapp.plugin =09=09GUI =09=09trunk myapp-war =091.0 war =09Plugin GUI WAR myapp-ui =09=09=09 =09=09org.apache.maven.plugins =09=09maven-compiler-plugin =09=09 =09=09 =09=09=091.7 =09=09=091.7 =09=09 =09=09 =20 org.apache.maven.plugins maven-antrun-plugin 1.7 create-empty-directory default:process-classes run =20 org.apache.maven.plugins maven-war-plugin 2.2 target/classes/META-INF/MANIFEST.MF WEB-INF/lib/*.jar org.apache.felix maven-bundle-plugin 2.3.7 bundle-manifest default:process-classes manifest war ${web-contextPath} true com.vmware.vise.messaging.remoting,= com.vmware.vise.messaging.endpoints,,javax.servlet,javax.servlet.http,flex.= management,flex.messaging,flex.messaging.client,flex.messaging.config,flex.= messaging.endpoints,flex.messaging.io,flex.messaging.io.amf,flex.messaging.= io.amf.translator,flex.messaging.messages,flex.messaging.services,flex.mess= aging.services.remoting.adapters,net.sf.cglib.core,net.sf.cglib.proxy,net.s= f.cglib.reflect,org.osgi.framework,org.aopalliance.aop,org.springframework.= aop,org.springframework.aop.framework,org.springframework.beans.factory.con= fig,org.springframework.flex.config,org.springframework.flex.config.json,or= g.springframework.flex.config.xml,org.springframework.flex.core,org.springf= ramework.flex.messaging,org.springframework.flex.remoting,org.springframewo= rk.flex.servlet,org.springframework.web.context,org.eclipse.virgo.web.dm,or= g.springframework.web.servlet,org.springframework.web.servlet.handler org.apache.maven.plugins maven-dependency-plugin =09=09=09=09=09=09copy-dependencies prepare-package copy-dependencies true swf ${project.build.directory}/mya= pp-ui org.mortbay.jetty maven-jetty-plugin 6.1.17 =09 =09=09 =09=09 =09=09=09org.eclipse.m2e =09=09=09lifecycle-mapping =09=09=091.0.0 =09=09=09 =09=09=09=09 =09=09=09=09=09 =09=09=09=09=09=09 =09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09=09org.apache.felix =09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09=09maven-bundle-plugin =09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09=09[2.3.7,) =09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09=09manifest =09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09 =09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09false =09=09=09=09=09=09=09 =09=09=09=09=09=09=09 =09=09=09=09=09=09 =09=09=09=09=09=09 =09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09=09org.apache.maven.plugins =09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09=09maven-antrun-plugin =09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09=09[1.7,) =09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09=09run =09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09 =09=09=09=09=09=09=09 =09=09=09=09=09=09=09 =09 =09=09=09=09=09=09=09false =09=09=09=09=09=09=09 =09=09=09=09=09=09=09 =09=09=09=09=09=09 =09=09=09=09=09=09 =09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09=09org.sonatype.flexmojos =09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09=09flexmojos-maven-plugin =09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09=09[4.0-RC2,) =09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09=09=09copy-flex-resources =09=09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09 =09=09=09=09=09=09=09 =09=09=09=09=09=09=09 =09 =09=09=09=09=09=09=09false =09=09=09=09=09=09=09 =09=09=09=09=09=09=09 =09=09=09=09=09=09 =09=09=09=09=09 =09=09=09=09 =09=09=09 =09=09 =09 =09 =09=09 com.myapp.plugin myapp-ui 1.0 swf =09=09 com.myapp.plugin myapp-ui 1.0 swf =09=09=09en_US This is the full debug log: Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T18= :41:47+02:00) Maven home: C:\Program Files\Apache\apache-maven-3.3.9 Java version: 1.8.0_51, vendor: Oracle Corporation Java home: C:\SDK\Java\jdk1.8.0_51\jre Default locale: en_US, platform encoding: Cp1252 OS name: "windows 8.1", version: "6.3", arch: "amd64", family: "dos" [DEBUG] Created new class realm maven.api [DEBUG] Importing foreign packages into class realm maven.api [DEBUG] Imported: javax.enterprise.inject.* < plexus.core [DEBUG] Imported: javax.enterprise.util.* < plexus.core [DEBUG] Imported: javax.inject.* < plexus.core [DEBUG] Imported: org.apache.maven.* < plexus.core [DEBUG] Imported: org.apache.maven.artifact < plexus.core [DEBUG] Imported: org.apache.maven.classrealm < plexus.core [DEBUG] Imported: org.apache.maven.cli < plexus.core [DEBUG] Imported: org.apache.maven.configuration < plexus.core [DEBUG] Imported: org.apache.maven.exception < plexus.core [DEBUG] Imported: org.apache.maven.execution < plexus.core [DEBUG] Imported: org.apache.maven.execution.scope < plexus.core [DEBUG] Imported: org.apache.maven.lifecycle < plexus.core [DEBUG] Imported: org.apache.maven.model < plexus.core [DEBUG] Imported: org.apache.maven.monitor < plexus.core [DEBUG] Imported: org.apache.maven.plugin < plexus.core [DEBUG] Imported: org.apache.maven.profiles < plexus.core [DEBUG] Imported: org.apache.maven.project < plexus.core [DEBUG] Imported: org.apache.maven.reporting < plexus.core [DEBUG] Imported: org.apache.maven.repository < plexus.core [DEBUG] Imported: org.apache.maven.rtinfo < plexus.core [DEBUG] Imported: org.apache.maven.settings < plexus.core [DEBUG] Imported: org.apache.maven.toolchain < plexus.core [DEBUG] Imported: org.apache.maven.usability < plexus.core [DEBUG] Imported: org.apache.maven.wagon.* < plexus.core [DEBUG] Imported: org.apache.maven.wagon.authentication < 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.observers < plexus.core [DEBUG] Imported: org.apache.maven.wagon.proxy < plexus.core [DEBUG] Imported: org.apache.maven.wagon.repository < plexus.core [DEBUG] Imported: org.apache.maven.wagon.resource < plexus.core [DEBUG] Imported: org.codehaus.classworlds < plexus.core [DEBUG] Imported: org.codehaus.plexus.* < plexus.core [DEBUG] Imported: org.codehaus.plexus.classworlds < plexus.core [DEBUG] Imported: org.codehaus.plexus.component < plexus.core [DEBUG] Imported: org.codehaus.plexus.configuration < plexus.core [DEBUG] Imported: org.codehaus.plexus.container < plexus.core [DEBUG] Imported: org.codehaus.plexus.context < plexus.core [DEBUG] Imported: org.codehaus.plexus.lifecycle < plexus.core [DEBUG] Imported: org.codehaus.plexus.logging < plexus.core [DEBUG] Imported: org.codehaus.plexus.personality < plexus.core [DEBUG] Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexu= s.core [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserExceptio= n < plexus.core [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexu= s.core [DEBUG] Imported: org.eclipse.aether.* < plexus.core [DEBUG] Imported: org.eclipse.aether.artifact < plexus.core [DEBUG] Imported: org.eclipse.aether.collection < plexus.core [DEBUG] Imported: org.eclipse.aether.deployment < plexus.core [DEBUG] Imported: org.eclipse.aether.graph < plexus.core [DEBUG] Imported: org.eclipse.aether.impl < plexus.core [DEBUG] Imported: org.eclipse.aether.installation < plexus.core [DEBUG] Imported: org.eclipse.aether.internal.impl < plexus.core [DEBUG] Imported: org.eclipse.aether.metadata < plexus.core [DEBUG] Imported: org.eclipse.aether.repository < plexus.core [DEBUG] Imported: org.eclipse.aether.resolution < plexus.core [DEBUG] Imported: org.eclipse.aether.spi < plexus.core [DEBUG] Imported: org.eclipse.aether.transfer < plexus.core [DEBUG] Imported: org.eclipse.aether.version < plexus.core [DEBUG] Imported: org.slf4j.* < plexus.core [DEBUG] Imported: org.slf4j.helpers.* < plexus.core [DEBUG] Imported: org.slf4j.spi.* < plexus.core [DEBUG] Populating class realm maven.api [INFO] Error stacktraces are turned on. [DEBUG] Reading global settings from C:\Program Files\Apache\apache-maven-3= .3.9\conf\settings.xml [DEBUG] Reading user settings from C:\Users\meytal\.m2\settings.xml [DEBUG] Reading global toolchains from C:\Program Files\Apache\apache-maven= -3.3.9\conf\toolchains.xml [DEBUG] Reading user toolchains from C:\Users\meytal\.m2\toolchains.xml [DEBUG] Using local repository at C:\Users\meytal\.m2\repository [DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for= C:\Users\meytal\.m2\repository [INFO] Scanning for projects... [DEBUG] Extension realms for project com.myapp:myapp:pom:trunk: (none) [DEBUG] Looking up lifecyle mappings for packaging pom from ClassRealm[plex= us.core, parent: null] [DEBUG] Extension realms for project com.myapp:transportLib:jar:trunk: (non= e) [DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plex= us.core, parent: null] [DEBUG] Extension realms for project com.myapp:storageGrid:jar:trunk: (none= ) [DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plex= us.core, parent: null] [DEBUG] Extension realms for project com.myapp:storageGridLib:jar:trunk: (n= one) [DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plex= us.core, parent: null] [DEBUG] Extension realms for project com.myapp:myapp-plugin:pom:trunk: (non= e) [DEBUG] Looking up lifecyle mappings for packaging pom from ClassRealm[plex= us.core, parent: null] [DEBUG] Extension realms for project com.myapp:plugin-client:pom:trunk: (no= ne) [DEBUG] Looking up lifecyle mappings for packaging pom from ClassRealm[plex= us.core, parent: null] [DEBUG] Extension realms for project com.myapp:myapp-plugin-service:jar:tru= nk: (none) [DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plex= us.core, parent: null] [DEBUG] Extension realms for project com.myapp.plugin:GUI:pom:trunk: (none) [DEBUG] Looking up lifecyle mappings for packaging pom from ClassRealm[plex= us.core, parent: null] [DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=3D2, Confl= ictMarker.markTime=3D1, ConflictMarker.nodeCount=3D396, ConflictIdSorter.gr= aphTime=3D1, ConflictIdSorter.topsortTime=3D1, ConflictIdSorter.conflictIdC= ount=3D173, ConflictIdSorter.conflictIdCycleCount=3D0, ConflictResolver.tot= alTime=3D28, ConflictResolver.conflictItemCount=3D316, DefaultDependencyCol= lector.collectTime=3D703, DefaultDependencyCollector.transformTime=3D36} [DEBUG] org.sonatype.flexmojos:flexmojos-maven-plugin:jar:4.0-RC2: [DEBUG] org.sonatype.flexmojos:flexmojos-threadlocaltoolkit-wrapper:jar:= 4.0-RC2:compile [DEBUG] org.apache.maven:maven-plugin-api:jar:3.0.3:compile [DEBUG] org.apache.maven:maven-model:jar:3.0.3:compile [DEBUG] org.apache.maven:maven-artifact:jar:3.0.3:compile [DEBUG] org.sonatype.sisu:sisu-inject-plexus:jar:2.1.1:compile [DEBUG] org.sonatype.sisu:sisu-inject-bean:jar:2.1.1:compile [DEBUG] org.sonatype.sisu:sisu-guice:jar:no_aop:2.9.4:compile [DEBUG] org.apache.maven:maven-core:jar:3.0.3:compile [DEBUG] org.apache.maven:maven-settings:jar:3.0.3:compile [DEBUG] org.apache.maven:maven-settings-builder:jar:3.0.3:compile [DEBUG] org.apache.maven:maven-repository-metadata:jar:3.0.3:compile [DEBUG] org.apache.maven:maven-model-builder:jar:3.0.3:compile [DEBUG] org.apache.maven:maven-aether-provider:jar:3.0.3:compile [DEBUG] org.sonatype.aether:aether-spi:jar:1.11:compile [DEBUG] org.sonatype.aether:aether-impl:jar:1.11:compile [DEBUG] org.sonatype.aether:aether-api:jar:1.11:compile [DEBUG] org.sonatype.aether:aether-util:jar:1.11:compile [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.14:compile [DEBUG] org.codehaus.plexus:plexus-utils:jar:2.0.6:compile [DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.4:compile [DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:co= mpile [DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile [DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.4:compile [DEBUG] org.sonatype.flexmojos:flexmojos-flex-compiler:jar:4.0-RC2:compi= le [DEBUG] org.sonatype.flexmojos:flexmojos-generator-internal-compiler-= iface:jar:4.0-RC2:compile [DEBUG] org.apache.ws.jaxme:jaxmejs:jar:0.5.2:compile [DEBUG] org.sonatype.sisu.inject:guice-plexus-shim:jar:2.1.1:compile [DEBUG] javax.inject:javax.inject:jar:1:compile [DEBUG] org.sonatype.sisu:sisu-guice:jar:2.9.4:compile [DEBUG] aopalliance:aopalliance:jar:1.0:compile [DEBUG] org.sonatype.sisu.inject:guice-bean-reflect:jar:2.1.1:comp= ile [DEBUG] org.sonatype.sisu.inject:guice-bean-inject:jar:2.1.1:compi= le [DEBUG] org.sonatype.sisu.inject:guice-bean-locators:jar:2.1.1:com= pile [DEBUG] org.sonatype.sisu.inject:guice-bean-binders:jar:2.1.1:comp= ile [DEBUG] org.sonatype.sisu.inject:guice-bean-scanners:jar:2.1.1:= compile [DEBUG] org.sonatype.sisu.inject:guice-bean-converters:jar:2.1.= 1:compile [DEBUG] org.sonatype.sisu.inject:guice-plexus-metadata:jar:2.1.1:c= ompile [DEBUG] org.sonatype.sisu.inject:guice-plexus-converters:jar:2.1.1= :compile [DEBUG] org.sonatype.sisu.inject:guice-plexus-locators:jar:2.1.1:c= ompile [DEBUG] org.sonatype.sisu.inject:guice-plexus-binders:jar:2.1.1:co= mpile [DEBUG] org.sonatype.sisu.inject:guice-plexus-scanners:jar:2.1.= 1:compile [DEBUG] com.adobe.flex.compiler:mxmlc:jar:4.5.1.21328:compile [DEBUG] com.adobe.flex.compiler:digest:jar:4.5.1.21328:compile [DEBUG] com.adobe.flex.compiler:optimizer:jar:4.5.1.21328:compile [DEBUG] com.adobe.flex.compiler:asdoc:jar:4.5.1.21328:compile [DEBUG] com.adobe.flex.compiler:swcdepends:jar:4.5.1.21328:compile [DEBUG] org.hamcrest:hamcrest-library:jar:1.1:compile [DEBUG] org.sonatype.flexmojos:flexmojos-configurator:jar:4.0-RC2:compil= e [DEBUG] org.sonatype.flexmojos:flexmojos-generator-api:jar:4.0-RC2:compi= le [DEBUG] org.sonatype.flexmojos:flexmojos-generator-graniteds-2.2.0:jar:4= .0-RC2:compile [DEBUG] org.graniteds:granite-generator:jar:2.2.0.RC2:compile [DEBUG] org.graniteds:granite-generator-share:jar:2.2.0.RC2:compile [DEBUG] org.codehaus.groovy:groovy-all:jar:1.6.2:compile [DEBUG] org.apache.ant:ant:jar:1.7.1:compile [DEBUG] org.apache.ant:ant-launcher:jar:1.7.1:compile [DEBUG] jline:jline:jar:0.9.94:compile [DEBUG] javax.persistence:persistence-api:jar:1.0:compile [DEBUG] antlr:antlr:jar:2.7.7:compile [DEBUG] javax.jdo:jdo2-api:jar:2.3-ea:compile [DEBUG] javax.transaction:jta:jar:1.1:compile [DEBUG] org.sonatype.flexmojos:flexmojos-generator-constraints:jar:4.0-R= C2:compile [DEBUG] org.sonatype.flexmojos:flexmojos-coverage-reporter:jar:4.0-RC2:c= ompile [DEBUG] net.sourceforge.cobertura:cobertura:jar:1.9.4:compile [DEBUG] oro:oro:jar:2.0.8:compile [DEBUG] asm:asm:jar:3.0:compile [DEBUG] asm:asm-tree:jar:3.0:compile [DEBUG] log4j:log4j:jar:1.2.9:compile [DEBUG] emma:emma:jar:2.0.5312:compile [DEBUG] org.sonatype.flexmojos:flexmojos-generator-mojo:jar:4.0-RC2:comp= ile [DEBUG] org.sonatype.flexmojos:flexmojos-util:jar:4.0-RC2:compile [DEBUG] dom4j:dom4j:jar:1.6.1:compile [DEBUG] xml-apis:xml-apis:jar:1.0.b2:compile [DEBUG] jaxen:jaxen:jar:1.1:compile [DEBUG] jdom:jdom:jar:1.0:compile [DEBUG] xerces:xercesImpl:jar:2.6.2:compile [DEBUG] xom:xom:jar:1.0:compile [DEBUG] xerces:xmlParserAPIs:jar:2.6.2:compile [DEBUG] xalan:xalan:jar:2.6.0:compile [DEBUG] com.ibm.icu:icu4j:jar:2.6.1:compile [DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:3.0:compile [DEBUG] org.apache.maven.doxia:doxia-sink-api:jar:1.0:compile [DEBUG] commons-lang:commons-lang:jar:2.4:compile [DEBUG] commons-io:commons-io:jar:1.4:compile [DEBUG] commons-httpclient:commons-httpclient:jar:3.1:compile [DEBUG] commons-logging:commons-logging:jar:1.0.4:compile [DEBUG] commons-codec:commons-codec:jar:1.3:compile [DEBUG] org.apache.maven.plugins:maven-source-plugin:jar:2.1.1:compile [DEBUG] org.apache.maven:maven-archiver:jar:2.4:compile [DEBUG] com.uwyn:jhighlight:jar:1.0:compile [DEBUG] javax.servlet:servlet-api:jar:2.3:compile [DEBUG] org.aspectj:aspectjrt:jar:1.6.10:compile [DEBUG] eu.cedarsoft.utils:zip:jar:1.1:compile [DEBUG] eu.cedarsoft:guice-annotations:jar:1.0:compile [DEBUG] com.intellij:annotations:jar:6.0.3:compile [DEBUG] org.sonatype.flexmojos:flexmojos-tester:jar:4.0-RC2:compile [DEBUG] net.sf.saxon:saxon-dom:jar:9.0:compile [DEBUG] com.googlecode.lambdaj:lambdaj:jar:2.1:compile [DEBUG] org.objenesis:objenesis:jar:1.2:compile [DEBUG] cglib:cglib-nodep:jar:2.2:compile [DEBUG] org.mockito:mockito-core:jar:1.8.5:compile [DEBUG] org.hamcrest:hamcrest-core:jar:1.1:compile [DEBUG] org.codehaus.plexus:plexus-archiver:jar:1.2:compile [DEBUG] org.codehaus.plexus:plexus-io:jar:1.0.1:compile [DEBUG] com.googlecode.apparat:apparat-core:jar:1.0-RC9:compile [DEBUG] com.googlecode.apparat:apparat-matryoshka-quiet:pom:1.0-RC9:c= ompile [DEBUG] com.googlecode.apparat:apparat-lzma-decoder:swc:1.0-RC9:co= mpile [DEBUG] com.adobe.flex.framework:playerglobal:swc:10.0:4.1.0.16076= :compile [DEBUG] com.adobe.flex.framework:flex:swc:4.1.0.16076:compile [DEBUG] com.googlecode.apparat:apparat-matryoshka-preloader:pom:1.0-R= C9:compile [DEBUG] com.googlecode.apparat:apparat-log:jar:1.0-RC9:compile [DEBUG] com.googlecode.apparat:apparat-lzma-encoder:jar:1.0-RC9:compi= le [DEBUG] org.scala-lang:scala-library:jar:2.8.1:compile [DEBUG] com.googlecode.apparat:apparat-maven-plugin:jar:1.0-RC9:compile [DEBUG] com.adobe.flex:compiler:pom:4.5.1.21328:compile [DEBUG] com.adobe.flex.compiler:adt:jar:4.5.1.21328:compile [DEBUG] com.adobe.flex.compiler:afe:jar:4.5.1.21328:compile [DEBUG] com.adobe.flex.compiler:aglj40:jar:4.5.1.21328:compile [DEBUG] com.adobe.flex.compiler:asc:jar:4.5.1.21328:compile [DEBUG] com.adobe.flex.compiler:baksmali:jar:4.5.1.21328:compile [DEBUG] com.adobe.flex.compiler:batik-all-flex:jar:4.5.1.21328:compil= e [DEBUG] com.adobe.flex.compiler:batik_de:jar:4.5.1.21328:compile [DEBUG] com.adobe.flex.compiler:batik_fr:jar:4.5.1.21328:compile [DEBUG] com.adobe.flex.compiler:batik_ja:jar:4.5.1.21328:compile [DEBUG] com.adobe.flex.compiler:batik_ko:jar:4.5.1.21328:compile [DEBUG] com.adobe.flex.compiler:batik_ru:jar:4.5.1.21328:compile [DEBUG] com.adobe.flex.compiler:batik_zh_CN:jar:4.5.1.21328:compile [DEBUG] com.adobe.flex.compiler:commons-collections:jar:4.5.1.21328:c= ompile [DEBUG] com.adobe.flex.compiler:commons-discovery:jar:4.5.1.21328:com= pile [DEBUG] com.adobe.flex.compiler:commons-logging:jar:4.5.1.21328:compi= le [DEBUG] com.adobe.flex.compiler:compc:jar:4.5.1.21328:compile [DEBUG] com.adobe.flex.compiler:copylocale:jar:4.5.1.21328:compile [DEBUG] com.adobe.flex.compiler:fcsh:jar:4.5.1.21328:compile [DEBUG] com.adobe.flex.compiler:fdb:jar:4.5.1.21328:compile [DEBUG] com.adobe.flex.compiler:flex-compiler-oem:jar:4.5.1.21328:com= pile [DEBUG] com.adobe.flex.compiler:flex-fontkit:jar:4.5.1.21328:compile [DEBUG] com.adobe.flex.compiler:flex-messaging-common:jar:4.5.1.21328= :compile [DEBUG] com.adobe.flex.compiler:fxgutils:jar:4.5.1.21328:compile [DEBUG] com.adobe.flex.compiler:license:jar:4.5.1.21328:compile [DEBUG] com.adobe.flex.compiler:mxmlc_da:jar:4.5.1.21328:compile [DEBUG] com.adobe.flex.compiler:mxmlc_de:jar:4.5.1.21328:compile [DEBUG] com.adobe.flex.compiler:mxmlc_es:jar:4.5.1.21328:compile [DEBUG] com.adobe.flex.compiler:mxmlc_fi:jar:4.5.1.21328:compile [DEBUG] com.adobe.flex.compiler:mxmlc_fr:jar:4.5.1.21328:compile [DEBUG] com.adobe.flex.compiler:mxmlc_it:jar:4.5.1.21328:compile [DEBUG] com.adobe.flex.compiler:mxmlc_ja:jar:4.5.1.21328:compile [DEBUG] com.adobe.flex.compiler:mxmlc_ko:jar:4.5.1.21328:compile [DEBUG] com.adobe.flex.compiler:mxmlc_nb:jar:4.5.1.21328:compile [DEBUG] com.adobe.flex.compiler:mxmlc_nl:jar:4.5.1.21328:compile [DEBUG] com.adobe.flex.compiler:mxmlc_pt:jar:4.5.1.21328:compile [DEBUG] com.adobe.flex.compiler:mxmlc_ru:jar:4.5.1.21328:compile [DEBUG] com.adobe.flex.compiler:mxmlc_sv:jar:4.5.1.21328:compile [DEBUG] com.adobe.flex.compiler:mxmlc_zh_CN:jar:4.5.1.21328:compile [DEBUG] com.adobe.flex.compiler:mxmlc_zh_TW:jar:4.5.1.21328:compile [DEBUG] com.adobe.flex.compiler:rideau:jar:4.5.1.21328:compile [DEBUG] com.adobe.flex.compiler:saxon9:jar:4.5.1.21328:compile [DEBUG] com.adobe.flex.compiler:smali:jar:4.5.1.21328:compile [DEBUG] com.adobe.flex.compiler:swfdump:jar:4.5.1.21328:compile [DEBUG] com.adobe.flex.compiler:swfutils:jar:4.5.1.21328:compile [DEBUG] com.adobe.flex.compiler:velocity-dep-1.4-flex:jar:4.5.1.21328= :compile [DEBUG] com.adobe.flex.compiler:xalan:jar:4.5.1.21328:compile [DEBUG] com.adobe.flex.compiler:xercesImpl:jar:4.5.1.21328:compile [DEBUG] com.adobe.flex.compiler:xercesImpl_de:jar:4.5.1.21328:compile [DEBUG] com.adobe.flex.compiler:xercesImpl_fr:jar:4.5.1.21328:compile [DEBUG] com.adobe.flex.compiler:xercesImpl_ja:jar:4.5.1.21328:compile [DEBUG] com.adobe.flex.compiler:xercesImpl_ko:jar:4.5.1.21328:compile [DEBUG] com.adobe.flex.compiler:xercesImpl_ru:jar:4.5.1.21328:compile [DEBUG] com.adobe.flex.compiler:xercesImpl_zh_CN:jar:4.5.1.21328:comp= ile [DEBUG] com.adobe.flex.compiler:xercesPatch:jar:4.5.1.21328:compile [DEBUG] com.adobe.flex.compiler:xmlParserAPIs:jar:4.5.1.21328:compile [DEBUG] Created new class realm extension>org.sonatype.flexmojos:flexmojos-= maven-plugin:4.0-RC2 [DEBUG] Importing foreign packages into class realm extension>org.sonatype.= flexmojos:flexmojos-maven-plugin:4.0-RC2 [DEBUG] Imported: < maven.api [DEBUG] Populating class realm extension>org.sonatype.flexmojos:flexmojos-m= aven-plugin:4.0-RC2 [DEBUG] Included: org.sonatype.flexmojos:flexmojos-maven-plugin:jar:4.0-R= C2 [DEBUG] Included: org.sonatype.flexmojos:flexmojos-threadlocaltoolkit-wra= pper:jar:4.0-RC2 [DEBUG] Included: org.sonatype.sisu:sisu-inject-bean:jar:2.1.1 [DEBUG] Included: org.sonatype.sisu:sisu-guice:jar:no_aop:2.9.4 [DEBUG] Included: org.sonatype.aether:aether-util:jar:1.11 [DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.14 [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:2.0.6 [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] Included: org.sonatype.flexmojos:flexmojos-flex-compiler:jar:4.0-= RC2 [DEBUG] Included: org.sonatype.flexmojos:flexmojos-generator-internal-com= piler-iface:jar:4.0-RC2 [DEBUG] Included: org.apache.ws.jaxme:jaxmejs:jar:0.5.2 [DEBUG] Included: org.sonatype.sisu.inject:guice-plexus-shim:jar:2.1.1 [DEBUG] Included: org.sonatype.sisu:sisu-guice:jar:2.9.4 [DEBUG] Included: aopalliance:aopalliance:jar:1.0 [DEBUG] Included: org.sonatype.sisu.inject:guice-bean-reflect:jar:2.1.1 [DEBUG] Included: org.sonatype.sisu.inject:guice-bean-inject:jar:2.1.1 [DEBUG] Included: org.sonatype.sisu.inject:guice-bean-locators:jar:2.1.1 [DEBUG] Included: org.sonatype.sisu.inject:guice-bean-binders:jar:2.1.1 [DEBUG] Included: org.sonatype.sisu.inject:guice-bean-scanners:jar:2.1.1 [DEBUG] Included: org.sonatype.sisu.inject:guice-bean-converters:jar:2.1.= 1 [DEBUG] Included: org.sonatype.sisu.inject:guice-plexus-metadata:jar:2.1.= 1 [DEBUG] Included: org.sonatype.sisu.inject:guice-plexus-converters:jar:2.= 1.1 [DEBUG] Included: org.sonatype.sisu.inject:guice-plexus-locators:jar:2.1.= 1 [DEBUG] Included: org.sonatype.sisu.inject:guice-plexus-binders:jar:2.1.1 [DEBUG] Included: org.sonatype.sisu.inject:guice-plexus-scanners:jar:2.1.= 1 [DEBUG] Included: com.adobe.flex.compiler:mxmlc:jar:4.5.1.21328 [DEBUG] Included: com.adobe.flex.compiler:digest:jar:4.5.1.21328 [DEBUG] Included: com.adobe.flex.compiler:optimizer:jar:4.5.1.21328 [DEBUG] Included: com.adobe.flex.compiler:asdoc:jar:4.5.1.21328 [DEBUG] Included: com.adobe.flex.compiler:swcdepends:jar:4.5.1.21328 [DEBUG] Included: org.hamcrest:hamcrest-library:jar:1.1 [DEBUG] Included: org.sonatype.flexmojos:flexmojos-configurator:jar:4.0-R= C2 [DEBUG] Included: org.sonatype.flexmojos:flexmojos-generator-api:jar:4.0-= RC2 [DEBUG] Included: org.sonatype.flexmojos:flexmojos-generator-graniteds-2.= 2.0:jar:4.0-RC2 [DEBUG] Included: org.graniteds:granite-generator:jar:2.2.0.RC2 [DEBUG] Included: org.graniteds:granite-generator-share:jar:2.2.0.RC2 [DEBUG] Included: org.codehaus.groovy:groovy-all:jar:1.6.2 [DEBUG] Included: org.apache.ant:ant:jar:1.7.1 [DEBUG] Included: org.apache.ant:ant-launcher:jar:1.7.1 [DEBUG] Included: jline:jline:jar:0.9.94 [DEBUG] Included: javax.persistence:persistence-api:jar:1.0 [DEBUG] Included: antlr:antlr:jar:2.7.7 [DEBUG] Included: javax.jdo:jdo2-api:jar:2.3-ea [DEBUG] Included: javax.transaction:jta:jar:1.1 [DEBUG] Included: org.sonatype.flexmojos:flexmojos-generator-constraints:= jar:4.0-RC2 [DEBUG] Included: org.sonatype.flexmojos:flexmojos-coverage-reporter:jar:= 4.0-RC2 [DEBUG] Included: net.sourceforge.cobertura:cobertura:jar:1.9.4 [DEBUG] Included: oro:oro:jar:2.0.8 [DEBUG] Included: asm:asm:jar:3.0 [DEBUG] Included: asm:asm-tree:jar:3.0 [DEBUG] Included: log4j:log4j:jar:1.2.9 [DEBUG] Included: emma:emma:jar:2.0.5312 [DEBUG] Included: org.sonatype.flexmojos:flexmojos-generator-mojo:jar:4.0= -RC2 [DEBUG] Included: org.sonatype.flexmojos:flexmojos-util:jar:4.0-RC2 [DEBUG] Included: dom4j:dom4j:jar:1.6.1 [DEBUG] Included: xml-apis:xml-apis:jar:1.0.b2 [DEBUG] Included: jaxen:jaxen:jar:1.1 [DEBUG] Included: jdom:jdom:jar:1.0 [DEBUG] Included: xerces:xercesImpl:jar:2.6.2 [DEBUG] Included: xom:xom:jar:1.0 [DEBUG] Included: xerces:xmlParserAPIs:jar:2.6.2 [DEBUG] Included: xalan:xalan:jar:2.6.0 [DEBUG] Included: com.ibm.icu:icu4j:jar:2.6.1 [DEBUG] Included: org.apache.maven.reporting:maven-reporting-api:jar:3.0 [DEBUG] Included: org.apache.maven.doxia:doxia-sink-api:jar:1.0 [DEBUG] Included: commons-lang:commons-lang:jar:2.4 [DEBUG] Included: commons-io:commons-io:jar:1.4 [DEBUG] Included: commons-httpclient:commons-httpclient:jar:3.1 [DEBUG] Included: commons-logging:commons-logging:jar:1.0.4 [DEBUG] Included: commons-codec:commons-codec:jar:1.3 [DEBUG] Included: org.apache.maven.plugins:maven-source-plugin:jar:2.1.1 [DEBUG] Included: org.apache.maven:maven-archiver:jar:2.4 [DEBUG] Included: com.uwyn:jhighlight:jar:1.0 [DEBUG] Included: javax.servlet:servlet-api:jar:2.3 [DEBUG] Included: org.aspectj:aspectjrt:jar:1.6.10 [DEBUG] Included: eu.cedarsoft.utils:zip:jar:1.1 [DEBUG] Included: eu.cedarsoft:guice-annotations:jar:1.0 [DEBUG] Included: com.intellij:annotations:jar:6.0.3 [DEBUG] Included: org.sonatype.flexmojos:flexmojos-tester:jar:4.0-RC2 [DEBUG] Included: net.sf.saxon:saxon-dom:jar:9.0 [DEBUG] Included: com.googlecode.lambdaj:lambdaj:jar:2.1 [DEBUG] Included: org.objenesis:objenesis:jar:1.2 [DEBUG] Included: cglib:cglib-nodep:jar:2.2 [DEBUG] Included: org.mockito:mockito-core:jar:1.8.5 [DEBUG] Included: org.hamcrest:hamcrest-core:jar:1.1 [DEBUG] Included: org.codehaus.plexus:plexus-archiver:jar:1.2 [DEBUG] Included: org.codehaus.plexus:plexus-io:jar:1.0.1 [DEBUG] Included: com.googlecode.apparat:apparat-core:jar:1.0-RC9 [DEBUG] Included: com.googlecode.apparat:apparat-matryoshka-quiet:pom:1.0= -RC9 [DEBUG] Included: com.googlecode.apparat:apparat-lzma-decoder:swc:1.0-RC9 [DEBUG] Included: com.adobe.flex.framework:playerglobal:swc:10.0:4.1.0.16= 076 [DEBUG] Included: com.adobe.flex.framework:flex:swc:4.1.0.16076 [DEBUG] Included: com.googlecode.apparat:apparat-matryoshka-preloader:pom= :1.0-RC9 [DEBUG] Included: com.googlecode.apparat:apparat-log:jar:1.0-RC9 [DEBUG] Included: com.googlecode.apparat:apparat-lzma-encoder:jar:1.0-RC9 [DEBUG] Included: org.scala-lang:scala-library:jar:2.8.1 [DEBUG] Included: com.googlecode.apparat:apparat-maven-plugin:jar:1.0-RC9 [DEBUG] Included: com.adobe.flex:compiler:pom:4.5.1.21328 [DEBUG] Included: com.adobe.flex.compiler:adt:jar:4.5.1.21328 [DEBUG] Included: com.adobe.flex.compiler:afe:jar:4.5.1.21328 [DEBUG] Included: com.adobe.flex.compiler:aglj40:jar:4.5.1.21328 [DEBUG] Included: com.adobe.flex.compiler:asc:jar:4.5.1.21328 [DEBUG] Included: com.adobe.flex.compiler:baksmali:jar:4.5.1.21328 [DEBUG] Included: com.adobe.flex.compiler:batik-all-flex:jar:4.5.1.21328 [DEBUG] Included: com.adobe.flex.compiler:batik_de:jar:4.5.1.21328 [DEBUG] Included: com.adobe.flex.compiler:batik_fr:jar:4.5.1.21328 [DEBUG] Included: com.adobe.flex.compiler:batik_ja:jar:4.5.1.21328 [DEBUG] Included: com.adobe.flex.compiler:batik_ko:jar:4.5.1.21328 [DEBUG] Included: com.adobe.flex.compiler:batik_ru:jar:4.5.1.21328 [DEBUG] Included: com.adobe.flex.compiler:batik_zh_CN:jar:4.5.1.21328 [DEBUG] Included: com.adobe.flex.compiler:commons-collections:jar:4.5.1.2= 1328 [DEBUG] Included: com.adobe.flex.compiler:commons-discovery:jar:4.5.1.213= 28 [DEBUG] Included: com.adobe.flex.compiler:commons-logging:jar:4.5.1.21328 [DEBUG] Included: com.adobe.flex.compiler:compc:jar:4.5.1.21328 [DEBUG] Included: com.adobe.flex.compiler:copylocale:jar:4.5.1.21328 [DEBUG] Included: com.adobe.flex.compiler:fcsh:jar:4.5.1.21328 [DEBUG] Included: com.adobe.flex.compiler:fdb:jar:4.5.1.21328 [DEBUG] Included: com.adobe.flex.compiler:flex-compiler-oem:jar:4.5.1.213= 28 [DEBUG] Included: com.adobe.flex.compiler:flex-fontkit:jar:4.5.1.21328 [DEBUG] Included: com.adobe.flex.compiler:flex-messaging-common:jar:4.5.1= .21328 [DEBUG] Included: com.adobe.flex.compiler:fxgutils:jar:4.5.1.21328 [DEBUG] Included: com.adobe.flex.compiler:license:jar:4.5.1.21328 [DEBUG] Included: com.adobe.flex.compiler:mxmlc_da:jar:4.5.1.21328 [DEBUG] Included: com.adobe.flex.compiler:mxmlc_de:jar:4.5.1.21328 [DEBUG] Included: com.adobe.flex.compiler:mxmlc_es:jar:4.5.1.21328 [DEBUG] Included: com.adobe.flex.compiler:mxmlc_fi:jar:4.5.1.21328 [DEBUG] Included: com.adobe.flex.compiler:mxmlc_fr:jar:4.5.1.21328 [DEBUG] Included: com.adobe.flex.compiler:mxmlc_it:jar:4.5.1.21328 [DEBUG] Included: com.adobe.flex.compiler:mxmlc_ja:jar:4.5.1.21328 [DEBUG] Included: com.adobe.flex.compiler:mxmlc_ko:jar:4.5.1.21328 [DEBUG] Included: com.adobe.flex.compiler:mxmlc_nb:jar:4.5.1.21328 [DEBUG] Included: com.adobe.flex.compiler:mxmlc_nl:jar:4.5.1.21328 [DEBUG] Included: com.adobe.flex.compiler:mxmlc_pt:jar:4.5.1.21328 [DEBUG] Included: com.adobe.flex.compiler:mxmlc_ru:jar:4.5.1.21328 [DEBUG] Included: com.adobe.flex.compiler:mxmlc_sv:jar:4.5.1.21328 [DEBUG] Included: com.adobe.flex.compiler:mxmlc_zh_CN:jar:4.5.1.21328 [DEBUG] Included: com.adobe.flex.compiler:mxmlc_zh_TW:jar:4.5.1.21328 [DEBUG] Included: com.adobe.flex.compiler:rideau:jar:4.5.1.21328 [DEBUG] Included: com.adobe.flex.compiler:saxon9:jar:4.5.1.21328 [DEBUG] Included: com.adobe.flex.compiler:smali:jar:4.5.1.21328 [DEBUG] Included: com.adobe.flex.compiler:swfdump:jar:4.5.1.21328 [DEBUG] Included: com.adobe.flex.compiler:swfutils:jar:4.5.1.21328 [DEBUG] Included: com.adobe.flex.compiler:velocity-dep-1.4-flex:jar:4.5.1= .21328 [DEBUG] Included: com.adobe.flex.compiler:xalan:jar:4.5.1.21328 [DEBUG] Included: com.adobe.flex.compiler:xercesImpl:jar:4.5.1.21328 [DEBUG] Included: com.adobe.flex.compiler:xercesImpl_de:jar:4.5.1.21328 [DEBUG] Included: com.adobe.flex.compiler:xercesImpl_fr:jar:4.5.1.21328 [DEBUG] Included: com.adobe.flex.compiler:xercesImpl_ja:jar:4.5.1.21328 [DEBUG] Included: com.adobe.flex.compiler:xercesImpl_ko:jar:4.5.1.21328 [DEBUG] Included: com.adobe.flex.compiler:xercesImpl_ru:jar:4.5.1.21328 [DEBUG] Included: com.adobe.flex.compiler:xercesImpl_zh_CN:jar:4.5.1.2132= 8 [DEBUG] Included: com.adobe.flex.compiler:xercesPatch:jar:4.5.1.21328 [DEBUG] Included: com.adobe.flex.compiler:xmlParserAPIs:jar:4.5.1.21328 [DEBUG] Extension realms for project com.myapp.plugin:myapp-ui:swf:1.0: [Cl= assRealm[extension>org.sonatype.flexmojos:flexmojos-maven-plugin:4.0-RC2, p= arent: sun.misc.Launcher$AppClassLoader@4e25154f]] [DEBUG] Created new class realm project>com.myapp.plugin:myapp-ui:1.0 [DEBUG] Populating class realm project>com.myapp.plugin:myapp-ui:1.0 [DEBUG] Looking up lifecyle mappings for packaging swf from ClassRealm[proj= ect>com.myapp.plugin:myapp-ui:1.0, parent: ClassRealm[maven.api, parent: nu= ll]] [ERROR] Internal error: java.lang.ClassCastException: java.lang.String cann= ot be cast to org.apache.maven.lifecycle.mapping.LifecyclePhase -> [Help 1] org.apache.maven.InternalErrorException: Internal error: java.lang.ClassCas= tException: java.lang.String cannot be cast to org.apache.maven.lifecycle.m= apping.LifecyclePhase =09at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:121) =09at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863) =09at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288) =09at org.apache.maven.cli.MavenCli.main(MavenCli.java:199) =09at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) =09at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.= java:62) =09at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces= sorImpl.java:43) =09at java.lang.reflect.Method.invoke(Method.java:497) =09at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Laun= cher.java:289) =09at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.jav= a:229) =09at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(La= uncher.java:415) =09at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:= 356) Caused by: java.lang.ClassCastException: java.lang.String cannot be cast to= org.apache.maven.lifecycle.mapping.LifecyclePhase =09at org.apache.maven.lifecycle.internal.DefaultLifecyclePluginAnalyzer.ge= tPluginsBoundByDefaultToAllLifecycles(DefaultLifecyclePluginAnalyzer.java:1= 19) =09at org.apache.maven.model.plugin.DefaultLifecycleBindingsInjector.inject= LifecycleBindings(DefaultLifecycleBindingsInjector.java:64) =09at org.apache.maven.model.building.DefaultModelBuilder.build(DefaultMode= lBuilder.java:451) =09at org.apache.maven.model.building.DefaultModelBuilder.build(DefaultMode= lBuilder.java:421) =09at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBu= ilder.java:620) =09at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBu= ilder.java:626) =09at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBu= ilder.java:626) =09at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBu= ilder.java:626) =09at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBu= ilder.java:626) =09at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBu= ilder.java:411) =09at org.apache.maven.graph.DefaultGraphBuilder.collectProjects(DefaultGra= phBuilder.java:419) =09at org.apache.maven.graph.DefaultGraphBuilder.getProjectsForMavenReactor= (DefaultGraphBuilder.java:410) =09at org.apache.maven.graph.DefaultGraphBuilder.build(DefaultGraphBuilder.= java:83) =09at org.apache.maven.DefaultMaven.buildGraph(DefaultMaven.java:491) =09at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:219) =09at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193) =09at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106) =09... 11 more [ERROR]=20 [ERROR]=20 [ERROR] For more information about the errors and possible solutions, pleas= e read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/InternalE= rrorException -- This message was sent by Atlassian JIRA (v6.3.4#6332)