Skip to content

Commit

Permalink
Merge 2b90ae5 into 5ec0d32
Browse files Browse the repository at this point in the history
  • Loading branch information
kakulisen committed Aug 23, 2019
2 parents 5ec0d32 + 2b90ae5 commit d6d1c98
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
13 changes: 12 additions & 1 deletion integration-tests/pom.xml
Expand Up @@ -32,5 +32,16 @@
<module>coverage-aggregate</module>
</modules>


<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.2</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
</project>
13 changes: 13 additions & 0 deletions samples/pom.xml
Expand Up @@ -33,4 +33,17 @@
<module>verify-with-code-sample</module>
</modules>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.2</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>

</project>

0 comments on commit d6d1c98

Please sign in to comment.