File tree 2 files changed +118
-94
lines changed
src/main/java/no/nav/foreldrepenger/regler/uttak/fastsetteperiode/regelflyt
2 files changed +118
-94
lines changed Original file line number Diff line number Diff line change 83
83
84
84
<build >
85
85
<plugins >
86
+ <plugin >
87
+ <groupId >org.sonarsource.scanner.maven</groupId >
88
+ <artifactId >sonar-maven-plugin</artifactId >
89
+ <version >5.1.0.4751</version >
90
+ </plugin >
86
91
<plugin >
87
92
<groupId >org.apache.maven.plugins</groupId >
88
93
<artifactId >maven-deploy-plugin</artifactId >
183
188
</resource >
184
189
</resources >
185
190
</build >
191
+ <profiles >
192
+ <profile >
193
+ <id >sonar</id >
194
+ <build >
195
+ <plugins >
196
+ <plugin >
197
+ <groupId >org.jacoco</groupId >
198
+ <artifactId >jacoco-maven-plugin</artifactId >
199
+ </plugin >
200
+ </plugins >
201
+ </build >
202
+ </profile >
203
+ </profiles >
186
204
<distributionManagement >
187
205
<repository >
188
206
<id >github</id >
You can’t perform that action at this time.
0 commit comments