Skip to content

Commit 8803482

Browse files
committed
Excluded tests from the deployment.
1 parent a8c2000 commit 8803482

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tests/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,15 @@
5050
</plugin>
5151
</plugins>
5252
</pluginManagement>
53+
<plugins>
54+
<plugin>
55+
<groupId>org.apache.maven.plugins</groupId>
56+
<artifactId>maven-deploy-plugin</artifactId>
57+
<version>2.8.1</version>
58+
<configuration>
59+
<skip>true</skip>
60+
</configuration>
61+
</plugin>
62+
</plugins>
5363
</build>
5464
</project>

0 commit comments

Comments
 (0)