Skip to content

Instantly share code, notes, and snippets.

@cliffsun91
Last active December 17, 2015 17:58
Show Gist options
  • Save cliffsun91/5649425 to your computer and use it in GitHub Desktop.
Save cliffsun91/5649425 to your computer and use it in GitHub Desktop.
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>1.8</version>
<executions>
<execution>
<phase>generate-sources</phase>
<goals>
<goal>add-source</goal>
</goals>
<configuration>
<sources>
<source>target/generated-sources/antlr4</source>
</sources>
</configuration>
</execution>
</executions>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment