File tree 3 files changed +7
-3
lines changed 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 110
110
<tests .ifNoTests>fail</tests .ifNoTests>
111
111
<skip .unit.tests>${skipTests} </skip .unit.tests>
112
112
<skip .integ.tests>${skipTests} </skip .integ.tests>
113
- <integ .scratch>${project.build.directory} /integ tests</integ .scratch>
114
- <integ .deps>${project.build.directory} /integ deps</integ .deps>
113
+ <integ .scratch>${project.build.directory} /integ- tests</integ .scratch>
114
+ <integ .deps>${project.build.directory} /integ- deps</integ .deps>
115
115
<integ .temp>${integ.scratch} /temp</integ .temp>
116
116
<integ .http.port>9400</integ .http.port>
117
117
<integ .transport.port>9500</integ .transport.port>
Original file line number Diff line number Diff line change
1
+ ::
2
+ :: build zip package, but ensuring its from the current source
3
+ :: turn off tests and other validation to speed it up
4
+ :: TODO: can be sped up more, if shading is moved out of core/
5
+ CALL mvn -am -pl dev-tools,distribution/zip package -DskipTests -Drun -Pdev
Original file line number Diff line number Diff line change 3
3
# build zip package, but ensuring its from the current source
4
4
# turn off tests and other validation to speed it up
5
5
# TODO: can be sped up more, if shading is moved out of core/
6
- # TODO: this will work on windows too. feel free to make a .bat
7
6
mvn -am -pl dev-tools,distribution/zip package -DskipTests -Drun -Pdev
You can’t perform that action at this time.
0 commit comments