Re: IT test in the maven war plugin

2007-10-28 Thread olivier lamy
Hi, I have the same issue with the site plugin when I have added an it. Have a look at the pom [1] to see how goals are invoked : ${project.groupId}:${project.artifactId}:${project.version }:site With this notation no harcoding in the it poms. -- Olivier [1] https://svn.apache.org/repos/asf/maven

IT test in the maven war plugin

2007-10-28 Thread Stephane Nicoll
Hi, Olivier has added recently the structure for IT tests which is a great idea. I've faced a very annoying issue however. It seems that the invoker does not use the current development version of the plugin but the latest release (2.1-alpha-1). I had to hard code the current dev version to make