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
1c47617b
Unverified
Commit
1c47617b
authored
Oct 28, 2017
by
strepkov
Committed by
GitHub
Oct 28, 2017
Browse files
Update pom.xml
parent
97266f0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
1c47617b
...
...
@@ -455,13 +455,13 @@
<artifactId>
cobertura-maven-plugin
</artifactId>
<version>
2.7
</version>
<configuration>
<format>
xml
</format>
<instrumentation>
<excludes>
<exclude>
target/generated-sources/**
</exclude>
</excludes>
</instrumentation>
</configuration>
<format>
xml
</format>
<instrumentation>
<excludes>
<exclude>
target/generated-sources/**
</exclude>
</excludes>
</instrumentation>
</configuration>
</plugin>
</plugins>
</build>
...
...
@@ -482,16 +482,8 @@
<plugins>
<plugin>
<groupId>
org.codehaus.mojo
</groupId>
<artifactId>
cobertura-maven-plugin
</artifactId>
<version>
2.7
</version>
<configuration>
<format>
xml
</format>
<instrumentation>
<excludes>
<exclude>
target/generated-sources/**
</exclude>
</excludes>
</instrumentation>
</configuration>
<artifactId>
cobertura-maven-plugin
</artifactId>
<version>
2.7
</version>
</plugin>
</plugins>
</reporting>
...
...
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