Skip to content

Instantly share code, notes, and snippets.

@youknowjack
Created October 1, 2013 17:15
Show Gist options
  • Save youknowjack/6781902 to your computer and use it in GitHub Desktop.
Save youknowjack/6781902 to your computer and use it in GitHub Desktop.
<build>
<plugins>
<!-- add this plugin definition -->
<plugin>
<groupId>com.indeed</groupId>
<artifactId>proctor-maven-plugin</artifactId>
<version>1.0</version>
<executions>
<execution>
<id>proctor-generate</id>
<goals>
<goal>generate</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment