4.0.0 com.github.jsqlparser jsqlparser 1.2 JSQLParser library 2004 JSQLParser bundle https://github.com/JSQLParser/JSqlParser GNU Library or Lesser General Public License (LGPL) V2.1 http://www.gnu.org/licenses/lgpl-2.1.html repo The Apache Software License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0.txt repo commons-io commons-io 2.4 test junit junit 4.12 test org.hamcrest hamcrest-library 1.3 test org.mockito mockito-core 2.16.0 test Tobias Warneke t.warneke@gmx.net sonatype-nexus-staging https://oss.sonatype.org/service/local/staging/deploy/maven2 sonatype-nexus-snapshots https://oss.sonatype.org/content/repositories/snapshots scm:git:https://github.com/JSQLParser/JSqlParser.git scm:git:ssh://git@github.com:JSQLParser/JSqlParser.git https://github.com/JSQLParser/JSqlParser.git jsqlparser-1.2 GitHub Issues https://github.com/JSQLParser/JSqlParser/issues maven-compiler-plugin 3.7.0 1.7 1.7 true ${project.build.sourceEncoding} org.codehaus.mojo javacc-maven-plugin 2.6 javacc generate-sources jjtree-javacc net.java.dev.javacc javacc 7.0.3 org.apache.maven.plugins maven-eclipse-plugin 2.9 /target/generated-sources/javacc org.apache.maven.plugins maven-resources-plugin 2.6 ${project.build.sourceEncoding} org.codehaus.mojo license-maven-plugin 1.6 false false false first update-file-header process-sources lgpl_v2_1 src/main/java org.apache.maven.plugins maven-release-plugin 2.5.3 true false forked-path org.apache.maven.scm maven-scm-provider-gitexe 1.9.5 org.apache.maven.plugins maven-source-plugin 3.0.1 attach-sources jar org.apache.maven.plugins maven-javadoc-plugin 2.10.3 attach-javadocs ${javadoc.opts} jar maven-site-plugin 3.3 attach-descriptor attach-descriptor en org.eluder.coveralls coveralls-maven-plugin 3.1.0 org.codehaus.mojo cobertura-maven-plugin 2.7 xml 256m net/sf/jsqlparser/parser/*.class net/sf/jsqlparser/JSQLParserException.class org.apache.felix maven-bundle-plugin 3.0.1 true org.apache.maven.plugins maven-surefire-plugin 2.15 org.apache.maven.plugins maven-surefire-report-plugin 2.16 ${project.reporting.outputDirectory}/testresults org.apache.maven.plugins maven-javadoc-plugin 2.10.3 true html javadoc org.apache.maven.plugins maven-project-info-reports-plugin 2.7 org.apache.maven.plugins maven-jxr-plugin 2.3 true org.codehaus.mojo cobertura-maven-plugin 2.6 true %{project.reporting.outputDirectory}/cobertura org.codehaus.mojo findbugs-maven-plugin 2.5.3 org.codehaus.mojo javacc-maven-plugin 2.6 sign-release-artifacts performRelease true org.apache.maven.plugins maven-gpg-plugin 1.4 sign-artifacts verify sign f22e0543 doclint-java8-disable [1.8,) -Xdoclint:none check.sources !skipCheckSources org.apache.maven.plugins maven-checkstyle-plugin 2.17 verify-style process-classes check true true ${project.build.sourceDirectory} com.puppycrawl.tools checkstyle 6.19 UTF-8 JSqlParser parses an SQL statement and translate it into a hierarchy of Java classes. The generated hierarchy can be navigated using the Visitor Pattern.