Re: Maven2 fails on test-compile with TestNG

2007-02-06 Thread noban
Problem with Error getting POM for 'org.apache.maven.plugins:maven-surefire-plugin' from the repository was solved when I`ve cleaned a bit my settings.xml file. But after that I`ve found that my tests doesn`t compiling at all. A've added two more tests to my AppTest.java I`m running either

Maven2 fails on test-compile with TestNG

2007-02-05 Thread noban
Hi! My goal is compile and run TestNG test in Sample application using Maven2. I`m new to Maven, so I`m shure solution for my problem is trivial. I`ve looked for it through the I-Net but found nothing. Here's my steps: I generate project using archetypes mechanism: mvn archetype:create