Skip to content

Commit d36f323

Browse files
authored
Merge pull request #1040 from jenkinsci/skip-deploy
Skip deployment in parent
2 parents 98ae2e9 + 8c7bf0d commit d36f323

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

plugin/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
</developers>
3232

3333
<properties>
34+
<maven.deploy.skip>false</maven.deploy.skip>
35+
3436
<!-- Library Dependencies Versions -->
3537
<eclipse-collections.version>9.2.0</eclipse-collections.version>
3638
<testcontainers.version>1.21.3</testcontainers.version>

pom.xml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<changelist>999999-SNAPSHOT</changelist>
2727

2828
<gitHubRepo>jenkinsci/git-forensics-plugin</gitHubRepo>
29+
<maven.deploy.skip>true</maven.deploy.skip>
2930
</properties>
3031

3132
<scm child.scm.connection.inherit.append.path="false"
@@ -37,17 +38,6 @@
3738
<tag>${scmTag}</tag>
3839
</scm>
3940

40-
<build>
41-
<plugins>
42-
<plugin>
43-
<groupId>org.apache.maven.plugins</groupId>
44-
<artifactId>maven-deploy-plugin</artifactId>
45-
<configuration>
46-
<skip>true</skip>
47-
</configuration>
48-
</plugin>
49-
</plugins>
50-
</build>
5141
<profiles>
5242
<profile>
5343
<id>ci</id>

0 commit comments

Comments
 (0)