jsdt-core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>net.revelc.code.formatter</groupId> <artifactId>jsdt-core</artifactId> <version>3.2.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>net.revelc.code.formatter</groupId> <artifactId>jsdt-core</artifactId> <version>3.2.0</version> <packaging>eclipse-plugin</packaging> <name>Eclipse JSDT Core Bundle</name> <description>Repackaging of Eclipse JSDT bundled for Maven Central</description> <url>https://github.com/revelc/jsdt-core/</url> <inceptionYear>2017</inceptionYear> <licenses> <license> <name>Eclipse Public License</name> <url>http://www.eclipse.org/legal/epl-v10.html</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <name>Christopher Tubbs</name> </developer> <developer> <name>Jeremy Landis</name> </developer> </developers> <mailingLists> <mailingList /> </mailingLists> <scm> <connection>scm:git:https://github.com/revelc/jsdt-core.git</connection> <developerConnection>scm:git:git@github.com/revelc/jsdt-core.git</developerConnection> <tag>jsdt-core-3.2.0</tag> <url>https://github.com/revelc/jsdt-core</url> </scm> <issueManagement> <system>GitHub</system> <url>https://github.com/revelc/jsdt-core/issues</url> </issueManagement> <ciManagement> <system>GitHub</system> <url>https://github.com/revelc/jsdt-core/actions</url> </ciManagement> <distributionManagement> <repository> <id>sonatype-nexus-staging</id> <name>Sonatype Release Distribution Staging Repository</name> <url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url> </repository> <snapshotRepository> <id>sonatype-nexus-snapshots</id> <name>Sonatype Snapshot Distribution Repository</name> <url>https://oss.sonatype.org/content/repositories/snapshots</url> </snapshotRepository> </distributionManagement> <properties> <maven.compiler.release>11</maven.compiler.release> <autoVersionSubmodules>true</autoVersionSubmodules> <eclipse-repo.url>http://download.eclipse.org/releases/2022-06</eclipse-repo.url> <maven.compiler.target>11</maven.compiler.target> <maven.compiler.source>11</maven.compiler.source> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <tychoVersion>2.7.4</tychoVersion> <maven.site.deploy.skip>true</maven.site.deploy.skip> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <project.build.resourceEncoding>UTF-8</project.build.resourceEncoding> </properties> <dependencies> <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.util.function</artifactId> <version>1.2.0</version> <scope>compile</scope> <optional>false</optional> </dependency> <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.util.promise</artifactId> <version>1.2.0</version> <scope>compile</scope> <optional>false</optional> </dependency> <dependency> <groupId>p2.eclipse.plugin</groupId> <artifactId>org.eclipse.osgi</artifactId> <version>3.18.0.v20220516-2155</version> <type>eclipse-plugin</type> <scope>provided</scope> <optional>true</optional> </dependency> <dependency> <groupId>p2.eclipse.plugin</groupId> <artifactId>com.google.gson</artifactId> <version>2.8.9.v20220111-1409</version> <type>eclipse-plugin</type> <scope>provided</scope> <optional>true</optional> </dependency> <dependency> <groupId>p2.eclipse.plugin</groupId> <artifactId>com.google.guava</artifactId> <version>30.1.0.v20210127-2300</version> <type>eclipse-plugin</type> <scope>provided</scope> <optional>true</optional> </dependency> <dependency> <groupId>p2.eclipse.plugin</groupId> <artifactId>com.google.javascript</artifactId> <version>0.0.20160315.v20161124-1903</version> <type>eclipse-plugin</type> <scope>provided</scope> <optional>true</optional> </dependency> <dependency> <groupId>p2.eclipse.plugin</groupId> <artifactId>com.google.protobuf</artifactId> <version>2.4.0.v201105131100</version> <type>eclipse-plugin</type> <scope>provided</scope> <optional>true</optional> </dependency> <dependency> <groupId>p2.eclipse.plugin</groupId> <artifactId>com.ibm.icu</artifactId> <version>67.1.0.v20200706-1749</version> <type>eclipse-plugin</type> <scope>provided</scope> <optional>true</optional> </dependency> <dependency> <groupId>p2.eclipse.plugin</groupId> <artifactId>org.eclipse.wst.jsdt.core</artifactId> <version>2.0.303.v202007221940</version> <type>eclipse-plugin</type> <scope>provided</scope> <optional>true</optional> </dependency> <dependency> <groupId>p2.eclipse.plugin</groupId> <artifactId>org.eclipse.core.commands</artifactId> <version>3.10.200.v20220512-0851</version> <type>eclipse-plugin</type> <scope>provided</scope> <optional>true</optional> </dependency> <dependency> <groupId>p2.eclipse.plugin</groupId> <artifactId>org.eclipse.equinox.common</artifactId> <version>3.16.100.v20220315-2327</version> <type>eclipse-plugin</type> <scope>provided</scope> <optional>true</optional> </dependency> <dependency> <groupId>p2.eclipse.plugin</groupId> <artifactId>org.eclipse.core.contenttype</artifactId> <version>3.8.100.v20210910-0640</version> <type>eclipse-plugin</type> <scope>provided</scope> <optional>true</optional> </dependency> <dependency> <groupId>p2.eclipse.plugin</groupId> <artifactId>org.eclipse.equinox.preferences</artifactId> <version>3.10.0.v20220503-1634</version> <type>eclipse-plugin</type> <scope>provided</scope> <optional>true</optional> </dependency> <dependency> <groupId>p2.eclipse.plugin</groupId> <artifactId>org.eclipse.equinox.registry</artifactId> <version>3.11.100.v20211021-1418</version> <type>eclipse-plugin</type> <scope>provided</scope> <optional>true</optional> </dependency> <dependency> <groupId>p2.eclipse.plugin</groupId> <artifactId>org.eclipse.core.expressions</artifactId> <version>3.8.100.v20210910-0640</version> <type>eclipse-plugin</type> <scope>provided</scope> <optional>true</optional> </dependency> <dependency> <groupId>p2.eclipse.plugin</groupId> <artifactId>org.eclipse.core.runtime</artifactId> <version>3.25.0.v20220506-1157</version> <type>eclipse-plugin</type> <scope>provided</scope> <optional>true</optional> </dependency> <dependency> <groupId>p2.eclipse.plugin</groupId> <artifactId>org.eclipse.core.filesystem</artifactId> <version>1.9.400.v20220419-0658</version> <type>eclipse-plugin</type> <scope>provided</scope> <optional>true</optional> </dependency> <dependency> <groupId>p2.eclipse.plugin</groupId> <artifactId>org.eclipse.core.jobs</artifactId> <version>3.13.0.v20220512-1935</version> <type>eclipse-plugin</type> <scope>provided</scope> <optional>true</optional> </dependency> <dependency> <groupId>p2.eclipse.plugin</groupId> <artifactId>org.eclipse.core.resources</artifactId> <version>3.17.0.v20220517-0751</version> <type>eclipse-plugin</type> <scope>provided</scope> <optional>true</optional> </dependency> <dependency> <groupId>p2.eclipse.plugin</groupId> <artifactId>org.eclipse.equinox.app</artifactId> <version>1.6.100.v20211021-1418</version> <type>eclipse-plugin</type> <scope>provided</scope> <optional>true</optional> </dependency> <dependency> <groupId>p2.eclipse.plugin</groupId> <artifactId>org.eclipse.core.variables</artifactId> <version>3.5.100.v20210721-1355</version> <type>eclipse-plugin</type> <scope>provided</scope> <optional>true</optional> </dependency> <dependency> <groupId>p2.eclipse.plugin</groupId> <artifactId>org.eclipse.debug.core</artifactId> <version>3.19.100.v20220324-0630</version> <type>eclipse-plugin</type> <scope>provided</scope> <optional>true</optional> </dependency> <dependency> <groupId>p2.eclipse.plugin</groupId> <artifactId>org.eclipse.emf.common</artifactId> <version>2.25.0.v20220325-0806</version> <type>eclipse-plugin</type> <scope>provided</scope> <optional>true</optional> </dependency> <dependency> <groupId>p2.eclipse.plugin</groupId> <artifactId>org.eclipse.emf.ecore</artifactId> <version>2.27.0.v20220426-0617</version> <type>eclipse-plugin</type> <scope>provided</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.service.prefs</artifactId> <version>1.1.2</version> <scope>compile</scope> <optional>false</optional> </dependency> <dependency> <groupId>p2.eclipse.plugin</groupId> <artifactId>org.eclipse.osgi.util</artifactId> <version>3.7.0.v20220427-2144</version> <type>eclipse-plugin</type> <scope>provided</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.util.measurement</artifactId> <version>1.0.2</version> <scope>compile</scope> <optional>false</optional> </dependency> <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.util.position</artifactId> <version>1.0.1</version> <scope>compile</scope> <optional>false</optional> </dependency> <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.util.xml</artifactId> <version>1.0.2</version> <scope>compile</scope> <optional>false</optional> </dependency> <dependency> <groupId>p2.eclipse.plugin</groupId> <artifactId>org.eclipse.text</artifactId> <version>3.12.100.v20220506-1404</version> <type>eclipse-plugin</type> <scope>provided</scope> <optional>true</optional> </dependency> <dependency> <groupId>p2.eclipse.plugin</groupId> <artifactId>org.eclipse.wst.common.core</artifactId> <version>1.4.100.v202103232321</version> <type>eclipse-plugin</type> <scope>provided</scope> <optional>true</optional> </dependency> <dependency> <groupId>p2.eclipse.plugin</groupId> <artifactId>org.eclipse.wst.common.environment</artifactId> <version>1.0.401.v202007142017</version> <type>eclipse-plugin</type> <scope>provided</scope> <optional>true</optional> </dependency> <dependency> <groupId>p2.eclipse.plugin</groupId> <artifactId>org.eclipse.wst.common.frameworks</artifactId> <version>1.2.202.v202108200212</version> <type>eclipse-plugin</type> <scope>provided</scope> <optional>true</optional> </dependency> <dependency> <groupId>p2.eclipse.plugin</groupId> <artifactId>org.eclipse.wst.common.project.facet.core</artifactId> <version>1.4.402.v202111212041</version> <type>eclipse-plugin</type> <scope>provided</scope> <optional>true</optional> </dependency> <dependency> <groupId>p2.eclipse.plugin</groupId> <artifactId>org.eclipse.wst.validation</artifactId> <version>1.2.801.v202007142017</version> <type>eclipse-plugin</type> <scope>provided</scope> <optional>true</optional> </dependency> </dependencies> <repositories> <repository> <id>eclipse</id> <url>${eclipse-repo.url}</url> <layout>p2</layout> </repository> </repositories> <build> <pluginManagement> <plugins> <plugin> <groupId>com.github.ekryd.sortpom</groupId> <artifactId>sortpom-maven-plugin</artifactId> <version>3.2.0</version> <configuration> <createBackupFile>false</createBackupFile> <expandEmptyElements>false</expandEmptyElements> <keepBlankLines>false</keepBlankLines> <lineSeparator>\n</lineSeparator> <nrOfIndentSpace>2</nrOfIndentSpace> <predefinedSortOrder>recommended_2008_06</predefinedSortOrder> <sortDependencies>scope,groupId,artifactId</sortDependencies> <sortProperties>true</sortProperties> <spaceBeforeCloseEmptyElement>true</spaceBeforeCloseEmptyElement> <verifyFail>Stop</verifyFail> </configuration> </plugin> <plugin> <artifactId>maven-clean-plugin</artifactId> <version>3.2.0</version> </plugin> <plugin> <artifactId>maven-compiler-plugin</artifactId> <version>3.10.1</version> </plugin> <plugin> <artifactId>maven-dependency-plugin</artifactId> <version>3.3.0</version> </plugin> <plugin> <artifactId>maven-deploy-plugin</artifactId> <version>3.0.0</version> </plugin> <plugin> <artifactId>maven-enforcer-plugin</artifactId> <version>3.1.0</version> </plugin> <plugin> <artifactId>maven-gpg-plugin</artifactId> <version>3.0.1</version> </plugin> <plugin> <artifactId>maven-install-plugin</artifactId> <version>3.0.1</version> </plugin> <plugin> <artifactId>maven-jar-plugin</artifactId> <version>3.2.2</version> </plugin> <plugin> <artifactId>maven-javadoc-plugin</artifactId> <version>3.4.0</version> <configuration> <quiet>true</quiet> <doclint>all,-missing</doclint> </configuration> </plugin> <plugin> <artifactId>maven-release-plugin</artifactId> <version>3.0.0-M6</version> <configuration> <arguments>-Pgpg-sign</arguments> <goals>clean deploy</goals> <preparationGoals>clean scm:add scm:checkin -Dincludes=META-INF/MANIFEST.MF -Dmessage="[maven-release-plugin] Increment Bundle-Version for release" -DpushChanges=false</preparationGoals> <completionGoals>clean scm:add scm:checkin -Dincludes=META-INF/MANIFEST.MF -Dmessage="[maven-release-plugin] Increment Bundle-Version for snapshot" -DpushChanges=false</completionGoals> <localCheckout>true</localCheckout> <pushChanges>false</pushChanges> <useReleaseProfile>false</useReleaseProfile> </configuration> </plugin> <plugin> <artifactId>maven-resources-plugin</artifactId> <version>3.2.0</version> </plugin> <plugin> <artifactId>maven-scm-plugin</artifactId> <version>2.0.0-M1</version> </plugin> <plugin> <artifactId>maven-surefire-plugin</artifactId> <version>3.0.0-M7</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>versions-maven-plugin</artifactId> <version>2.11.0</version> </plugin> <plugin> <groupId>org.eclipse.tycho</groupId> <artifactId>target-platform-configuration</artifactId> <version>${tychoVersion}</version> </plugin> <plugin> <groupId>org.eclipse.tycho</groupId> <artifactId>tycho-compiler-plugin</artifactId> <version>${tychoVersion}</version> </plugin> <plugin> <groupId>org.eclipse.tycho</groupId> <artifactId>tycho-maven-plugin</artifactId> <version>${tychoVersion}</version> </plugin> <plugin> <groupId>org.eclipse.tycho</groupId> <artifactId>tycho-source-plugin</artifactId> <version>${tychoVersion}</version> </plugin> </plugins> </pluginManagement> <plugins> <plugin> <groupId>com.github.ekryd.sortpom</groupId> <artifactId>sortpom-maven-plugin</artifactId> <executions> <execution> <id>sort-pom</id> <phase>process-sources</phase> <goals> <goal>sort</goal> </goals> </execution> <execution> <id>verify-pom</id> <phase>process-resources</phase> <goals> <goal>verify</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>io.github.floverfelt</groupId> <artifactId>find-and-replace-maven-plugin</artifactId> <version>1.1.0</version> <executions> <execution> <id>update-manifest-version-from-pom</id> <phase>pre-clean</phase> <goals> <goal>find-and-replace</goal> </goals> <configuration> <replacementType>file-contents</replacementType> <baseDir>META-INF</baseDir> <findRegex>Bundle-Version:.*</findRegex> <replaceValue>Bundle-Version: ${project.version}</replaceValue> </configuration> </execution> <execution> <id>version-with-snapshot-update-manifest</id> <phase>pre-clean</phase> <goals> <goal>find-and-replace</goal> </goals> <configuration> <replacementType>file-contents</replacementType> <baseDir>META-INF</baseDir> <findRegex>-SNAPSHOT</findRegex> <replaceValue>.qualifier</replaceValue> </configuration> </execution> </executions> </plugin> <plugin> <artifactId>maven-dependency-plugin</artifactId> <executions> <execution> <phase>prepare-package</phase> <goals> <goal>unpack-dependencies</goal> </goals> <configuration> <outputDirectory>${project.build.outputDirectory}</outputDirectory> <excludes>META-INF/*</excludes> </configuration> </execution> </executions> </plugin> <plugin> <artifactId>maven-enforcer-plugin</artifactId> <executions> <execution> <id>enforce-basic</id> <goals> <goal>enforce</goal> </goals> <configuration> <rules> <requireMavenVersion> <version>[3.6.3,)</version> </requireMavenVersion> <requireJavaVersion> <version>[11,)</version> </requireJavaVersion> </rules> </configuration> </execution> </executions> </plugin> <plugin> <artifactId>maven-javadoc-plugin</artifactId> <executions> <execution> <id>attach-javadocs</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.eclipse.tycho</groupId> <artifactId>target-platform-configuration</artifactId> <configuration> <resolver>p2</resolver> <ignoreTychoRepositories>true</ignoreTychoRepositories> <pomDependencies>consider</pomDependencies> <environments> <environment> <os>linux</os> <ws>gtk</ws> <arch>x86_64</arch> </environment> <environment> <os>win32</os> <ws>win32</ws> <arch>x86</arch> </environment> <environment> <os>macosx</os> <ws>cocoa</ws> <arch>x86_64</arch> </environment> </environments> </configuration> </plugin> <plugin> <groupId>org.eclipse.tycho</groupId> <artifactId>tycho-compiler-plugin</artifactId> <configuration> <useProjectSettings>false</useProjectSettings> </configuration> </plugin> <plugin> <groupId>org.eclipse.tycho</groupId> <artifactId>tycho-maven-plugin</artifactId> <extensions>true</extensions> </plugin> <plugin> <groupId>org.eclipse.tycho</groupId> <artifactId>tycho-source-plugin</artifactId> <executions> <execution> <id>plugin-source</id> <goals> <goal>plugin-source</goal> </goals> </execution> </executions> </plugin> </plugins> </build> <profiles> <profile> <id>gpg-sign</id> <build> <plugins> <plugin> <artifactId>maven-gpg-plugin</artifactId> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </profile> </profiles> </project>