Skip to content

Commit

Permalink
[WFLY-19296] Change the org.wildfly:wildfly-ts-integ-mp-certification…
Browse files Browse the repository at this point in the history
… pom parent from org.wildfly:wildfly-ts-integ-mp
  • Loading branch information
lvydra committed May 15, 2024
1 parent d288532 commit ebd1393
Showing 1 changed file with 38 additions and 1 deletion.
39 changes: 38 additions & 1 deletion testsuite/integration/microprofile-tck/certification/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,54 @@

<parent>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-ts-integ-mp</artifactId>
<artifactId>wildfly-parent</artifactId>
<!--
Maintain separation between the artifact id and the version to help prevent
merge conflicts between commits changing the GA and those changing the V.
-->
<version>33.0.0.Beta1-SNAPSHOT</version>
<relativePath>../../../../pom.xml</relativePath>
</parent>

<artifactId>wildfly-ts-integ-mp-certification</artifactId>
<name>WildFly Test Suite: Integration - MicroProfile TCK - Certification</name>

<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<executions><execution><id>default-compile</id><phase>none</phase></execution></executions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<executions><execution><id>default-site</id><phase>none</phase></execution></executions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<executions><execution><id>default-jar</id><phase>none</phase></execution></executions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions><execution><id>attach-sources</id><phase>none</phase></execution></executions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<executions><execution><id>default-install</id><phase>none</phase></execution></executions>
</plugin>
</plugins>
</pluginManagement>
</build>

<profiles>
<profile>
<id>microprofile-certification</id>
Expand Down

0 comments on commit ebd1393

Please sign in to comment.