Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tmorgner/461b578b5ce338238449 to your computer and use it in GitHub Desktop.
Save tmorgner/461b578b5ce338238449 to your computer and use it in GitHub Desktop.
pentaho-reporting-build-settings.properties
# Build override for Pentaho Reporting
# Fail the build if a test fails
# Fail the build if a error occurs
junit.haltonfailure=true
junit.haltonerror=true
ivy.settingsurl=file:///${user.home}/ivysettings.xml
ivy.repository.resolve=http://localhost:8081/artifactory/libs-snapshot
# Used later during publish to a maven server
ivy.repository.id=libs-snapshot
ivy.repository.publish=http://localhost:8081/artifactory/libs-snapshot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment