On Tue, Jul 29, 2008 at 6:32 PM, Daniele Dellafiore <[EMAIL PROTECTED]> wrote:
> Anyone does know anything about this?
>
> The task should be simple: just avoid that site:stage or, say,
> tomcat:deploy plugin run the "test" phase.
> I thought about configuring some executions but failed till now...
>
> Any idea?
sorry, emails uncomplete.
I am trying something like this, but does not work: no errors and
tests runs anyway.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<executions>
<execution>
<id>site</id>
<phase>test</phase>
<goals>
<goal>stage</goal>
</goals>
<configuration>
<skipTests>true</skipTests>
</configuration>
</execution>
</executions>
</plugin>
--
Daniele Dellafiore
http://blog.ildella.net/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]