File tree Expand file tree Collapse file tree 2 files changed +4
-61
lines changed Expand file tree Collapse file tree 2 files changed +4
-61
lines changed Original file line number Diff line number Diff line change 23
23
<parent >
24
24
<groupId >org.apache.maven.shared</groupId >
25
25
<artifactId >maven-shared-components</artifactId >
26
- <version >34 </version >
26
+ <version >36 </version >
27
27
<relativePath />
28
28
</parent >
29
29
45
45
</issueManagement >
46
46
<ciManagement >
47
47
<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 >
49
49
</ciManagement >
50
50
<distributionManagement >
51
51
<site >
102
102
</dependencies >
103
103
104
104
<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 >
121
105
<plugins >
122
106
<plugin >
123
107
<groupId >org.codehaus.plexus</groupId >
124
108
<artifactId >plexus-component-metadata</artifactId >
109
+ <version >2.1.1</version >
125
110
<executions >
126
111
<execution >
127
112
<goals >
137
122
<debug >true</debug >
138
123
<projectsDirectory >src/it</projectsDirectory >
139
124
<cloneProjectsTo >${project.build.directory} /it</cloneProjectsTo >
125
+ <cloneClean >true</cloneClean >
140
126
<preBuildHookScript >setup</preBuildHookScript >
141
127
<postBuildHookScript >verify</postBuildHookScript >
142
128
<localRepositoryPath >${project.build.directory} /local-repo</localRepositoryPath >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments