Ang: [Surefire plugin] console output of tests

2006-11-08 Thread Martin Börlin
have you tried this? build plugins plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-surefire-plugin/artifactId configuration !--reportFormatplain/reportFormat-- useFiletrue/useFile !-- if true output if written to a file--

Ang: [M2] properties from parent-pom expanded wrongly in child-pom

2006-10-25 Thread Martin Börlin
Hi, I do the following: In my parent pom I define scm connection scm:svn:svn://server/repository/trunc/ /connection developerConnection scm:svn:svn://server/repository/trunc/ /developerConnection /scm and the child poms does NOT define the scm tag. The child

Ang: how to exclude txt file from source?

2006-09-20 Thread Martin Börlin
file -- excludesql_create_mySQL.txt/exclude excludesql_populate_mySQL.txt/exclude /excludes /resource /resources build -Martin Börlin Ursprungligt meddelande Från: [EMAIL PROTECTED] Datum: 2006-09-20 08:22:11 Till: Maven Users Listusers

phases executed twice when declaring maven-surefire-report-plugin

2006-09-07 Thread Martin Börlin
Hi! I have a problem regarding the life cycle in Maven 2. I need to run an ANT-script before the package phase, i.e. in the test phase. I want to install the application and generate a Maven-site to a remote location, hence I run the folllowing Maven command: mvn install site-deploy