Skip to content

Commit

Permalink
Merge pull request #2872 from jamezp/deploy-test-api-artifacts-4.7
Browse files Browse the repository at this point in the history
Do not skip deploying any artifacts.
  • Loading branch information
jamezp committed Jul 23, 2021
2 parents bfe23fb + a58926f commit d8b6349
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 52 deletions.
12 changes: 0 additions & 12 deletions arquillian/RESTEASY-736-jetty/pom.xml
Expand Up @@ -10,18 +10,6 @@
<artifactId>RESTEASY-736-jetty</artifactId>
<packaging>jar</packaging>
<name>RESTEASY-736-jetty</name>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>

<dependencies>
<dependency>
Expand Down
7 changes: 0 additions & 7 deletions arquillian/pom.xml
Expand Up @@ -45,13 +45,6 @@

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
Expand Down
14 changes: 0 additions & 14 deletions profiling-tests/pom.xml
Expand Up @@ -66,18 +66,4 @@
<scope>test</scope>
</dependency>
</dependencies>


<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>

</project>
12 changes: 0 additions & 12 deletions testsuite/arquillian-utils/pom.xml
Expand Up @@ -191,16 +191,4 @@
<artifactId>aether-transport-http</artifactId>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
</project>
7 changes: 0 additions & 7 deletions testsuite/pom.xml
Expand Up @@ -115,13 +115,6 @@
<excludedGroups>org.jboss.resteasy.category.ExpectedFailing${additional.surefire.excluded.groups}</excludedGroups>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
Expand Down

0 comments on commit d8b6349

Please sign in to comment.