File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 174174 <artifactId >maven-scm-api</artifactId >
175175 <version >${maven-scm.version} </version >
176176 </dependency >
177- <dependency >
178- <groupId >org.apache.maven.scm</groupId >
179- <artifactId >maven-scm-manager-plexus</artifactId >
180- <version >${maven-scm.version} </version >
181- <scope >compile</scope >
182- </dependency >
183177 <dependency >
184178 <groupId >org.apache.maven.scm</groupId >
185179 <artifactId >maven-scm-provider-svnexe</artifactId >
518512 </execution >
519513 </executions >
520514 </plugin >
521-
522- <!-- Copy nested `.git` folders excluded by default -->
523- <plugin >
524- <groupId >org.apache.maven.plugins</groupId >
525- <artifactId >maven-resources-plugin</artifactId >
526- <executions >
527- <execution >
528- <id >default-testResources</id >
529- <configuration >
530- <addDefaultExcludes >false</addDefaultExcludes >
531- </configuration >
532- </execution >
533- </executions >
534- </plugin >
535515 </plugins >
536516 </build >
537517 <reporting >
You can’t perform that action at this time.
0 commit comments