Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
sarah.grebing
ProofScriptParser
Commits
f9f89ef1
Commit
f9f89ef1
authored
Apr 30, 2017
by
Alexander Weigl
Browse files
fix pom.xml for license plugin
parent
13e81139
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
f9f89ef1
...
...
@@ -27,20 +27,38 @@
</scm>
<organization>
<name>
Application-oriented Formal Verification
</name>
<url>
http://formal.iti.kit.edu
</url>
</organization>
<inceptionYear>
2017
</inceptionYear>
<licenses>
<license>
<name>
gpl_v3
</name>
</license>
</licenses>
<properties>
<licenseName>
gpl_v3
</licenseName>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<maven.compiler.target>
1.8
</maven.compiler.target>
<maven.compiler.source>
1.8
</maven.compiler.source>
</properties>
<build>
<plugins>
<plugin>
<groupId>
org.codehaus.mojo
</groupId>
<artifactId>
license-maven-plugin
</artifactId>
<version>
1.12
</version>
</plugin>
<plugin>
<groupId>
org.codehaus.mojo
</groupId>
<artifactId>
license-maven-plugin
</artifactId>
<version>
1.12
</version>
<configuration>
<licenseName>
gpl_v3
</licenseName>
</configuration>
</plugin>
<plugin>
<groupId>
org.antlr
</groupId>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment