Philip Isenhour - 2012-04-05

This is a bug in an old version of the echarts:ech2java goal. Using a more recent version of the archetype will give you a more recent version of the echarts plugin. 2.6.13 is the most recent release version:

mvn archetype:generate \
-DarchetypeArtifactId=b2bua-archetype \
-DarchetypeGroupId=org.echarts \
-DarchetypeRepository=http://echarts.sourceforge.net/repo/maven/releases \
-DarchetypeVersion=2.6.13 \
-DgroupId=foo \
-DartifactId=bar \
-Dversion=1.0.0-SNAPSHOT \
-DinteractiveMode=false