Skip to content
This repository was archived by the owner on Sep 26, 2023. It is now read-only.

Commit 735468e

Browse files
authored
chore: Skip generating test jar for BOM (#1899)
* chore: Don't generate testlib for parent and bom * chore: Add in properties per project * chore: Move testlib configs to modules * chore: Don't skip child modules * chore: Remove jar plugin in bom * chore: Skip test jar classifier for BOM
1 parent de0ca3b commit 735468e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

gax-bom/pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,20 @@
8484
<skip>true</skip>
8585
</configuration>
8686
</plugin>
87+
<plugin>
88+
<groupId>org.apache.maven.plugins</groupId>
89+
<artifactId>maven-jar-plugin</artifactId>
90+
<executions>
91+
<execution>
92+
<goals>
93+
<goal>test-jar</goal>
94+
</goals>
95+
<configuration>
96+
<skip>true</skip>
97+
</configuration>
98+
</execution>
99+
</executions>
100+
</plugin>
87101
</plugins>
88102
</build>
89103
</project>

0 commit comments

Comments
 (0)