Skip to content

Commit

Permalink
Update javadocs-ghpages.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
SavvasMisaghMoayyed committed Jan 22, 2015
1 parent dc28495 commit bafdbe7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions travis/javadocs-ghpages.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

invokeJavadoc=false
grouperDocsDirectory="/tmp/grouper-parent"
grouperDocsDirectory="/tmp"

# Only invoke the javadoc deployment process
# for the first job in the build matrix, so as
Expand All @@ -20,7 +20,7 @@ if [ "$invokeJavadoc" == true ]; then

echo -e "Invoking Maven to generate the site documentation...\n"
echo "Current working directory is $PWD"
mvn -f ./grouper-parent -Dlicense.skip=true -DskipTests=true site site:deploy -q -ff -B
mvn -f ./grouper-parent -Dlicense.skip=true -DskipTests=true site site:deploy -ff -B

echo -e "Copying the generated docs over from $grouperDocsDirectory...\n"
cp -R $grouperDocsDirectory $HOME/javadoc-latest
Expand Down

0 comments on commit bafdbe7

Please sign in to comment.