File tree 1 file changed +2
-5
lines changed
1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 141
141
<scm >
142
142
<
connection >scm:git:ssh://
[email protected] /spotbugs/spotbugs-maven-plugin.git</
connection >
143
143
<
developerConnection >scm:git:ssh://
[email protected] /spotbugs/spotbugs-maven-plugin.git</
developerConnection >
144
- <tag >spotbugs-maven-plugin-4.8.6.4 </tag >
144
+ <tag >HEAD </tag >
145
145
<url >https://github.com/spotbugs/spotbugs-maven-plugin</url >
146
146
</scm >
147
147
<issueManagement >
656
656
<configuration >
657
657
<licenseSets >
658
658
<licenseSet >
659
- <header >LICENSE_HEADER</header >
660
- <excludes >
659
+ <excludes combine.children=" append" >
661
660
<exclude >**/*edu.umd.cs.findbugs.core.prefs</exclude >
662
661
<exclude >**/*.txt</exclude >
663
662
</excludes >
1004
1003
<phase >pre-integration-test</phase >
1005
1004
<configuration >
1006
1005
<target >
1007
-
1008
1006
<echo >Copying Source for Tests......</echo >
1009
1007
<echo >Making ${integrationTestSrc} </echo >
1010
1008
<mkdir dir =" ${integrationTestSrc}" />
1014
1012
<copy todir =" ${integrationTestSrc}" >
1015
1013
<fileset dir =" ${localTestSrc}" includes =" ${includesTestSrcPattern}" />
1016
1014
</copy >
1017
-
1018
1015
</target >
1019
1016
</configuration >
1020
1017
</execution >
You can’t perform that action at this time.
0 commit comments