Blame SOURCES/ecj-4.11.pom

bd3beb
bd3beb
<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">
bd3beb
	
bd3beb
           Originally downloaded here:
bd3beb
           http://download.eclipse.org/eclipse/downloads/drops4/R-4.7.1-201709061700/#JDTCORE
bd3beb
	-->
bd3beb
	<modelVersion>4.0.0</modelVersion>
bd3beb
	<groupId>org.eclipse.jdt.core.compiler</groupId>
bd3beb
	<artifactId>ecj</artifactId>
bd3beb
	<version>4.11</version>
bd3beb
	<packaging>jar</packaging>
bd3beb
	<name>Eclipse ECJ</name>
bd3beb
	<description>Eclipse JDT Core Batch Compiler</description>
bd3beb
	<url>http://www.eclipse.org/jdt/</url>
bd3beb
	<properties>
bd3beb
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
bd3beb
		<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
bd3beb
		<maven.compiler.source>1.8</maven.compiler.source>
bd3beb
		<maven.compiler.target>1.8</maven.compiler.target>
bd3beb
	</properties>
bd3beb
	
bd3beb
	<dependencies>
bd3beb
		<dependency>
bd3beb
			<groupId>org.apache.ant</groupId>
bd3beb
			<artifactId>ant</artifactId>
bd3beb
			<version>1.9.4</version>
bd3beb
			<optional>true</optional>
bd3beb
		</dependency>
bd3beb
	</dependencies>	
bd3beb
	
bd3beb
	<build>
bd3beb
      <plugins>
bd3beb
        <plugin>
bd3beb
          <groupId>org.apache.maven.plugins</groupId>
bd3beb
          <artifactId>maven-javadoc-plugin</artifactId>
bd3beb
		  <version>2.10.3</version>
bd3beb
          <configuration>
bd3beb
            <additionalparam>-Xdoclint:none</additionalparam>
bd3beb
          </configuration>
bd3beb
        </plugin>
bd3beb
      </plugins>	
bd3beb
	</build>
bd3beb
	
bd3beb
</project>