Skip to content

Commit 2ef0342

Browse files
Skip deployment of E2E test module to maven repository
Signed-off-by: Adrian Cole <[email protected]>
1 parent 1def54e commit 2ef0342

File tree

6 files changed

+7
-5
lines changed

6 files changed

+7
-5
lines changed

e2e/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,13 @@
115115
</dependency>
116116
</dependencies>
117117
</plugin>
118+
<plugin>
119+
<groupId>org.apache.maven.plugins</groupId>
120+
<artifactId>maven-deploy-plugin</artifactId>
121+
<configuration>
122+
<skip>true</skip>
123+
</configuration>
124+
</plugin>
118125
</plugins>
119126
</build>
120127

examples/examples-release-17/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@
107107
<plugin>
108108
<groupId>org.apache.maven.plugins</groupId>
109109
<artifactId>maven-deploy-plugin</artifactId>
110-
<version>3.1.1</version>
111110
<configuration>
112111
<skip>true</skip>
113112
</configuration>

examples/examples-release-18/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@
107107
<plugin>
108108
<groupId>org.apache.maven.plugins</groupId>
109109
<artifactId>maven-deploy-plugin</artifactId>
110-
<version>3.1.1</version>
111110
<configuration>
112111
<skip>true</skip>
113112
</configuration>

examples/examples-release-19/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@
111111
<plugin>
112112
<groupId>org.apache.maven.plugins</groupId>
113113
<artifactId>maven-deploy-plugin</artifactId>
114-
<version>3.1.1</version>
115114
<configuration>
116115
<skip>true</skip>
117116
</configuration>

examples/examples-release-20/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@
111111
<plugin>
112112
<groupId>org.apache.maven.plugins</groupId>
113113
<artifactId>maven-deploy-plugin</artifactId>
114-
<version>3.1.1</version>
115114
<configuration>
116115
<skip>true</skip>
117116
</configuration>

examples/examples-release-latest/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@
111111
<plugin>
112112
<groupId>org.apache.maven.plugins</groupId>
113113
<artifactId>maven-deploy-plugin</artifactId>
114-
<version>3.1.1</version>
115114
<configuration>
116115
<skip>true</skip>
117116
</configuration>

0 commit comments

Comments
 (0)