提交 5869162e 编写于 作者: O Oliver Gondža

Skip gulp tests when -DskipTests=true provided

上级 85692b52
...@@ -79,7 +79,7 @@ THE SOFTWARE. ...@@ -79,7 +79,7 @@ THE SOFTWARE.
<groupId>${project.groupId}</groupId> <groupId>${project.groupId}</groupId>
<artifactId>remoting</artifactId> <artifactId>remoting</artifactId>
<!-- specified in the parent --> <!-- specified in the parent -->
</dependency> </dependency>
<dependency> <dependency>
<groupId>${project.groupId}</groupId> <groupId>${project.groupId}</groupId>
<artifactId>cli</artifactId> <artifactId>cli</artifactId>
...@@ -475,7 +475,7 @@ THE SOFTWARE. ...@@ -475,7 +475,7 @@ THE SOFTWARE.
<additionalClassesDirectories> <additionalClassesDirectories>
<!-- load resoures straight from source --> <!-- load resoures straight from source -->
<additionalClassesDirectory>../core/src/main/resources</additionalClassesDirectory> <additionalClassesDirectory>../core/src/main/resources</additionalClassesDirectory>
<!-- <!--
read directly from core module's output directory, read directly from core module's output directory,
so that changes are picked up right away without running mvn. so that changes are picked up right away without running mvn.
...@@ -742,7 +742,10 @@ THE SOFTWARE. ...@@ -742,7 +742,10 @@ THE SOFTWARE.
<goals> <goals>
<goal>gulp</goal> <goal>gulp</goal>
</goals> </goals>
<configuration><arguments>bundle test</arguments></configuration> <configuration>
<arguments>bundle test</arguments>
<skip>${skipTests}</skip>
</configuration>
</execution> </execution>
</executions> </executions>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册