Skip to content

Commit 7c1a19e

Browse files
authored
Skip installation for the integration tests project (#38)
1 parent a76b563 commit 7c1a19e

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

  • jee-agents-distribution/jee-agents-destribution-integration-tests

jee-agents-distribution/jee-agents-destribution-integration-tests/pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,13 @@
123123
</execution>
124124
</executions>
125125
</plugin>
126-
126+
<plugin>
127+
<groupId>org.apache.maven.plugins</groupId>
128+
<artifactId>maven-install-plugin</artifactId>
129+
<configuration>
130+
<skip>true</skip>
131+
</configuration>
132+
</plugin>
127133
</plugins>
128134
</build>
129135
<profiles>

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,11 @@
186186
<artifactId>maven-jar-plugin</artifactId>
187187
<version>3.4.2</version>
188188
</plugin>
189+
<plugin>
190+
<groupId>org.apache.maven.plugins</groupId>
191+
<artifactId>maven-install-plugin</artifactId>
192+
<version>3.1.4</version>
193+
</plugin>
189194
</plugins>
190195
</pluginManagement>
191196
</build>

0 commit comments

Comments
 (0)