mirror of https://github.com/apache/activemq.git
Exclude some MQTT tests on HP-UX, see AMQ-5267
This commit is contained in:
parent
bf1c57b33d
commit
eae2112028
|
@ -256,5 +256,27 @@
|
|||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>activemq.tests.hpux.excludes</id>
|
||||
<activation>
|
||||
<os>
|
||||
<family>HP-UX</family>
|
||||
</os>
|
||||
</activation>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<configuration>
|
||||
<excludes combine.children="append">
|
||||
<exclude>**/MQTT**.*</exclude>
|
||||
</excludes>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</profile>
|
||||
</profiles>
|
||||
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue