You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by ju...@apache.org on 2017/06/20 16:43:05 UTC

jspwiki-site git commit: Actually DO use plain java instead of Maven..

Repository: jspwiki-site
Updated Branches:
  refs/heads/jbake d66d5071b -> edb046ae7


Actually DO use plain java instead of Maven..


Project: http://git-wip-us.apache.org/repos/asf/jspwiki-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/jspwiki-site/commit/edb046ae
Tree: http://git-wip-us.apache.org/repos/asf/jspwiki-site/tree/edb046ae
Diff: http://git-wip-us.apache.org/repos/asf/jspwiki-site/diff/edb046ae

Branch: refs/heads/jbake
Commit: edb046ae713cac130fd9b5958bb1333ff5742a7f
Parents: d66d507
Author: Juan Pablo Santos Rodriguez <ju...@apache.org>
Authored: Tue Jun 20 18:42:36 2017 +0200
Committer: Juan Pablo Santos Rodriguez <ju...@apache.org>
Committed: Tue Jun 20 18:42:36 2017 +0200

----------------------------------------------------------------------
 ci.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jspwiki-site/blob/edb046ae/ci.sh
----------------------------------------------------------------------
diff --git a/ci.sh b/ci.sh
index 421721d..2799a72 100755
--- a/ci.sh
+++ b/ci.sh
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-mvn clean generate-resources
+java -Djavax.xml.accessExternalDTD=http -jar "${JBAKE_HOME}/jbake-core.jar" src/main/jbake target/content
 git checkout asf-site
 git clean -f -d
 git pull origin asf-site