Advertisement
gauravpaliwal

Untitled

Jul 21st, 2011
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. <profile>
  2. <id>netbeans-private-testng</id>
  3. <activation>
  4. <property>
  5. <name>netbeans.testng.action</name>
  6. </property>
  7. </activation>
  8. <build>
  9. <plugins>
  10. <plugin>
  11. <groupId>org.apache.maven.plugins</groupId>
  12. <artifactId>maven-surefire-plugin</artifactId>
  13. <version>2.8.1</version>
  14. <configuration>
  15. <suiteXmlFiles>
  16. <suiteXmlFile>target/nb-private/testng-suite.xml</suiteXmlFile>
  17. </suiteXmlFiles>
  18. </configuration>
  19. </plugin>
  20. </plugins>
  21. </build>
  22. </profile>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement