No worries, btw for those interested, here's the corresponding change in the 1.8 modello code generator:
https://github.com/sonatype/modello/commit/2c55132415675f36919a1ff0dc6352e715da72f8 On 14 Dec 2014 12:40, "Karl Heinz Marbaise" <khmarba...@gmx.de> wrote: > Hi Stuart, > > On 12/14/14 11:51 AM, Stuart McCulloch wrote: > >> FYI, EntityReplacementMap isn't a generated file - looking at >> plexus-utils commit history it was added in 3.0.13: >> >> https://github.com/sonatype/plexus-utils/commit/ >> 235796a03400472840626cf3195d05932158c71cz >> >> Upgrading to at least that version of plexus-utils should solve the >> problem. >> > > Hm...looks like this helped... > > I was a little bit puzzled, cause the EntityReplacmentMap was refererenced > in the generated code... > > So i was on the wrong path...thanks for clearing up that... > > now just a test failed but i can compile it... > > > >> On 14 Dec 2014 09:07, "Karl Heinz Marbaise" <khmarba...@gmx.de >> <mailto:khmarba...@gmx.de>> wrote: >> >> Hi, >> >> i'm currently trying to upgrade maven-archetype from Modello 1.7 to >> 1.8.X but unfortunately i got failures which means the compile >> process show that a class is not there: >> >> [ERROR] Failed to execute goal >> org.apache.maven.plugins:__maven-compiler-plugin:3.1:__compile >> (default-compile) on project archetype-catalog: Compilation failure: >> Compilation failure: >> [ERROR] >> /Users/kama/apache-maven/__maven-archetype/archetype-__ >> models/archetype-catalog/__target/generated-sources/__ >> modello/org/apache/maven/__archetype/catalog/io/xpp3/__ >> ArchetypeCatalogXpp3Reader.__java:[19,41] >> cannot find symbol >> [ERROR] symbol: class EntityReplacementMap >> [ERROR] location: package org.codehaus.plexus.util.xml.__pull >> [ERROR] >> /Users/kama/apache-maven/__maven-archetype/archetype-__ >> models/archetype-catalog/__target/generated-sources/__ >> modello/org/apache/maven/__archetype/catalog/io/xpp3/__ >> ArchetypeCatalogXpp3Reader.__java:[549,66] >> cannot find symbol >> [ERROR] symbol: variable EntityReplacementMap >> [ERROR] location: class >> org.apache.maven.archetype.__catalog.io.xpp3.__ >> ArchetypeCatalogXpp3Reader >> [ERROR] -> [Help 1] >> >> >> This looks like modello does not generate it...Can someone give me >> hint: >> >> Is this a known bug or can i fix it somehow ? >> >> >> > Kind regards > Karl Heinz Marbaise >