<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>argouml-maven-plugin</artifactId>
<version>1.0-SNAPSHOT</version>
<executions>
<execution>
<phase>pre-site</phase>
<goals>
<goal>transform</goal>
</goals>
</execution>
</executions>
<configuration>
<outputDirectory>${project.build.directory}/site/images</outputDirectory>
</configuration>
</plugin>