mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-04 21:01:21 +08:00
7 lines
202 B
Bash
Executable File
7 lines
202 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 ..
|
|
echo "done."
|