diff --git a/.gitignore b/.gitignore
index 36cfc9caa..2068ad7b6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,13 +1,19 @@
# Maven build folders
+/target/
/tool/target/
/runtime/Java/target/
-/gunit/target/
/antlr4-maven-plugin/target/
# Ant build folders
/build/
/dist/
+# NetBeans user configuration files
+/nbactions.xml
+/tool/nbactions.xml
+/runtime/Java/nbactions.xml
+/antlr4-maven-plugin/nbactions.xml
+
# IntelliJ projects
*.iml
*.ipr
diff --git a/CHANGES.txt b/CHANGES.txt
index 200c95435..5d2d751c3 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -6,8 +6,22 @@ December 1, 2012
line 2:3 token recognition error at: '\t'
line 2:4 token recognition error at: '\n'
+November 30, 2012
+
+* Maven updates (cleanup, unification, and specify Java 6 bootstrap classpath)
+
+November 28, 2012
+
+* Maven updates (uber-jar, manifest details)
+
+November 27, 2012
+
+* Maven updates (prepare for deploying to Sonatype OSS)
+* Use efficient bitset tests instead of long chains of operator ==
+
November 26, 2012
+* Maven updates (include sources and javadocs, fix warnings)
* Don't generate action methods for lexer rules not containing an action
* Generated action and sempred methods are private
* Remove unused / problematic methods:
diff --git a/antlr4-maven-plugin/pom.xml b/antlr4-maven-plugin/pom.xml
index 84959b7cb..8e6b19591 100644
--- a/antlr4-maven-plugin/pom.xml
+++ b/antlr4-maven-plugin/pom.xml
@@ -48,135 +48,16 @@
maven-plugin
ANTLR 4 Maven plugin
+ Maven plugin for ANTLR 4 grammars
3.0
-
-
-
-
- Terence Parr
- http://antlr.org/wiki/display/~admin/Home
-
- Project lead - ANTLR
-
-
-
-
- Sam Harwell
- http://tunnelvisionlabs.com
-
- Developer
-
-
-
-
- Jim Idle
- http://www.temporal-wave.com
-
- Originator, version 4.0
-
-
-
-
- David Holroyd
- http://david.holroyd.me.uk/
-
- Originator - prior version
-
-
-
-
- Kenny MacDermid
- mailto:kenny "at" kmdconsulting.ca
-
- Contributor - prior versions
-
-
-
-
-
-
-
-
- repo
- The BSD License
- http://www.antlr.org/LICENSE.txt
-
-
-
-
-
-
- antlr-repo
- ANTLR Testing repository
- scpexe://antlr.org/home/mavensync/antlr-repo
-
-
-
- antlr-snapshot
- ANTLR Testing Snapshot Repository
- scpexe://antlr.org/home/mavensync/antlr-snapshot
-
-
-
- antlr-repo
- ANTLR Maven Plugin Web Site
- scpexe://antlr.org/home/mavensync/antlr-maven-webs/antlr4-maven-plugin
-
-
-
-
-
-
-
-
- antlr-snapshot
- ANTLR Testing Snapshot Repository
- http://antlr.org/antlr-snapshot
-
- true
- always
-
-
-
- false
-
-
-
-
-
2009
-
-
- http://antlr.markmail.org/
-
- http://www.antlr.org/pipermail/antlr-interest/
-
- ANTLR Users
- http://www.antlr.org/mailman/listinfo/antlr-interest/
- http://www.antlr.org/mailman/options/antlr-interest/
- antlr-interest@antlr.org
-
-
-
-
- ANTLR.org
- http://www.antlr.org
-