Skip to content

Commit 21eeec5

Browse files
committed
chore: Maven release plugin configuration (avoid archetype integ tests run twice)
1 parent 0e13fda commit 21eeec5

File tree

4 files changed

+2
-22
lines changed

4 files changed

+2
-22
lines changed

aws-serverless-jersey-archetype/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,6 @@
6666
<groupId>org.apache.maven.plugins</groupId>
6767
<artifactId>maven-archetype-plugin</artifactId>
6868
<version>3.2.1</version>
69-
<executions>
70-
<execution>
71-
<goals>
72-
<goal>integration-test</goal>
73-
</goals>
74-
</execution>
75-
</executions>
7669
</plugin>
7770
</plugins>
7871
</pluginManagement>

aws-serverless-spring-archetype/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,6 @@
6767
<groupId>org.apache.maven.plugins</groupId>
6868
<artifactId>maven-archetype-plugin</artifactId>
6969
<version>3.2.1</version>
70-
<executions>
71-
<execution>
72-
<goals>
73-
<goal>integration-test</goal>
74-
</goals>
75-
</execution>
76-
</executions>
7770
</plugin>
7871
</plugins>
7972
</pluginManagement>

aws-serverless-springboot3-archetype/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,6 @@
6666
<groupId>org.apache.maven.plugins</groupId>
6767
<artifactId>maven-archetype-plugin</artifactId>
6868
<version>3.2.1</version>
69-
<executions>
70-
<execution>
71-
<goals>
72-
<goal>integration-test</goal>
73-
</goals>
74-
</execution>
75-
</executions>
7669
</plugin>
7770
</plugins>
7871
</pluginManagement>

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,11 +236,12 @@
236236
<plugin>
237237
<groupId>org.apache.maven.plugins</groupId>
238238
<artifactId>maven-release-plugin</artifactId>
239-
<version>2.5.3</version>
239+
<version>3.0.0</version>
240240
<configuration>
241241
<preparationGoals>clean verify install</preparationGoals>
242242
<localCheckout>true</localCheckout>
243243
<scmCommentPrefix>chore: release - </scmCommentPrefix>
244+
<autoVersionSubmodules>true</autoVersionSubmodules>
244245
</configuration>
245246
</plugin>
246247

0 commit comments

Comments
 (0)