Skip to content
Snippets Groups Projects
Commit 5cacde34 authored by Mina Otgonbold's avatar Mina Otgonbold
Browse files

Merge branch 'master' of...

Merge branch 'master' of https://community.opengroup.org/osdu/platform/system/storage into x-collaboration
parents 4adaa9dc 4b56bd2b
No related branches found
No related tags found
1 merge request!546Update Storage to be Collaboration Context Aware
Pipeline #150513 failed
......@@ -265,6 +265,25 @@
</deployment>
</configuration>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.3</version>
<executions>
<execution>
<goals>
<goal>prepare-agent</goal>
</goals>
</execution>
<execution>
<id>report</id>
<phase>prepare-package</phase>
<goals>
<goal>report</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment