Ondrej Zizka created AS7-5264:
---------------------------------
Summary: Errai QuickStart modifies source tree
Key: AS7-5264
URL: https://issues.jboss.org/browse/AS7-5264
Project: Application Server 7
Issue Type: Bug
Affects Versions: 7.1.1.Final
Reporter: Ondrej Zizka
In current Quickstarts master, the Errai QS, after built, adds these files:
{code}
# On branch master
# Untracked files:
# helloworld-errai/src/main/gwt-unitCache/
# helloworld-errai/src/main/webapp/HelloWorldApp/
# helloworld-errai/src/main/webapp/WEB-INF/deploy/
{code}
The build should be configured so they end up in `target/`, or at least we should ignore these files in `.gitignore`.