Files
commafeed/.openshift/action_hooks/pre_build_jbosseap-6.0
2013-03-22 07:36:51 +01:00

6 lines
272 B
Bash
Executable File

#!/bin/bash
# This is a simple bash script and will be sourced prior to building
# your application. This script can be used to modify the Maven build
# arguments for non-CI/Jenkins builds by exporting MAVEN_ARGS. The default
# is "clean package -Popenshift -DskipTests"