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