Skip to content

Commit

Permalink
Revert "Skip jar packaging of test common modules if necessary"
Browse files Browse the repository at this point in the history
This reverts commit b371801.
  • Loading branch information
turing85 committed Aug 2, 2024
1 parent 480f18b commit 0b9b29f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
7 changes: 0 additions & 7 deletions integration-tests/camel-jms/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
<id>default-jar</id>
<goals>
<goal>jar</goal>
</goals>
<phase>none</phase>
</execution>
<execution>
<goals>
<goal>test-jar</goal>
Expand Down
8 changes: 0 additions & 8 deletions integration-tests/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,6 @@
<artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
<id>default-jar</id>
<goals>
<goal>jar</goal>
</goals>
<phase>none</phase>
</execution>
<execution>
<id>test-jar</id>
<goals>
<goal>test-jar</goal>
</goals>
Expand Down

0 comments on commit 0b9b29f

Please sign in to comment.