Description
When I run the basic archetype there is one curly brackets missing in the generated ?View.java
Steps to Reproduce
- Run the following command line
mvn archetype:generate -DarchetypeGroupId=com.arcbees.archetypes \
-DarchetypeRepository=https://oss.sonatype.org/content/repositories/snapshots/ \
-DarchetypeArtifactId=gwtp-basic-archetype \
-DarchetypeVersion=1.5.1 \
-DgroupId=com.testing \
-DartifactId=gwtp-training \
-DmoduleName=GWTPTraining
- Navigate to the generated folder and run:
mvn package
Errors
The output says:
/gwtp-training/src/main/java/com/testing/client/application/ApplicationView.java:[24,2] reached end of file while parsing
Workaround
Add a curly brackets to the offending file and mvn package again.