querydsl/docs.sh
Timo Westkämper 8fc93e930c Fix paths
2015-03-23 23:06:08 +02:00

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."