Skip to content

Commit

Permalink
ongoing work on #34 #39
Browse files Browse the repository at this point in the history
  • Loading branch information
phasenraum2010 committed Jul 15, 2018
1 parent 87ec410 commit 50bbf30
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 5 deletions.
9 changes: 9 additions & 0 deletions defcon-documentation/run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/usr/bin/env bash

source ../defcon-parent/conf.sh

mvn_jbake_help

#mvn_jbake_run

exit 0
11 changes: 11 additions & 0 deletions defcon-heroku-jpa/run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/usr/bin/env bash

source ../defcon-parent/conf.sh

#mvn_fast_build
#mvn_build
#mvn_site
#mvn_travis
#mvn_run

exit 0
10 changes: 6 additions & 4 deletions defcon-local-neo4j/run.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
#!/usr/bin/env bash

source conf.sh
source ../defcon-parent/conf.sh

export JAVA_OPTIONS='-Xmx300m -Xss512k -Dfile.encoding=UTF-8'

../mvnw $DEFCON1_PROFILE_RUN clean spring-boot:run
#mvn_fast_build
#mvn_build
#mvn_site
#mvn_travis
#mvn_run

exit 0
1 change: 0 additions & 1 deletion travis.sh

This file was deleted.

0 comments on commit 50bbf30

Please sign in to comment.