Skip to content

Commit 43a0939

Browse files
committed
POM: remove redundant configuration
1 parent 49823a5 commit 43a0939

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

pom.xml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -111,28 +111,4 @@ Wisconsin-Madison.</license.copyrightOwners>
111111
<scope>test</scope>
112112
</dependency>
113113
</dependencies>
114-
115-
<build>
116-
<plugins>
117-
<plugin>
118-
<artifactId>maven-jar-plugin</artifactId>
119-
<configuration>
120-
<archive>
121-
<manifest>
122-
<packageName>org.scijava.plugins.scripting.scala</packageName>
123-
</manifest>
124-
</archive>
125-
</configuration>
126-
</plugin>
127-
<plugin>
128-
<groupId>org.codehaus.mojo</groupId>
129-
<artifactId>license-maven-plugin</artifactId>
130-
<configuration>
131-
<licenseName>bsd_2</licenseName>
132-
<organizationName>Board of Regents of the University of
133-
Wisconsin-Madison.</organizationName>
134-
</configuration>
135-
</plugin>
136-
</plugins>
137-
</build>
138114
</project>

0 commit comments

Comments
 (0)