Skip to content

Instantly share code, notes, and snippets.

@calavera
Created December 2, 2010 23:36
Show Gist options
  • Save calavera/726322 to your computer and use it in GitHub Desktop.
Save calavera/726322 to your computer and use it in GitHub Desktop.
<plugin>
<groupId>org.mirah.maven</groupId>
<artifactId>maven-mirah-plugin</artifactId>
<executions>
<execution>
<phase>validate</phase>
<goals><goal>compile</goal></goals>
</execution>
</executions>
<configuration>
<bytecode>false</bytecode>
<outputDirectory>src/main/java</outputDirectory>
</configuration>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment