mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-13 21:01:01 +08:00
7 lines
219 B
Bash
Executable File
7 lines
219 B
Bash
Executable File
#!/bin/sh
|
|
echo "Creating reference documentation"
|
|
cd ../querydsl-docs
|
|
mvn -Dxslthl.config=http://docbook.sourceforge.net/release/xsl/current/highlighting/xslthl-config.xml clean package
|
|
cd ../querydsl-root
|
|
echo "done."
|