File: maven.properties

package info (click to toggle)
jenkins-remoting 2.11%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 816 kB
  • sloc: java: 5,560; xml: 296; makefile: 16; sh: 8
file content (11 lines) | stat: -rw-r--r-- 396 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
# Include here properties to pass to Maven during the build.
# For example:
# maven.test.skip=true
# Specify code source and target as not explicit in pom.xml
# and defaults to 1.3
maven.compiler.source=1.5
maven.compiler.target=1.5
# Keystore information for signing jar (self signed)
hudson.sign.alias=jenkins
hudson.sign.storepass=jenkins
hudson.sign.keystore=src/test/keystore/dummy.keystore