Lines Matching +full:google +full:- +full:java +full:- +full:format +full:- +full:1
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 ~ Copyright 2015 Google Inc.
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">
23 <groupId>com.google.googlejavaformat</groupId>
24 <artifactId>google-java-format-parent</artifactId>
26 <version>HEAD-SNAPSHOT</version>
33 <name>Google Java Format Parent</name>
36 A Java source code formatter that follows Google Java Style.
39 <url>https://github.com/google/google-java-format</url>
44 <name>Google Inc.</name>
45 <url>http://www.google.com/</url>
51 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
60 <email>jdd@google.com</email>
61 <organization>Google Inc.</organization>
62 <organizationUrl>http://www.google.com/</organizationUrl>
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>
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 -->
104 <groupId>com.google.guava</groupId>
109 <!-- Compile-time dependencies -->
112 <artifactId>checker-qual</artifactId>
116 <groupId>com.google.errorprone</groupId>
121 <groupId>com.google.auto.value</groupId>
122 <artifactId>auto-value-annotations</artifactId>
123 <version>${auto-value.version}</version>
126 <groupId>com.google.auto.service</groupId>
127 <artifactId>auto-service-annotations</artifactId>
128 <version>${auto-service.version}</version>
131 <!-- Test dependencies -->
139 <groupId>com.google.guava</groupId>
140 <artifactId>guava-testlib</artifactId>
145 <groupId>com.google.truth</groupId>
151 <groupId>com.google.truth.extensions</groupId>
152 <artifactId>truth-java8-extension</artifactId>
163 <artifactId>maven-compiler-plugin</artifactId>
167 <artifactId>maven-jar-plugin</artifactId>
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>
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>
211 <groupId>com.google.errorprone</groupId>
216 <groupId>com.google.auto.value</groupId>
217 <artifactId>auto-value</artifactId>
218 <version>${auto-value.version}</version>
221 <groupId>com.google.auto.service</groupId>
222 <artifactId>auto-service</artifactId>
223 <version>${auto-service.version}</version>
230 <artifactId>maven-jar-plugin</artifactId>
234 <mainClass>com.google.googlejavaformat.java.Main</mainClass>
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>
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>