Skip to content

Commit 98ae2e9

Browse files
authored
Merge pull request #1038 from jenkinsci/skip-deploy
Skip deployment only for parent module
2 parents d11f507 + cb5fdb8 commit 98ae2e9

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed

pom.xml

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
34
<modelVersion>4.0.0</modelVersion>
45

56
<parent>
@@ -25,7 +26,7 @@
2526
<changelist>999999-SNAPSHOT</changelist>
2627

2728
<gitHubRepo>jenkinsci/git-forensics-plugin</gitHubRepo>
28-
</properties>
29+
</properties>
2930

3031
<scm child.scm.connection.inherit.append.path="false"
3132
child.scm.developerConnection.inherit.append.path="false"
@@ -37,17 +38,15 @@
3738
</scm>
3839

3940
<build>
40-
<pluginManagement>
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-
</pluginManagement>
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>
5150
</build>
5251
<profiles>
5352
<profile>

ui-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<name>UI Tests of Git Forensics Plugin</name>
1717

1818
<properties>
19-
<jenkins.version>2.523</jenkins.version>
19+
<jenkins.version>2.524</jenkins.version>
2020
<hpi-plugin.version>3.1746.v2e9fe7dc4d95</hpi-plugin.version>
2121
<json-smart.version>2.3</json-smart.version>
2222
<json-unit-assertj.version>4.1.1</json-unit-assertj.version>

0 commit comments

Comments
 (0)