File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 1+ @ echo off
2+ SET DEVELOPMENT_HOME = " ${DEV_DIRECTORY}"
3+
4+ cd %DEVELOPMENT_HOME% \gwt-material-jquery\
5+ call mvn clean install -Dmaven.test.skip=true
6+
7+ cd %DEVELOPMENT_HOME% \gwt-material\
8+ call mvn clean install -Dmaven.test.skip=true
9+
10+ cd %DEVELOPMENT_HOME% \gwt-material-themes\
11+ call mvn clean install -Dmaven.test.skip=true
12+
13+ cd %DEVELOPMENT_HOME% \gwt-material-table\
14+ call mvn clean install -Dmaven.test.skip=true
15+
16+ cd %DEVELOPMENT_HOME% \gwt-material-addins\
17+ call mvn clean install -Dmaven.test.skip=true
18+
19+ cd %DEVELOPMENT_HOME% \gwt-material-table\
20+ call mvn clean install -Dmaven.test.skip=true
21+
22+ cd %DEVELOPMENT_HOME% \gwt-material-amcharts4\
23+ call mvn clean install -Dmaven.test.skip=true
You can’t perform that action at this time.
0 commit comments