Skip to content

Commit 7d1c702

Browse files
[MSHARED-1069] Upgrade Parent to 36
1 parent 74c79a5 commit 7d1c702

File tree

2 files changed

+4
-61
lines changed

2 files changed

+4
-61
lines changed

pom.xml

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.maven.shared</groupId>
2525
<artifactId>maven-shared-components</artifactId>
26-
<version>34</version>
26+
<version>36</version>
2727
<relativePath />
2828
</parent>
2929

@@ -45,7 +45,7 @@
4545
</issueManagement>
4646
<ciManagement>
4747
<system>Jenkins</system>
48-
<url>https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven-dependency-tree/</url>
48+
<url>https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-dependency-tree/</url>
4949
</ciManagement>
5050
<distributionManagement>
5151
<site>
@@ -102,26 +102,11 @@
102102
</dependencies>
103103

104104
<build>
105-
<pluginManagement>
106-
<plugins>
107-
<plugin>
108-
<artifactId>maven-javadoc-plugin</artifactId>
109-
<version>3.3.1</version>
110-
</plugin>
111-
<plugin>
112-
<artifactId>maven-project-info-reports-plugin</artifactId>
113-
<version>3.2.2</version>
114-
</plugin>
115-
<plugin>
116-
<artifactId>maven-site-plugin</artifactId>
117-
<version>3.10.0</version>
118-
</plugin>
119-
</plugins>
120-
</pluginManagement>
121105
<plugins>
122106
<plugin>
123107
<groupId>org.codehaus.plexus</groupId>
124108
<artifactId>plexus-component-metadata</artifactId>
109+
<version>2.1.1</version>
125110
<executions>
126111
<execution>
127112
<goals>
@@ -137,6 +122,7 @@
137122
<debug>true</debug>
138123
<projectsDirectory>src/it</projectsDirectory>
139124
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
125+
<cloneClean>true</cloneClean>
140126
<preBuildHookScript>setup</preBuildHookScript>
141127
<postBuildHookScript>verify</postBuildHookScript>
142128
<localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>

src/it/reactor/setup.bsh

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)