AW: scm connection in parent POM?

2006-07-26 Thread Nick Panienski
How does the scm connection in a parent POM have to configured so that sub-projects are found with the convention of putting them in groupId/artifactId (with dots replaced by slashes in groupId) in CVS? Hi, I use SVN and configured the root to where all my projects reside as scmconnection.

Exclude certain files during tests

2006-07-25 Thread Nick Panienski
Hi, I have JUnit and HTTPUnit tests in my project, but I dont want surefire to execute my HTTPUnit tests. I tried a testExcludes testExclude implementation=java.lang.Stringpattern/testExclude /testExcludes in the configuration of the Maven Compiler Plugin, without success... (maybe my

AW: Exclude certain files during tests

2006-07-25 Thread Nick Panienski
Denis wrote: If you're using maven 2, the correct syntax is (should be), in the build/plugins part: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-surefire-plugin/artifactId configuration excludes excludeui/**/exclude

AW: AW: Exclude certain files during tests

2006-07-25 Thread Nick Panienski
Denis wrote: Don't know exactly where these patterns come from, but to me, they are ant-like: http://ant.apache.org/manual/dirtasks.html#patterns I thought ui was the base directory for your HttpUnit tests. So, with this directory structure, exclusion pattern should be something like: