jsdt-compat
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>ch.cmbntr</groupId> <artifactId>jsdt-compat</artifactId> <version>1.0.0</version> </dependency>
<?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"> <parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> <relativePath /> </parent> <modelVersion>4.0.0</modelVersion> <packaging>jar</packaging> <groupId>ch.cmbntr</groupId> <artifactId>jsdt-compat</artifactId> <version>1.0.0</version> <name>JSDT compat</name> <description>OpenJDK import of com.sun.tracing and sun.tracing packages to allow compilation in pre JDK 7 environments.</description> <url>https://cmbntr.github.com/jsdt-compat</url> <licenses> <license> <name>GNU General Public License, Version 2, with the Classpath Exception</name> <url>http://openjdk.java.net/legal/gplv2+ce.html</url> <distribution>repo</distribution> </license> </licenses> <scm> <url>https://github.com/cmbntr/jsdt-compat</url> <connection>scm:git:git@github.com:cmbntr/jsdt-compat.git</connection> <developerConnection>scm:git:git@github.com:cmbntr/jsdt-compat.git</developerConnection> <tag>RELEASE-1.0.0</tag> </scm> <developers> <developer> <id>cmbntr</id> <name>Michael Locher</name> <email>cmbntr@gmail.com</email> <roles> <role>developer</role> </roles> </developer> </developers> <build> <pluginManagement> <plugins> <plugin> <groupId>com.github.github</groupId> <artifactId>site-maven-plugin</artifactId> <version>0.7</version> <configuration> <message>Creating site for ${project.version}</message> <repositoryOwner>cmbntr</repositoryOwner> <repositoryName>jsdt-compat</repositoryName> <noJekyll>true</noJekyll> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <version>2.3.2</version> <configuration> <localCheckout>true</localCheckout> <tagNameFormat>RELEASE-@{project.version}</tagNameFormat> <pushChanges>false</pushChanges> <goals>deploy</goals> <!-- overwrite parent settings --> <arguments>-Pship -Pgpg</arguments> <mavenExecutorId>invoker</mavenExecutorId> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-clean-plugin</artifactId> <version>2.5</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> <version>2.6</version> <configuration> <encoding>${file.encoding}</encoding> <escapeWindowsPaths>false</escapeWindowsPaths> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <version>1.4</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>2.5.1</version> <configuration> <encoding>${file.encoding}</encoding> <source>1.5</source> <target>1.5</target> <debug>true</debug> <optimize>false</optimize> <showDeprecation>true</showDeprecation> <showWarnings>true</showWarnings> <compilerArgument>-Xlint:divzero,fallthrough,finally,overrides,empty,cast,unchecked</compilerArgument> <verbose>false</verbose> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <version>2.4</version> <configuration> <archive> <manifest> <addDefaultImplementationEntries>true</addDefaultImplementationEntries> </manifest> </archive> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>2.2</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-install-plugin</artifactId> <version>2.4</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> <version>2.7</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> <version>3.1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> <version>2.5.1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.9</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jxr-plugin</artifactId> <version>2.3</version> </plugin> </plugins> </pluginManagement> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> <version>3.1</version> <configuration> <reportPlugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> <configuration> <dependencyDetailsEnabled>false</dependencyDetailsEnabled> <dependencyLocationsEnabled>false</dependencyLocationsEnabled> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jxr-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <configuration> <charset>${file.encoding}</charset> <encoding>${file.encoding}</encoding> <docencoding>${file.encoding}</docencoding> <encoding>${file.encoding}</encoding> <quiet>true</quiet> <show>protected</show> <breakiterator>true</breakiterator> <version>true</version> <author>true</author> <keywords>true</keywords> <bottom><![CDATA[Copyright 2012, <a href="http://openjdk.java.net/">OpenJDK<a>]]></bottom> <links> <link>http://docs.oracle.com/javase/7/docs/api/</link> </links> </configuration> </plugin> </reportPlugins> </configuration> </plugin> </plugins> </build> <profiles> <profile> <id>ship</id> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <executions> <execution> <id>attach-sources</id> <phase>package</phase> <goals> <goal>jar-no-fork</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <executions> <execution> <id>attach-javadocs</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <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> <profile> <id>ghSite</id> <build> <plugins> <plugin> <groupId>com.github.github</groupId> <artifactId>site-maven-plugin</artifactId> <executions> <execution> <goals> <goal>site</goal> </goals> <phase>site</phase> </execution> </executions> </plugin> </plugins> </build> <properties> <github.global.server>github</github.global.server> </properties> </profile> </profiles> <properties> <file.encoding>UTF-8</file.encoding> <project.build.sourceEncoding>${file.encoding}</project.build.sourceEncoding> <project.reporting.outputEncoding>${file.encoding}</project.reporting.outputEncoding> </properties> </project>