Skip to content

Commit

Permalink
Merge pull request #908 from hazendaz/formatting
Browse files Browse the repository at this point in the history
[fix] Correct tag back to HEAD and fix licensing
  • Loading branch information
hazendaz authored Oct 21, 2024
2 parents ba920cc + dca7267 commit 363efbd
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
<scm>
<connection>scm:git:ssh://git@github.com/spotbugs/spotbugs-maven-plugin.git</connection>
<developerConnection>scm:git:ssh://git@github.com/spotbugs/spotbugs-maven-plugin.git</developerConnection>
<tag>spotbugs-maven-plugin-4.8.6.4</tag>
<tag>HEAD</tag>
<url>https://github.com/spotbugs/spotbugs-maven-plugin</url>
</scm>
<issueManagement>
Expand Down Expand Up @@ -656,8 +656,7 @@
<configuration>
<licenseSets>
<licenseSet>
<header>LICENSE_HEADER</header>
<excludes>
<excludes combine.children="append">
<exclude>**/*edu.umd.cs.findbugs.core.prefs</exclude>
<exclude>**/*.txt</exclude>
</excludes>
Expand Down Expand Up @@ -1004,7 +1003,6 @@
<phase>pre-integration-test</phase>
<configuration>
<target>

<echo>Copying Source for Tests......</echo>
<echo>Making ${integrationTestSrc}</echo>
<mkdir dir="${integrationTestSrc}" />
Expand All @@ -1014,7 +1012,6 @@
<copy todir="${integrationTestSrc}">
<fileset dir="${localTestSrc}" includes="${includesTestSrcPattern}" />
</copy>

</target>
</configuration>
</execution>
Expand Down

0 comments on commit 363efbd

Please sign in to comment.