File tree 2 files changed +11
-6
lines changed
2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 30
30
tags :
31
31
- docker-privileged
32
32
script :
33
- - mvn -B test --settings settings-ci.xml
33
+ - mvn -B test -DskipDockerBuild -DskipDockerTag - -settings settings-ci.xml
34
34
except :
35
35
- tags
36
36
- master
@@ -42,13 +42,12 @@ sonar_preview:
42
42
except :
43
43
- master
44
44
- tags
45
+ - develop
45
46
46
47
quality_assurance :
47
48
stage : sonar
48
49
script :
49
50
- mvn package sonar:sonar -Ddependencies.set.all -Dmaven.test.skip=true -Djavax.net.ssl.trustStore=${CACERTS} -Dsonar.dependencyCheck.reportPath=target/dependency-check-report.xml --settings settings-ci.xml
50
51
only :
51
52
- master
52
- except :
53
- - tags
54
-
53
+ - develop
Original file line number Diff line number Diff line change 11
11
<artifactId >c2mon-daq-hostmetrics</artifactId >
12
12
<version >0.0.6-SNAPSHOT</version >
13
13
<packaging >jar</packaging >
14
- <description >A simple, exemplary C1MON DAQ module for publishing metrics about the current host using the OSHI library</description >
14
+ <description >A simple, exemplary C2MON DAQ module for publishing metrics about the current host using the OSHI library</description >
15
15
16
16
<scm >
17
17
<url >https://gitlab.cern.ch/c2mon/c2mon-daq-hostmetrics</url >
52
52
<plugins >
53
53
<!-- Activate plugin configurations to build a tarball and a docker image -->
54
54
<plugin >
55
+ <groupId >org.apache.maven.plugins</groupId >
56
+ <artifactId >maven-compiler-plugin</artifactId >
57
+ </plugin >
58
+ <plugin >
59
+ <groupId >org.apache.maven.plugins</groupId >
55
60
<artifactId >maven-dependency-plugin</artifactId >
56
61
</plugin >
57
62
<plugin >
63
+ <groupId >org.apache.maven.plugins</groupId >
58
64
<artifactId >maven-assembly-plugin</artifactId >
59
65
</plugin >
60
66
<plugin >
67
+ <groupId >com.google.cloud.tools</groupId >
61
68
<artifactId >jib-maven-plugin</artifactId >
62
- <version >2.5.2</version >
63
69
</plugin >
64
70
<plugin >
65
71
<groupId >org.codehaus.mojo</groupId >
You can’t perform that action at this time.
0 commit comments