我有一個根配置了maven-surefire-plugin和gwt模塊pom配置了gwt-maven-plugin。 升級到Maven 3後,出現奇怪的錯誤。 該項目類似的配置喜歡這裏描述:Separate GwtTest tests from standard unit tests <plugin>
<groupId>org.apache.maven.plugins</group
我的項目有幾個JUnit測試,我很少想運行。要做到這一點,我把它們放在一個@Category然後我這樣做: <plugin>
<artifactId>maven-surefire-plugin</artifactId>
<!-- Run all but the inject tests -->
<configuration>
<groups>!be.tes