Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
monticore
EmbeddedMontiArc
generators
EMAM2Cpp
Commits
517a2aa7
Commit
517a2aa7
authored
Dec 11, 2018
by
vonWenckstern
Browse files
added license plugin
parent
ae3bccb0
Pipeline
#90652
passed with stage
in 20 minutes and 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
517a2aa7
...
...
@@ -379,6 +379,25 @@
<aggregate>
true
</aggregate>
</configuration>
</plugin>
<plugin>
<groupId>
org.codehaus.mojo
</groupId>
<artifactId>
license-maven-plugin
</artifactId>
<version>
1.14
</version>
<dependencies>
<dependency>
<groupId>
org.apache.maven.doxia
</groupId>
<artifactId>
doxia-core
</artifactId>
<version>
1.6
</version>
</dependency>
<dependency>
<groupId>
org.apache.maven.doxia
</groupId>
<artifactId>
doxia-site-renderer
</artifactId>
<version>
1.6
</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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