Skip to content

Commit f544359

Browse files
committed
POM: exclude script_templates from license headers
1 parent 42f804f commit f544359

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,12 @@
8383

8484
<properties>
8585
<package-name>org.scijava.plugins.scripting.jruby</package-name>
86+
8687
<license.licenseName>bsd_2</license.licenseName>
8788
<license.copyrightOwners>Board of Regents of the University of
8889
Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck
8990
Institute of Molecular Cell Biology and Genetics.</license.copyrightOwners>
91+
<license.excludes>**/script_templates/**</license.excludes>
9092

9193
<!-- NB: Deploy releases to the ImageJ Maven repository. -->
9294
<releaseProfiles>deploy-to-imagej</releaseProfiles>

0 commit comments

Comments
 (0)