提交 494bbaf0 编写于 作者: E Eduardo Ramos

Enable tests in deployment profile

上级 6a592603
......@@ -1018,6 +1018,14 @@
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<skipTests>false</skipTests>
</configuration>
</plugin>
<!-- Nexus staging, https://oss.sonatype.org/ -->
<plugin>
<groupId>org.sonatype.plugins</groupId>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册