We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a85cdbf commit bd418e3Copy full SHA for bd418e3
pom.xml
@@ -86,11 +86,12 @@
86
<license.licenseName>bsd_2</license.licenseName>
87
<license.copyrightOwners>Board of Regents of the University of
88
Wisconsin-Madison.</license.copyrightOwners>
89
-
90
- <scala.version>2.12.1</scala.version>
+ <license.excludes>**/script_templates/**</license.excludes>
91
92
<!-- NB: Deploy releases to the ImageJ Maven repository. -->
93
<releaseProfiles>deploy-to-imagej</releaseProfiles>
+
94
+ <scala.version>2.12.1</scala.version>
95
</properties>
96
97
<dependencies>
0 commit comments