Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .mvn/maven.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
# If you're using a plugin that causes this warning, please upgrade to the latest version and report an issue if the warning persists.
# To disable these warnings, set -Dmaven.project.sourceRoots.warningsDisabled=true on the command line or in the .mvn/maven.config file.
-Dmaven.project.sourceRoots.warningsDisabled=true
--no-transfer-progress
-Dstyle.color=always
60 changes: 0 additions & 60 deletions tools/FindBugsExcludeFilter.xml

This file was deleted.

6 changes: 5 additions & 1 deletion tools/ManualJavadocsDeploy.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
#!/bin/bash
set -e

TAG_NAME="test"
# Assumes that a remote branch named 'gh-pages' exists.
# If a local branch 'gh-pages' exists it will be overwritten.

# MODIFY THIS TAG_NAME!
TAG_NAME="test"
# Build and Generate Javadoc
# POM is configured to output to target/site/apidocs
echo "ECHO: mvn clean javadoc:javadoc"
Expand Down
Loading