Skip to content

Commit 593458a

Browse files
committed
fix: oppgraer maven plugin versjoner
1 parent 96ffcfa commit 593458a

File tree

2 files changed

+15
-9
lines changed

2 files changed

+15
-9
lines changed

ettersendelse/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>ettersendelse</artifactId>
13-
14-
<properties>
15-
<maven.deploy.skip>true</maven.deploy.skip>
16-
</properties>
1713

1814
<dependencies>
1915
<dependency>

pom.xml

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -164,14 +164,19 @@
164164
<version>3.2.1</version>
165165
</plugin>
166166
<plugin>
167+
<groupId>org.apache.maven.plugins</groupId>
168+
<artifactId>maven-antrun-plugin</artifactId>
169+
<version>3.0.0</version>
170+
</plugin>
171+
<plugin>
167172
<groupId>org.apache.maven.plugins</groupId>
168173
<artifactId>maven-deploy-plugin</artifactId>
169-
<version>2.8.2</version>
174+
<version>3.0.0-M1</version>
170175
</plugin>
171176
<plugin>
172177
<groupId>org.apache.maven.plugins</groupId>
173178
<artifactId>maven-install-plugin</artifactId>
174-
<version>2.5.2</version>
179+
<version>3.0.0-M1</version>
175180
</plugin>
176181
<plugin>
177182
<groupId>org.apache.maven.plugins</groupId>
@@ -340,6 +345,14 @@
340345
</exclusions>
341346
</dependency>
342347
</dependencies>
348+
</plugin>
349+
<plugin>
350+
<groupId>org.apache.maven.plugins</groupId>
351+
<artifactId>maven-deploy-plugin</artifactId>
352+
<inherited>false</inherited>
353+
<configuration>
354+
<skip>true</skip>
355+
</configuration>
343356
</plugin>
344357
</plugins>
345358
</build>
@@ -357,7 +370,6 @@
357370
<plugin>
358371
<groupId>org.apache.maven.plugins</groupId>
359372
<artifactId>maven-antrun-plugin</artifactId>
360-
<version>3.0.0</version>
361373
<executions>
362374
<execution>
363375
<phase>package</phase>
@@ -395,7 +407,6 @@
395407
<plugin>
396408
<groupId>org.apache.maven.plugins</groupId>
397409
<artifactId>maven-install-plugin</artifactId>
398-
<version>3.0.0-M1</version>
399410
<executions>
400411
<execution>
401412
<phase>install</phase>
@@ -412,7 +423,6 @@
412423
<plugin>
413424
<groupId>org.apache.maven.plugins</groupId>
414425
<artifactId>maven-deploy-plugin</artifactId>
415-
<version>3.0.0-M1</version>
416426
<executions>
417427
<execution>
418428
<phase>deploy</phase>

0 commit comments

Comments
 (0)