<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<executions>
<execution>
<id>attach-site</id>
<phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>de.smartics.maven.plugin</groupId>
<artifactId>projectmetadata-maven-plugin</artifactId>
<version>1.0.0</version>
<executions>
<execution>
<id>metadata</id>
<goals>
<goal>archive</goal>
</goals>
</execution>
</executions>
</plugin>