Skip to content

Commit

Permalink
Revert "This script was developed with develop (9.x) in mind, this pa…
Browse files Browse the repository at this point in the history
…tch adds compatibility for 8.x. Revert this for 9.x and newer."

This reverts commit 02e71ca.
  • Loading branch information
gregorydlogan committed Aug 19, 2020
1 parent f10780f commit 1ac77b8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .style-and-markdown-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ if ! grep -L '<Build-Number>${buildNumber}</Build-Number>' modules/*/pom.xml | w
fi

# maven-dependency-plugin should be active for all new modules
#grep -L maven-dependency-plugin modules/*/pom.xml > maven-dependency-plugin.list
#if ! diff -q maven-dependency-plugin.list docs/checkstyle/maven-dependency-plugin.exceptions; then
# ret=1
#fi
grep -L maven-dependency-plugin modules/*/pom.xml > maven-dependency-plugin.list
if ! diff -q maven-dependency-plugin.list docs/checkstyle/maven-dependency-plugin.exceptions; then
ret=1
fi

cd docs/guides

for docs in admin developer user; do
for docs in admin developer; do
cd $docs
echo "Markdown doc $docs build log:"
mkdocs build 2>&1 | tee mkdocs.log
Expand Down

0 comments on commit 1ac77b8

Please sign in to comment.