Skip to content

Commit 73689aa

Browse files
authored
Merge pull request #749 from apache/minor_updates_to_main
Update maven.config and ManualJavadocsDeploy.sh.
2 parents 56fc75e + 1793a57 commit 73689aa

3 files changed

Lines changed: 7 additions & 61 deletions

File tree

.mvn/maven.config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
# If you're using a plugin that causes this warning, please upgrade to the latest version and report an issue if the warning persists.
44
# To disable these warnings, set -Dmaven.project.sourceRoots.warningsDisabled=true on the command line or in the .mvn/maven.config file.
55
-Dmaven.project.sourceRoots.warningsDisabled=true
6+
--no-transfer-progress
7+
-Dstyle.color=always

tools/FindBugsExcludeFilter.xml

Lines changed: 0 additions & 60 deletions
This file was deleted.

tools/ManualJavadocsDeploy.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
#!/bin/bash
22
set -e
33

4-
TAG_NAME="test"
4+
# Assumes that a remote branch named 'gh-pages' exists.
5+
# If a local branch 'gh-pages' exists it will be overwritten.
6+
7+
# MODIFY THIS TAG_NAME!
8+
TAG_NAME="test"
59
# Build and Generate Javadoc
610
# POM is configured to output to target/site/apidocs
711
echo "ECHO: mvn clean javadoc:javadoc"

0 commit comments

Comments
 (0)