File: install-10.bat

package info (click to toggle)
maven-jaxb2-plugin 0.15.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,888 kB
  • sloc: java: 5,345; xml: 4,094; makefile: 2
file content (4 lines) | stat: -rw-r--r-- 68 bytes parent folder | download
1
2
3
4
setlocal
set JAVA_HOME=%JAVA10_HOME%
call mvn clean install
endlocal