After the work done I will speculate that it's the plugin. The desired 
behaviour, or protection from undesirable behavior, needs to be captured at the 
very least in an IT. 
 
On Mar 16, 2015, at 6:11 AM, Stephen Connolly <[email protected]> 
wrote:

> Classloading changes are causing a regression with a NPM plugin for me...
> I'll investigate if this is an issue in the plugin itself (likely) or an
> issue with Maven.
> 
> [ERROR] Failed to execute goal
> com.github.eirslett:frontend-maven-plugin:0.0.16:install-node-and-npm
> (install node and npm) on project ***REDACTED***: Execution install node
> and npm of goal
> com.github.eirslett:frontend-maven-plugin:0.0.16:install-node-and-npm
> failed: A required class was missing while executing
> com.github.eirslett:frontend-maven-plugin:0.0.16:install-node-and-npm:
> org/slf4j/helpers/MarkerIgnoringBase
> 
> [ERROR] -----------------------------------------------------
> 
> [ERROR] realm =    plugin>com.github.eirslett:frontend-maven-plugin:0.0.16
> 
> [ERROR] strategy =
> org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy
> 
> [ERROR] urls[0] =
> file:/Users/stephenc/.m2/repository/com/github/eirslett/frontend-maven-plugin/0.0.16/frontend-maven-plugin-0.0.16.jar
> 
> [ERROR] urls[1] =
> file:/Users/stephenc/.m2/repository/com/github/eirslett/frontend-plugin-core/0.0.16/frontend-plugin-core-0.0.16.jar
> 
> [ERROR] urls[2] =
> file:/Users/stephenc/.m2/repository/org/codehaus/jackson/jackson-mapper-asl/1.9.13/jackson-mapper-asl-1.9.13.jar
> 
> [ERROR] urls[3] =
> file:/Users/stephenc/.m2/repository/org/codehaus/jackson/jackson-core-asl/1.9.13/jackson-core-asl-1.9.13.jar
> 
> [ERROR] urls[4] =
> file:/Users/stephenc/.m2/repository/org/apache/commons/commons-compress/1.5/commons-compress-1.5.jar
> 
> [ERROR] urls[5] =
> file:/Users/stephenc/.m2/repository/org/tukaani/xz/1.2/xz-1.2.jar
> 
> [ERROR] urls[6] =
> file:/Users/stephenc/.m2/repository/commons-io/commons-io/1.3.2/commons-io-1.3.2.jar
> 
> [ERROR] urls[7] =
> file:/Users/stephenc/.m2/repository/org/apache/httpcomponents/httpclient/4.3.1/httpclient-4.3.1.jar
> 
> [ERROR] urls[8] =
> file:/Users/stephenc/.m2/repository/org/apache/httpcomponents/httpcore/4.3/httpcore-4.3.jar
> 
> [ERROR] urls[9] =
> file:/Users/stephenc/.m2/repository/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar
> 
> [ERROR] urls[10] =
> file:/Users/stephenc/.m2/repository/commons-codec/commons-codec/1.6/commons-codec-1.6.jar
> 
> [ERROR] urls[11] =
> file:/Users/stephenc/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar
> 
> [ERROR] urls[12] =
> file:/Users/stephenc/.m2/repository/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
> 
> [ERROR] urls[13] =
> file:/Users/stephenc/.m2/repository/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
> 
> [ERROR] urls[14] =
> file:/Users/stephenc/.m2/repository/com/google/guava/guava/10.0.1/guava-10.0.1.jar
> 
> [ERROR] urls[15] =
> file:/Users/stephenc/.m2/repository/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar
> 
> [ERROR] urls[16] =
> file:/Users/stephenc/.m2/repository/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar
> 
> [ERROR] urls[17] =
> file:/Users/stephenc/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
> 
> [ERROR] urls[18] =
> file:/Users/stephenc/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar
> 
> [ERROR] urls[19] =
> file:/Users/stephenc/.m2/repository/asm/asm/3.3.1/asm-3.3.1.jar
> 
> [ERROR] urls[20] =
> file:/Users/stephenc/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
> 
> [ERROR] urls[21] =
> file:/Users/stephenc/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-annotations/3.2/maven-plugin-annotations-3.2.jar
> 
> [ERROR] urls[22] =
> file:/Users/stephenc/.m2/repository/com/googlecode/slf4j-maven-plugin-log/slf4j-maven-plugin-log/1.0.0/slf4j-maven-plugin-log-1.0.0.jar
> 
> [ERROR] Number of foreign imports: 1
> 
> [ERROR] import: Entry[import  from realm
> ClassRealm[project>localhost.aggregator:dev-run:1.7.0-alpha-1-SNAPSHOT,
> parent: ClassRealm[maven.api, parent: null]]]
> 
> [ERROR]
> 
> [ERROR] -----------------------------------------------------:
> org.slf4j.helpers.MarkerIgnoringBase
> 
> [ERROR] -> [Help 1]
> 
> [ERROR]
> 
> On 16 March 2015 at 08:25, Stephen Connolly <[email protected]
>> wrote:
> 
>> On 16 March 2015 at 07:36, Hervé BOUTEMY <[email protected]> wrote:
>> 
>>> I wrote http://maven.apache.org/ref/3-LATEST/maven-embedder/ for one
>>> part I
>>> could understand
>>> 
>>> 
>> Have we an understanding of how the .mvn folder works in a multi-module
>> reactor? Or when in a sub-module of a multi-module reactor?
>> 
>> Is it only the .mvn folder of the CWD that is used? Do we search parent
>> directories until a .mvn folder is found?
>> 
>> What do we do if a child module has a .mvn/jvm.config or a
>> .mvn/maven.config files of its own? (I assume ignore)
>> 
>> What do we do if a child module has a .mvn/extensions.xml file? (this is
>> the "exception proves the rule" case as we *could* pull them in...
>> 
>> This is a cool feature but we just need to specify the above behaviours.
>> Hervé, I'm not knocking you as you wrote up something which is better than
>> nothing, but the feature needs some clarification IMHO
>> 
>> 
>>> Jason did http://svn.apache.org/r1666016 with info on classloading, but
>>> there
>>> is a redirect rule that prevents to see the result:
>>> RedirectMatch ^/reference/(.*)$ /archives/maven-1.x/reference/$1
>>> 
>>> perhaps we should drop the rule or move the content
>>> 
>>> Regards,
>>> 
>>> Hervé
>>> 
>>> Le lundi 16 mars 2015 00:10:33 Tibor Digana a écrit :
>>>> I am interested in usage/documentation of new features which go with
>>> this
>>>> release.
>>>> Where can I find it?
>>>> 
>>>> 
>>>> 
>>>> --
>>>> View this message in context:
>>>> 
>>> http://maven.40175.n5.nabble.com/VOTE-Maven-3-3-1-Release-tp5829077p5829338
>>>> .html Sent from the Maven Developers mailing list archive at Nabble.com.
>>>> 
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: [email protected]
>>>> For additional commands, e-mail: [email protected]
>>> 
>>> 
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: [email protected]
>>> For additional commands, e-mail: [email protected]
>>> 
>>> 
>> 

Thanks,

Jason

----------------------------------------------------------
Jason van Zyl
Founder, Takari and Apache Maven
http://twitter.com/jvanzyl
http://twitter.com/takari_io
---------------------------------------------------------

Three people can keep a secret provided two of them are dead.

 -- Benjamin Franklin













---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to