|
|
a0c002 |
|
|
|
a0c002 |
<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/maven-v4_0_0.xsd">
|
|
|
a0c002 |
|
|
|
a0c002 |
Originally downloaded here:
|
|
|
a0c002 |
http://download.eclipse.org/eclipse/downloads/drops4/R-4.5.2-201602121500/#JDTCORE
|
|
|
a0c002 |
-->
|
|
|
a0c002 |
<modelVersion>4.0.0</modelVersion>
|
|
|
a0c002 |
<groupId>org.eclipse.jdt.core.compiler</groupId>
|
|
|
a0c002 |
<artifactId>ecj</artifactId>
|
|
|
a0c002 |
<version>4.5.2</version>
|
|
|
a0c002 |
<packaging>jar</packaging>
|
|
|
a0c002 |
<name>Eclipse ECJ</name>
|
|
|
a0c002 |
<description>Eclipse JDT Core Batch Compiler</description>
|
|
|
a0c002 |
<url>http://www.eclipse.org/jdt/</url>
|
|
|
a0c002 |
<properties>
|
|
|
a0c002 |
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
a0c002 |
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
|
|
a0c002 |
<maven.compiler.source>1.7</maven.compiler.source>
|
|
|
a0c002 |
<maven.compiler.target>1.7</maven.compiler.target>
|
|
|
a0c002 |
</properties>
|
|
|
a0c002 |
<licenses>
|
|
|
a0c002 |
<license>
|
|
|
a0c002 |
<name>Eclipse Public License v1.0</name>
|
|
|
a0c002 |
<url>http://www.eclipse.org/org/documents/epl-v10.php</url>
|
|
|
a0c002 |
<distribution>repo</distribution>
|
|
|
a0c002 |
</license>
|
|
|
a0c002 |
</licenses>
|
|
|
a0c002 |
<scm>
|
|
|
a0c002 |
<url>http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.jdt.core/</url>
|
|
|
a0c002 |
<connection>:pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse</connection>
|
|
|
a0c002 |
</scm>
|
|
|
a0c002 |
<developers>
|
|
|
a0c002 |
|
|
|
a0c002 |
https://docs.sonatype.org/display/Repository/Central+Sync+Requirements
|
|
|
a0c002 |
-->
|
|
|
a0c002 |
<developer>
|
|
|
a0c002 |
<name>Ralph Schaer</name>
|
|
|
a0c002 |
<email>ralphschaer@gmail.com</email>
|
|
|
a0c002 |
</developer>
|
|
|
a0c002 |
</developers>
|
|
|
a0c002 |
|
|
|
a0c002 |
<dependencies>
|
|
|
a0c002 |
<dependency>
|
|
|
a0c002 |
<groupId>org.apache.ant</groupId>
|
|
|
a0c002 |
<artifactId>ant</artifactId>
|
|
|
a0c002 |
<version>1.9.4</version>
|
|
|
a0c002 |
<optional>true</optional>
|
|
|
a0c002 |
</dependency>
|
|
|
a0c002 |
</dependencies>
|
|
|
a0c002 |
|
|
|
a0c002 |
<build>
|
|
|
a0c002 |
<plugins>
|
|
|
a0c002 |
<plugin>
|
|
|
a0c002 |
<groupId>org.apache.maven.plugins</groupId>
|
|
|
a0c002 |
<artifactId>maven-javadoc-plugin</artifactId>
|
|
|
a0c002 |
<version>2.10.3</version>
|
|
|
a0c002 |
<configuration>
|
|
|
a0c002 |
<additionalparam>-Xdoclint:none</additionalparam>
|
|
|
a0c002 |
</configuration>
|
|
|
a0c002 |
</plugin>
|
|
|
a0c002 |
</plugins>
|
|
|
a0c002 |
</build>
|
|
|
a0c002 |
|
|
|
a0c002 |
</project>
|