Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
System
Dataset
Commits
9c86c0f9
Commit
9c86c0f9
authored
Apr 23, 2022
by
harshit aggarwal
Browse files
Merge branch 'master' into haaggarw-ut
parents
49d8966f
461da0fe
Pipeline
#105591
passed with stages
in 30 minutes and 56 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
provider/dataset-azure/pom.xml
View file @
9c86c0f9
...
...
@@ -190,6 +190,14 @@
<groupId>
org.jacoco
</groupId>
<artifactId>
jacoco-maven-plugin
</artifactId>
<version>
0.8.3
</version>
<configuration>
<excludes>
<exclude>
**/*org/opengroup/osdu/dataset/provider/azure/cache/**
</exclude>
<exclude>
**/*org/opengroup/osdu/dataset/provider/azure/di/**Config.class
</exclude>
<exclude>
**/*org/opengroup/osdu/dataset/provider/azure/security/**
</exclude>
<exclude>
**/*org/opengroup/osdu/dataset/provider/azure/DatasetAzureApplication.class
</exclude>
</excludes>
</configuration>
<executions>
<execution>
<goals>
...
...
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