mirror of https://github.com/apache/maven.git
o adding snippets for a guide
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@326311 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
cca7503b05
commit
6eb39b64ef
|
@ -27,6 +27,7 @@ import java.io.FileReader;
|
||||||
import java.security.Permission;
|
import java.security.Permission;
|
||||||
import java.util.StringTokenizer;
|
import java.util.StringTokenizer;
|
||||||
|
|
||||||
|
// START SNIPPET: generate-sources-0
|
||||||
/**
|
/**
|
||||||
* @goal generate
|
* @goal generate
|
||||||
* @phase generate-sources
|
* @phase generate-sources
|
||||||
|
@ -131,6 +132,8 @@ public class AntlrPlugin
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// END SNIPPET: generate-sources-0
|
||||||
|
|
||||||
protected File getGeneratedFile( String grammar, String outputDirectory )
|
protected File getGeneratedFile( String grammar, String outputDirectory )
|
||||||
throws Exception
|
throws Exception
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue