File tree 2 files changed +32
-2
lines changed
2 files changed +32
-2
lines changed Original file line number Diff line number Diff line change @@ -37,4 +37,5 @@ app-local.properties
37
37
.DS_Store
38
38
/lsp /
39
39
.factorypath
40
+ .vscode
40
41
Original file line number Diff line number Diff line change 36
36
37
37
<felles .version>4.1.30</felles .version>
38
38
<prosesstask .version>3.1.8</prosesstask .version>
39
-
39
+ < maven .deploy.skip>true</ maven .deploy.skip>
40
40
<kontrakter .version>6.1.21</kontrakter .version>
41
41
42
42
<tjenestespesifikasjoner .version>1.2021.02.22-10.45-4201aaea72fb</tjenestespesifikasjoner .version>
209
209
<artifactId >sonar-maven-plugin</artifactId >
210
210
<version >3.9.1.2184</version >
211
211
</plugin >
212
+ <plugin >
213
+ <groupId >org.apache.maven.plugins</groupId >
214
+ <artifactId >maven-source-plugin</artifactId >
215
+ <version >3.2.1</version >
216
+ </plugin >
217
+ <plugin >
218
+ <groupId >org.codehaus.mojo</groupId >
219
+ <artifactId >flatten-maven-plugin</artifactId >
220
+ <version >1.2.7</version >
221
+ </plugin >
212
222
</plugins >
213
223
</pluginManagement >
214
224
221
231
<flattenedPomFilename >.flattened</flattenedPomFilename >
222
232
</configuration >
223
233
<executions >
234
+ <execution >
235
+ <id >flatten</id >
236
+ <phase >process-resources</phase >
237
+ <goals >
238
+ <goal >flatten</goal >
239
+ </goals >
240
+ </execution >
224
241
<execution >
225
242
<id >flatten.clean</id >
226
243
<phase >clean</phase >
230
247
</execution >
231
248
</executions >
232
249
</plugin >
233
-
250
+ <plugin >
251
+ <groupId >org.apache.maven.plugins</groupId >
252
+ <artifactId >maven-source-plugin</artifactId >
253
+ <executions >
254
+ <execution >
255
+ <id >attach-sources</id >
256
+ <goals >
257
+ <goal >jar</goal >
258
+ </goals >
259
+ </execution >
260
+ </executions >
261
+ </plugin >
234
262
<plugin >
235
263
<!-- FOR Å LEGGE VED JAKARTA EE9 KOMPATIBLE ARTEFAKTER I TILLEGG -->
236
264
<groupId >org.apache.maven.plugins</groupId >
386
414
<url >${project.distributionManagement.repository.url} </url >
387
415
<file >${project.build.directory} /${project.artifactId} -jakarta-${project.version} -TOBEDEPLOYED.jar</file >
388
416
<sources >${project.build.directory} /${project.artifactId} -jakarta-${project.version} -sources-TOBEDEPLOYED.jar</sources >
417
+ <skip >${maven.deploy.skip} </skip >
389
418
</configuration >
390
419
</execution >
391
420
</executions >
You can’t perform that action at this time.
0 commit comments