Do you mean you want to just compile or produce a jar also? If you want to skip the tests, then you would have to comment the maven-surefire-plugin reference from the trunk & core pom files... or just use an exclude in the maven-surefire-plugin of the core pom file.
- Balaji -----Original Message----- From: Rick McGuire [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 28, 2006 2:13 PM To: yoko-dev@incubator.apache.org Subject: Building without tests? Is there a maven option on the yoko build to suppress running the tests? I find myself doing a lot of iterations on things right now, and skipping the tests would really speed things up for me. Rick