Skip to content

Commit bd418e3

Browse files
committed
POM: exclude script_templates from license headers
1 parent a85cdbf commit bd418e3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,12 @@
8686
<license.licenseName>bsd_2</license.licenseName>
8787
<license.copyrightOwners>Board of Regents of the University of
8888
Wisconsin-Madison.</license.copyrightOwners>
89-
90-
<scala.version>2.12.1</scala.version>
89+
<license.excludes>**/script_templates/**</license.excludes>
9190

9291
<!-- NB: Deploy releases to the ImageJ Maven repository. -->
9392
<releaseProfiles>deploy-to-imagej</releaseProfiles>
93+
94+
<scala.version>2.12.1</scala.version>
9495
</properties>
9596

9697
<dependencies>

0 commit comments

Comments
 (0)