forked from jasder/antlr
Merge pull request #719 from jeduden/master
This commit is contained in:
commit
d506602696
|
@ -150,7 +150,7 @@
|
|||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-plugin-plugin</artifactId>
|
||||
<version>3.2</version>
|
||||
<version>3.3</version>
|
||||
<configuration>
|
||||
<!-- see http://jira.codehaus.org/browse/MNG-5346 -->
|
||||
<skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
|
||||
|
@ -195,7 +195,7 @@
|
|||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-plugin-plugin</artifactId>
|
||||
<version>3.2</version>
|
||||
<version>3.3</version>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
|
|
|
@ -63,9 +63,9 @@ public class Antlr4ErrorLog implements ANTLRToolListener {
|
|||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
* <p/>
|
||||
* <p>
|
||||
* This implementation passes the message to the Maven log.
|
||||
*
|
||||
* </p>
|
||||
* @param message The message to send to Maven
|
||||
*/
|
||||
@Override
|
||||
|
@ -78,9 +78,9 @@ public class Antlr4ErrorLog implements ANTLRToolListener {
|
|||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
* <p/>
|
||||
* <p>
|
||||
* This implementation passes the message to the Maven log.
|
||||
*
|
||||
* </p>
|
||||
* @param message The message to send to Maven.
|
||||
*/
|
||||
@Override
|
||||
|
@ -101,9 +101,9 @@ public class Antlr4ErrorLog implements ANTLRToolListener {
|
|||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
* <p/>
|
||||
* <p>
|
||||
* This implementation passes the message to the Maven log.
|
||||
*
|
||||
* </p>
|
||||
* @param message
|
||||
*/
|
||||
@Override
|
||||
|
|
|
@ -146,10 +146,11 @@ public class Antlr4Mojo extends AbstractMojo {
|
|||
* the generate phase of the plugin. Note that the plugin is smart enough to
|
||||
* realize that imported grammars should be included but not acted upon
|
||||
* directly by the ANTLR Tool.
|
||||
* <p/>
|
||||
* <p>
|
||||
* A set of Ant-like inclusion patterns used to select files from the source
|
||||
* directory for processing. By default, the pattern
|
||||
* <code>**/*.g4</code> is used to select grammar files.
|
||||
* </p>
|
||||
*/
|
||||
@Parameter
|
||||
protected Set<String> includes = new HashSet<String>();
|
||||
|
|
|
@ -58,4 +58,5 @@ YYYY/MM/DD, github id, Full name, email
|
|||
2014/03/18, aphyr, Kyle Kingsbury, aphyr@aphyr.com
|
||||
2014/06/07, ericvergnaud, Eric Vergnaud, eric.vergnaud@wanadoo.fr
|
||||
2014/07/04, jimidle, Jim Idle, jimi@Idle.ws
|
||||
2014/09/04. jeduden, Jan-Eric Duden, jeduden@gmail.com
|
||||
2014/09/27, petrbel, Petr Bělohlávek, antlr@petrbel.cz
|
||||
|
|
Loading…
Reference in New Issue