Skip to content

Commit fe207b0

Browse files
Dewey joseDewey jose
authored andcommitted
Prevent parent POM from being deployed by adding maven-deploy-plugin skip configuration
1 parent a066bc9 commit fe207b0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,14 @@
169169
</execution>
170170
</executions>
171171
</plugin>
172+
<plugin>
173+
<groupId>org.apache.maven.plugins</groupId>
174+
<artifactId>maven-deploy-plugin</artifactId>
175+
<version>3.1.1</version>
176+
<configuration>
177+
<skip>true</skip>
178+
</configuration>
179+
</plugin>
172180
</plugins>
173181
</pluginManagement>
174182
</build>

0 commit comments

Comments
 (0)