We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
mvn clean site
mkdir ../tmp
cp -Rf target/site/* ../tmp/
git checkout gh-pages
rm -Rf *
cp -Rf ../tmp/* .
git add .
git commit -a -m"Ny site-generering"
git push origin gh-pages