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.
On 14 Dec 2014 09:07, "Karl Heinz Marbaise" <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
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>

Reply via email to