Effective Pom of com.github.javaparser:javaparser-symbol-solver-logic:3.6.5
Created at 2018-05-15 05:15:14 UTC
Back to com.github.javaparser:javaparser-symbol-solver-logic:3.6.5
<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.github.javaparser</groupId> <artifactId>javaparser-parent</artifactId> <version>3.6.5</version> </parent> <groupId>com.github.javaparser</groupId> <artifactId>javaparser-symbol-solver-logic</artifactId> <version>3.6.5</version> <description>A Symbol Solver for Java, built on top of JavaParser (logic)</description> <url>https://github.com/javaparser/javaparser-symbol-solver-logic</url> <inceptionYear>2007</inceptionYear> <licenses> <license> <name>GNU Lesser General Public License</name> <url>http://www.gnu.org/licenses/lgpl-3.0.html</url> <distribution>repo</distribution> </license> <license> <name>Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> <comments>A business-friendly OSS license</comments> </license> </licenses> <developers> <developer> <id>matozoid</id> <name>Danny van Bruggen</name> <email>hexagonaal@gmail.com</email> <url>https://github.com/matozoid</url> </developer> <developer> <name>Júlio Vilmar Gesser</name> <email>jgesser@gmail.com</email> </developer> <developer> <id>sebastiankirsch</id> <name>Sebastian Kirsch</name> <email>sebastian.kirsch@immobilienscout24.de</email> <url>https://github.com/sebastiankirsch</url> </developer> <developer> <id>before</id> <name>André Rouél</name> <url>https://github.com/before</url> </developer> <developer> <id>SmiddyPence</id> <name>Nicholas Smith</name> <email>smiddypence@gmail.com</email> <url>https://github.com/SmiddyPence</url> </developer> <developer> <id>ftomassetti</id> <name>Federico Tomassetti</name> <email>federico@tomassetti.me</email> <url>https://github.com/ftomassetti</url> </developer> <developer> <id>ptitjes</id> <name>Didier Villevalois</name> <email>ptitjes@free.fr</email> <url>https://github.com/ptitjes</url> </developer> </developers> <contributors> <contributor> <name>Sebastian Kürten</name> <email>sebastian@topobyte.de</email> <url>https://github.com/sebkur</url> </contributor> <contributor> <name>Junfei Liang</name> <email>fly2best@gmail.com</email> <url>https://github.com/fly2best</url> </contributor> <contributor> <name>Jarkko Miettinen</name> <url>https://github.com/jmiettinen</url> </contributor> <contributor> <name>Alexey Morozov</name> <email>morozov@altlinux.org</email> <url>https://github.com/amorozov</url> </contributor> <contributor> <name>Donny Nadolny</name> <email>donny.nadolny@gmail.com</email> <url>https://github.com/dnadolny</url> </contributor> <contributor> <name>Raquel Pau</name> <email>raquelpau@gmail.com</email> <url>https://github.com/rpau</url> </contributor> <contributor> <name>Chao Shi</name> <email>stepinto@live.com</email> <url>https://github.com/stepinto</url> </contributor> <contributor> <name>Michael Schieder</name> <email>michael.schieder@gmail.com</email> <url>https://github.com/mschieder</url> </contributor> <contributor> <name>CRUZ Maximilien</name> <email>maximilien.cruz@gmail.com</email> <url>https://github.com/DeepSnowNeeL</url> </contributor> </contributors> <scm> <connection>scm:git:git://github.com/javaparser/javaparser.git/javaparser-symbol-solver-logic</connection> <developerConnection>scm:git:git@github.com:javaparser/javaparser.git/javaparser-symbol-solver-logic</developerConnection> <tag>javaparser-parent-3.6.5</tag> <url>https://github.com/javaparser/javaparser.git/javaparser-symbol-solver-logic</url> </scm> <issueManagement> <system>GitHub Issue Tracker</system> <url>https://github.com/javaparser/javaparser/issues</url> </issueManagement> <distributionManagement> <repository> <id>bintray-javaparser-JavaParser</id> <name>javaparser-JavaParser</name> <url>https://api.bintray.com/maven/javaparser/JavaParser/javaparser/;publish=1</url> </repository> </distributionManagement> <properties> <build.timestamp>2018-05-15T05:15:11Z</build.timestamp> <java.version>1.8</java.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <dependencyManagement> <dependencies> <dependency> <groupId>org.javassist</groupId> <artifactId>javassist</artifactId> <version>3.22.0-GA</version> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>23.4-jre</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</version> <scope>test</scope> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-api</artifactId> <version>5.0.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <version>2.13.0</version> <scope>test</scope> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>org.javassist</groupId> <artifactId>javassist</artifactId> <version>3.22.0-GA</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.github.javaparser</groupId> <artifactId>javaparser-symbol-solver-model</artifactId> <version>3.6.5</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>23.4-jre</version> <scope>compile</scope> </dependency> </dependencies> <repositories> <repository> <releases> <enabled>true</enabled> <updatePolicy>daily</updatePolicy> </releases> <snapshots> <enabled>true</enabled> <updatePolicy>always</updatePolicy> </snapshots> <id>central</id> <url>http://repo1.maven.org/maven2/</url> </repository> <repository> <releases> <enabled>true</enabled> <updatePolicy>daily</updatePolicy> </releases> <snapshots> <enabled>true</enabled> <updatePolicy>always</updatePolicy> </snapshots> <id>springframework-releases</id> <url>http://maven.springframework.org/release/</url> </repository> <repository> <releases> <enabled>true</enabled> <updatePolicy>daily</updatePolicy> </releases> <snapshots> <enabled>true</enabled> <updatePolicy>always</updatePolicy> </snapshots> <id>jenkins-releases</id> <url>http://repo.jenkins-ci.org/releases/</url> </repository> <repository> <releases> <enabled>true</enabled> <updatePolicy>daily</updatePolicy> </releases> <snapshots> <enabled>true</enabled> <updatePolicy>always</updatePolicy> </snapshots> <id>sonatype-public</id> <url>https://repository.sonatype.org/</url> </repository> <repository> <releases> <enabled>true</enabled> <updatePolicy>daily</updatePolicy> </releases> <snapshots> <enabled>true</enabled> <updatePolicy>always</updatePolicy> </snapshots> <id>sonatype-releases</id> <url>https://oss.sonatype.org/content/repositories/releases/</url> </repository> <repository> <releases> <enabled>true</enabled> <updatePolicy>daily</updatePolicy> </releases> <snapshots> <enabled>true</enabled> <updatePolicy>always</updatePolicy> </snapshots> <id>eclipse-releases</id> <url>https://repo.eclipse.org/content/groups/releases</url> </repository> <repository> <releases> <enabled>true</enabled> <updatePolicy>daily</updatePolicy> </releases> <snapshots> <enabled>true</enabled> <updatePolicy>always</updatePolicy> </snapshots> <id>neo4j-releases</id> <url>http://m2.neo4j.org/releases/</url> </repository> <repository> <releases> <enabled>true</enabled> <updatePolicy>daily</updatePolicy> </releases> <snapshots> <enabled>true</enabled> <updatePolicy>always</updatePolicy> </snapshots> <id>apache-releases</id> <url>https://repository.apache.org/content/repositories/releases/</url> </repository> <repository> <releases> <enabled>true</enabled> <updatePolicy>daily</updatePolicy> </releases> <snapshots> <enabled>true</enabled> <updatePolicy>always</updatePolicy> </snapshots> <id>jboss-releases</id> <url>https://repository.jboss.org/nexus/content/repositories/releases/</url> </repository> <repository> <releases> <enabled>true</enabled> <updatePolicy>daily</updatePolicy> </releases> <snapshots> <enabled>true</enabled> <updatePolicy>always</updatePolicy> </snapshots> <id>gradle-plugins-releases</id> <url>http://gradle.artifactoryonline.com/gradle/plugins-releases/</url> </repository> <repository> <releases> <enabled>true</enabled> <updatePolicy>daily</updatePolicy> </releases> <snapshots> <enabled>true</enabled> <updatePolicy>always</updatePolicy> </snapshots> <id>spring-plugin-releases</id> <url>http://repo.springsource.org/plugins-release/</url> </repository> </repositories> <pluginRepositories> <pluginRepository> <releases> <enabled>true</enabled> <updatePolicy>daily</updatePolicy> </releases> <snapshots> <enabled>false</enabled> <updatePolicy>always</updatePolicy> </snapshots> <id>central</id> <url>http://repo1.maven.org/maven2/</url> </pluginRepository> </pluginRepositories> <build> <sourceDirectory>${basedir}/src/main/java</sourceDirectory> <scriptSourceDirectory>${basedir}/src/main/scripts</scriptSourceDirectory> <testSourceDirectory>${basedir}/src/test/java</testSourceDirectory> <outputDirectory>${basedir}/target/classes</outputDirectory> <testOutputDirectory>${basedir}/target/test-classes</testOutputDirectory> <resources> <resource> <directory>${basedir}/src/main/resources</directory> </resource> </resources> <testResources> <testResource> <directory>${basedir}/src/test/resources</directory> </testResource> </testResources> <directory>${basedir}/target</directory> <finalName>javaparser-symbol-solver-logic-3.6.5</finalName> <pluginManagement> <plugins> <plugin> <artifactId>maven-antrun-plugin</artifactId> <version>1.3</version> </plugin> <plugin> <artifactId>maven-assembly-plugin</artifactId> <version>2.2-beta-5</version> </plugin> <plugin> <artifactId>maven-source-plugin</artifactId> <version>3.0.1</version> </plugin> <plugin> <artifactId>maven-resources-plugin</artifactId> <version>3.0.1</version> </plugin> <plugin> <artifactId>maven-jar-plugin</artifactId> <version>3.0.2</version> </plugin> <plugin> <groupId>org.eluder.coveralls</groupId> <artifactId>coveralls-maven-plugin</artifactId> <version>4.3.0</version> </plugin> <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> <version>0.7.9</version> </plugin> <plugin> <artifactId>maven-javadoc-plugin</artifactId> <version>3.0.0</version> <configuration> <additionalOptions> <additionalOption>-Xdoclint:none</additionalOption> </additionalOptions> </configuration> </plugin> <plugin> <artifactId>maven-site-plugin</artifactId> <version>3.7</version> <configuration> <additionalOptions> <additionalOption>-Xdoclint:none</additionalOption> </additionalOptions> </configuration> </plugin> <plugin> <groupId>biz.aQute.bnd</groupId> <artifactId>bnd-maven-plugin</artifactId> <version>3.4.0</version> </plugin> <plugin> <artifactId>maven-enforcer-plugin</artifactId> <version>3.0.0-M1</version> </plugin> <plugin> <artifactId>maven-surefire-plugin</artifactId> <version>2.20.1</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>animal-sniffer-maven-plugin</artifactId> <version>1.16</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>exec-maven-plugin</artifactId> <version>1.6.0</version> </plugin> <plugin> <artifactId>maven-deploy-plugin</artifactId> <version>2.8.2</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>build-helper-maven-plugin</artifactId> <version>3.0.0</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>templating-maven-plugin</artifactId> <version>1.0.0</version> </plugin> <plugin> <artifactId>maven-dependency-plugin</artifactId> <version>3.0.2</version> </plugin> <plugin> <groupId>com.helger.maven</groupId> <artifactId>ph-javacc-maven-plugin</artifactId> <version>3.0.0</version> </plugin> <plugin> <artifactId>maven-clean-plugin</artifactId> <version>3.0.0</version> </plugin> <plugin> <artifactId>maven-compiler-plugin</artifactId> <version>3.7.0</version> </plugin> <plugin> <artifactId>maven-install-plugin</artifactId> <version>2.5.2</version> </plugin> <plugin> <artifactId>maven-release-plugin</artifactId> <version>2.5.3</version> </plugin> </plugins> </pluginManagement> <plugins> <plugin> <artifactId>maven-compiler-plugin</artifactId> <version>3.7.0</version> <executions> <execution> <id>default-compile</id> <phase>compile</phase> <goals> <goal>compile</goal> </goals> <configuration> <source>1.8</source> <target>1.8</target> </configuration> </execution> <execution> <id>default-testCompile</id> <phase>test-compile</phase> <goals> <goal>testCompile</goal> </goals> <configuration> <source>1.8</source> <target>1.8</target> </configuration> </execution> </executions> <configuration> <source>1.8</source> <target>1.8</target> </configuration> </plugin> <plugin> <artifactId>maven-source-plugin</artifactId> <version>3.0.1</version> <executions> <execution> <id>attach-sources</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>animal-sniffer-maven-plugin</artifactId> <version>1.16</version> <executions> <execution> <id>animal-sniffer</id> <phase>verify</phase> <goals> <goal>check</goal> </goals> <configuration> <signature> <groupId>org.codehaus.mojo.signature</groupId> <artifactId>java18</artifactId> <version>1.0</version> </signature> </configuration> </execution> </executions> <configuration> <signature> <groupId>org.codehaus.mojo.signature</groupId> <artifactId>java18</artifactId> <version>1.0</version> </signature> </configuration> </plugin> <plugin> <artifactId>maven-enforcer-plugin</artifactId> <version>3.0.0-M1</version> <executions> <execution> <id>enforce-versions</id> <phase>verify</phase> <goals> <goal>enforce</goal> </goals> <configuration> <rules> <requireJavaVersion> <version>1.8</version> </requireJavaVersion> <enforceBytecodeVersion> <maxJdkVersion>1.8</maxJdkVersion> </enforceBytecodeVersion> </rules> </configuration> </execution> </executions> <dependencies> <dependency> <groupId>org.codehaus.mojo</groupId> <artifactId>extra-enforcer-rules</artifactId> <version>1.0-beta-6</version> <scope>compile</scope> </dependency> </dependencies> </plugin> <plugin> <artifactId>maven-jar-plugin</artifactId> <version>3.0.2</version> <executions> <execution> <id>default-jar</id> <phase>package</phase> <goals> <goal>jar</goal> </goals> <configuration> <archive> <manifestEntries> <Automatic-Module-Name>com.github.javaparser.symbolsolver.logic</Automatic-Module-Name> </manifestEntries> </archive> </configuration> </execution> </executions> <configuration> <archive> <manifestEntries> <Automatic-Module-Name>com.github.javaparser.symbolsolver.logic</Automatic-Module-Name> </manifestEntries> </archive> </configuration> </plugin> <plugin> <artifactId>maven-clean-plugin</artifactId> <version>3.0.0</version> <executions> <execution> <id>default-clean</id> <phase>clean</phase> <goals> <goal>clean</goal> </goals> </execution> </executions> </plugin> <plugin> <artifactId>maven-resources-plugin</artifactId> <version>3.0.1</version> <executions> <execution> <id>default-testResources</id> <phase>process-test-resources</phase> <goals> <goal>testResources</goal> </goals> </execution> <execution> <id>default-resources</id> <phase>process-resources</phase> <goals> <goal>resources</goal> </goals> </execution> </executions> </plugin> <plugin> <artifactId>maven-surefire-plugin</artifactId> <version>2.20.1</version> <executions> <execution> <id>default-test</id> <phase>test</phase> <goals> <goal>test</goal> </goals> </execution> </executions> </plugin> <plugin> <artifactId>maven-install-plugin</artifactId> <version>2.5.2</version> <executions> <execution> <id>default-install</id> <phase>install</phase> <goals> <goal>install</goal> </goals> </execution> </executions> </plugin> <plugin> <artifactId>maven-deploy-plugin</artifactId> <version>2.8.2</version> <executions> <execution> <id>default-deploy</id> <phase>deploy</phase> <goals> <goal>deploy</goal> </goals> </execution> </executions> </plugin> <plugin> <artifactId>maven-site-plugin</artifactId> <version>3.7</version> <executions> <execution> <id>default-site</id> <phase>site</phase> <goals> <goal>site</goal> </goals> <configuration> <additionalOptions> <additionalOption>-Xdoclint:none</additionalOption> </additionalOptions> <outputDirectory>${basedir}/target/site</outputDirectory> <reportPlugins> <reportPlugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> </reportPlugin> </reportPlugins> </configuration> </execution> <execution> <id>default-deploy</id> <phase>site-deploy</phase> <goals> <goal>deploy</goal> </goals> <configuration> <additionalOptions> <additionalOption>-Xdoclint:none</additionalOption> </additionalOptions> <outputDirectory>${basedir}/target/site</outputDirectory> <reportPlugins> <reportPlugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> </reportPlugin> </reportPlugins> </configuration> </execution> </executions> <configuration> <additionalOptions> <additionalOption>-Xdoclint:none</additionalOption> </additionalOptions> <outputDirectory>${basedir}/target/site</outputDirectory> <reportPlugins> <reportPlugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> </reportPlugin> </reportPlugins> </configuration> </plugin> </plugins> </build> <reporting> <outputDirectory>${basedir}/target/site</outputDirectory> </reporting> </project>