We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f68381 commit f3b7015Copy full SHA for f3b7015
wercker.yml
@@ -0,0 +1,22 @@
1
+box:
2
+ id: store/oracle/weblogic
3
+ tag: 12.2.1.3
4
+ username: $DOCKERHUB_USER
5
+ password: $DOCKERHUB_PASS
6
+
7
+build:
8
+ steps:
9
+ - script:
10
+ name: Install pre-reqs
11
+ code: |
12
+ yum -y install tar gzip
13
+ - java/maven:
14
+ goals: clean install
15
+ version: 3.5.2
16
+ cache_repo: true
17
18
+ profiles: build-sonar
19
+ maven_opts: -Dsonar.login=${SONAR_LOGIN} -Dsonar.password=${SONAR_PASSWORD} -Dsonar.host.url=${SONAR_HOST}
20
+ goals: clean install sonar:sonar javadoc:javadoc
21
22
0 commit comments