Skip to content

Commit dca7267

Browse files
committed
[fix] Correct tag back to HEAD and fix licensing
1 parent ba920cc commit dca7267

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

pom.xml

+2-5
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
<scm>
142142
<connection>scm:git:ssh://[email protected]/spotbugs/spotbugs-maven-plugin.git</connection>
143143
<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>
145145
<url>https://github.com/spotbugs/spotbugs-maven-plugin</url>
146146
</scm>
147147
<issueManagement>
@@ -656,8 +656,7 @@
656656
<configuration>
657657
<licenseSets>
658658
<licenseSet>
659-
<header>LICENSE_HEADER</header>
660-
<excludes>
659+
<excludes combine.children="append">
661660
<exclude>**/*edu.umd.cs.findbugs.core.prefs</exclude>
662661
<exclude>**/*.txt</exclude>
663662
</excludes>
@@ -1004,7 +1003,6 @@
10041003
<phase>pre-integration-test</phase>
10051004
<configuration>
10061005
<target>
1007-
10081006
<echo>Copying Source for Tests......</echo>
10091007
<echo>Making ${integrationTestSrc}</echo>
10101008
<mkdir dir="${integrationTestSrc}" />
@@ -1014,7 +1012,6 @@
10141012
<copy todir="${integrationTestSrc}">
10151013
<fileset dir="${localTestSrc}" includes="${includesTestSrcPattern}" />
10161014
</copy>
1017-
10181015
</target>
10191016
</configuration>
10201017
</execution>

0 commit comments

Comments
 (0)