what is the function of gwt-unitcache directory (not under target directory)?

4,118 views
Skip to first unread message

tong123123

unread,
May 29, 2012, 2:53:07 AM5/29/12
to google-we...@googlegroups.com
I try to run mvn:clean install and the content in gwt-unitCache (not the one in target directory, but the one directly under the project folder) will not changed, so what is its use? Could I not commit this folder in svn if it is not important?

Thomas Broyer

unread,
May 29, 2012, 3:32:54 AM5/29/12
to google-we...@googlegroups.com

On Tuesday, May 29, 2012 8:53:07 AM UTC+2, tong123123 wrote:
I try to run mvn:clean install and the content in gwt-unitCache (not the one in target directory, but the one directly under the project folder) will not changed, so what is its use? Could I not commit this folder in svn if it is not important?

AFAICT, gwt-maven-plugin will only create things under target/ (unless told it otherwise). If you have a gwt-unitCache folder sibling to the target/ folder, it has probably been creating when launching the DevMode from within Eclipse (rather than "mvn gwt:run").

Anyway, as its name suggests, it's a "cache", you shouldn't generally commit it to your SCM.
Reply all
Reply to author
Forward
0 new messages