show test output window for custom actions
authorjlukas@lukas-laptop
Thu, 05 May 2011 17:45:57 +0200
changeset 1741686ebc4f6f50e
parent 17415 f15a743b824c
child 17417 3bc557071677
show test output window for custom actions
testng.maven/src/org/netbeans/modules/contrib/testng/maven/MavenModelUtils.java
testng.maven/src/org/netbeans/modules/contrib/testng/maven/testngActionMappings.xml
     1.1 --- a/testng.maven/src/org/netbeans/modules/contrib/testng/maven/MavenModelUtils.java	Thu May 05 16:48:47 2011 +0200
     1.2 +++ b/testng.maven/src/org/netbeans/modules/contrib/testng/maven/MavenModelUtils.java	Thu May 05 17:45:57 2011 +0200
     1.3 @@ -113,7 +113,7 @@
     1.4                  Plugin plug = model.getFactory().createPlugin();
     1.5                  plug.setGroupId(Constants.GROUP_APACHE_PLUGINS);
     1.6                  plug.setArtifactId(Constants.PLUGIN_SUREFIRE);
     1.7 -                plug.setVersion("2.4.2"); //NOI18N
     1.8 +                plug.setVersion("2.8.1"); //NOI18N
     1.9                  Configuration conf = model.getFactory().createConfiguration();
    1.10                  POMExtensibilityElement suite = model.getFactory().createPOMExtensibilityElement(
    1.11                          POMQName.createQName("suiteXmlFiles", model.getPOMQNames().isNSAware()));//NOI18N
     2.1 --- a/testng.maven/src/org/netbeans/modules/contrib/testng/maven/testngActionMappings.xml	Thu May 05 16:48:47 2011 +0200
     2.2 +++ b/testng.maven/src/org/netbeans/modules/contrib/testng/maven/testngActionMappings.xml	Thu May 05 17:45:57 2011 +0200
     2.3 @@ -49,7 +49,7 @@
     2.4          </packagings>
     2.5          <goals>
     2.6              <goal>test-compile</goal>
     2.7 -            <goal>org.apache.maven.plugins:maven-surefire-plugin:2.4.2:test</goal>
     2.8 +            <goal>surefire:test</goal>
     2.9          </goals>
    2.10      </action>
    2.11  </actions>
    2.12 \ No newline at end of file