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
languages
EmbeddedMontiArc
Commits
75745c7f
Commit
75745c7f
authored
Oct 28, 2017
by
Sascha Niklas Schneiders
Browse files
Merge branch 'master' of
https://github.com/EmbeddedMontiArc/EmbeddedMontiArc
parents
d265a653
755a5c3e
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
75745c7f
...
...
@@ -448,9 +448,6 @@
<artifactId>
coveralls-maven-plugin
</artifactId>
<version>
4.3.0
</version>
<configuration>
<excludes>
<exclude>
target/**
</exclude>
</excludes>
</configuration>
</plugin>
<plugin>
...
...
@@ -462,7 +459,19 @@
<maxmem>
256m
</maxmem>
<!-- aggregated reports for multi-module projects -->
<aggregate>
true
</aggregate>
</configuration>
<instrumentation>
<excludes>
<exclude>
target/**
</exclude>
</excludes>
</instrumentation>
</configuration>
<executions>
<execution>
<goals>
<goal>
clean
</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
...
...
@@ -478,4 +487,14 @@
<url>
file://${project.build.directory}/external-dependencies
</url>
</snapshotRepository>
</distributionManagement>
<reporting>
<plugins>
<plugin>
<groupId>
org.codehaus.mojo
</groupId>
<artifactId>
cobertura-maven-plugin
</artifactId>
<version>
2.7
</version>
</plugin>
</plugins>
</reporting>
</project>
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