• Home
  • Raw
  • Download

Lines Matching +full:- +full:- +full:version

1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
5 ~ Licensed under the Apache License, Version 2.0 (the "License");
9 ~ http://www.apache.org/licenses/LICENSE-2.0
16 -->
19 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20 …xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
24 <artifactId>google-java-format-parent</artifactId>
26 <version>HEAD-SNAPSHOT</version>
39 <url>https://github.com/google/google-java-format</url>
50 <name>The Apache Software License, Version 2.0</name>
51 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
67 <timezone>-8</timezone>
72 <url>http://github.com/google/google-java-format/</url>
73 <connection>scm:git:git://github.com/google/google-java-format.git</connection>
74 …<developerConnection>scm:git:ssh://git@github.com/google/google-java-format.git</developerConnecti…
80 <url>http://github.com/google/google-java-format/issues</url>
88 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
89 <java.version>1.8</java.version>
90 <guava.version>31.0.1-jre</guava.version>
91 <truth.version>1.1.3</truth.version>
92 <checker.version>3.21.2</checker.version>
93 <errorprone.version>2.11.0</errorprone.version>
94 <auto-value.version>1.9</auto-value.version>
95 <auto-service.version>1.0.1</auto-service.version>
96 <maven-javadoc-plugin.version>3.3.1</maven-javadoc-plugin.version>
97 <maven-source-plugin.version>3.2.1</maven-source-plugin.version>
102 <!-- Required runtime dependencies -->
106 <version>${guava.version}</version>
109 <!-- Compile-time dependencies -->
112 <artifactId>checker-qual</artifactId>
113 <version>${checker.version}</version>
118 <version>${errorprone.version}</version>
122 <artifactId>auto-value-annotations</artifactId>
123 <version>${auto-value.version}</version>
127 <artifactId>auto-service-annotations</artifactId>
128 <version>${auto-service.version}</version>
131 <!-- Test dependencies -->
135 <version>4.13.2</version>
140 <artifactId>guava-testlib</artifactId>
141 <version>${guava.version}</version>
147 <version>${truth.version}</version>
152 <artifactId>truth-java8-extension</artifactId>
153 <version>${truth.version}</version>
163 <artifactId>maven-compiler-plugin</artifactId>
164 <version>3.9.0</version>
167 <artifactId>maven-jar-plugin</artifactId>
168 <version>3.2.2</version>
171 <artifactId>maven-source-plugin</artifactId>
172 <version>3.2.1</version>
175 <artifactId>maven-javadoc-plugin</artifactId>
176 <version>3.3.1</version>
179 <artifactId>maven-gpg-plugin</artifactId>
180 <version>3.0.1</version>
184 <artifactId>maven-bundle-plugin</artifactId>
185 <version>5.1.4</version>
192 <artifactId>maven-compiler-plugin</artifactId>
194 <source>${java.version}</source>
195 <target>${java.version}</target>
196 <encoding>UTF-8</encoding>
198 <!-- compile-time arguments for google-java-format -->
199 <arg>-XDcompilePolicy=simple</arg>
200 <arg>-Xplugin:ErrorProne</arg>
201 <arg>--add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED</arg>
202 <arg>--add-exports=jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED</arg>
203 <arg>--add-exports=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED</arg>
204 <arg>--add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED</arg>
205 <arg>--add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED</arg>
206 <arg>--add-exports=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED</arg>
207 <arg>--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED</arg>
213 <version>${errorprone.version}</version>
217 <artifactId>auto-value</artifactId>
218 <version>${auto-value.version}</version>
222 <artifactId>auto-service</artifactId>
223 <version>${auto-service.version}</version>
230 <artifactId>maven-jar-plugin</artifactId>
241 <artifactId>maven-source-plugin</artifactId>
244 <id>attach-sources</id>
253 <artifactId>maven-javadoc-plugin</artifactId>
254 <version>3.3.1</version>
260 <id>attach-javadocs</id>
269 <artifactId>maven-surefire-plugin</artifactId>
270 <version>2.22.2</version>
272 <!-- set heap size to work around http://github.com/travis-ci/travis-ci/issues/3396 -->
274 -Xmx1024m
275 --add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED
276 --add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED
277 --add-exports=jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED
278 --add-exports=jdk.compiler/com.sun.tools.javac.model=ALL-UNNAMED
279 --add-exports=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED
280 --add-exports=jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED
281 --add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED
282 --add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED
283 --add-opens=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED
284 --add-opens=jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED
293 <id>sonatype-nexus-snapshots</id>
298 <id>sonatype-nexus-staging</id>
306 <id>sonatype-oss-release</id>
311 <artifactId>maven-source-plugin</artifactId>
312 <version>${maven-source-plugin.version}</version>
315 <id>attach-sources</id>
317 <goal>jar-no-fork</goal>
324 <artifactId>maven-javadoc-plugin</artifactId>
325 <version>${maven-javadoc-plugin.version}</version>
328 <id>attach-javadocs</id>
337 <artifactId>maven-gpg-plugin</artifactId>
338 <version>3.0.1</version>
341 <id>sign-artifacts</id>