Skip to content

Commit 2fdb951

Browse files
committed
chore: Maven release plugin configuration (downgrade maven-archetype-plugin to fix integ-tests)
1 parent 21eeec5 commit 2fdb951

File tree

3 files changed

+24
-3
lines changed
  • aws-serverless-jersey-archetype
  • aws-serverless-spring-archetype
  • aws-serverless-springboot3-archetype

3 files changed

+24
-3
lines changed

aws-serverless-jersey-archetype/pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,14 @@
6565
<plugin>
6666
<groupId>org.apache.maven.plugins</groupId>
6767
<artifactId>maven-archetype-plugin</artifactId>
68-
<version>3.2.1</version>
68+
<version>3.0.1</version>
69+
<executions>
70+
<execution>
71+
<goals>
72+
<goal>integration-test</goal>
73+
</goals>
74+
</execution>
75+
</executions>
6976
</plugin>
7077
</plugins>
7178
</pluginManagement>

aws-serverless-spring-archetype/pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,14 @@
6666
<plugin>
6767
<groupId>org.apache.maven.plugins</groupId>
6868
<artifactId>maven-archetype-plugin</artifactId>
69-
<version>3.2.1</version>
69+
<version>3.0.1</version>
70+
<executions>
71+
<execution>
72+
<goals>
73+
<goal>integration-test</goal>
74+
</goals>
75+
</execution>
76+
</executions>
7077
</plugin>
7178
</plugins>
7279
</pluginManagement>

aws-serverless-springboot3-archetype/pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,14 @@
6565
<plugin>
6666
<groupId>org.apache.maven.plugins</groupId>
6767
<artifactId>maven-archetype-plugin</artifactId>
68-
<version>3.2.1</version>
68+
<version>3.0.1</version>
69+
<executions>
70+
<execution>
71+
<goals>
72+
<goal>integration-test</goal>
73+
</goals>
74+
</execution>
75+
</executions>
6976
</plugin>
7077
</plugins>
7178
</pluginManagement>

0 commit comments

Comments
 (0)