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