<plugin>
<groupId>de.smartics.maven.plugin</groupId>
<artifactId>doctype-maven-plugin</artifactId>
<version>1.9.4</version>
<executions>
<execution>
<id>doctype</id>
<goals>
<goal>generate</goal>
</goals>
<phase>generate-resources</phase>
</execution>
</executions>
<configuration>
<shortId>myshortid</shortId>
</configuration>
</plugin>