|
11 | 11 | <name>Guava Maven Parent</name>
|
12 | 12 | <description>Parent for guava artifacts</description>
|
13 | 13 | <url>https://github.com/google/guava</url>
|
| 14 | + <inceptionYear>2010</inceptionYear> |
| 15 | + <licenses> |
| 16 | + <license> |
| 17 | + <name>Apache License, Version 2.0</name> |
| 18 | + <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
| 19 | + <distribution>repo</distribution> |
| 20 | + </license> |
| 21 | + </licenses> |
| 22 | + <developers> |
| 23 | + <developer> |
| 24 | + <id>kevinb9n</id> |
| 25 | + <name>Kevin Bourrillion</name> |
| 26 | + |
| 27 | + <organization>Google</organization> |
| 28 | + <organizationUrl>http://www.google.com</organizationUrl> |
| 29 | + <roles> |
| 30 | + <role>owner</role> |
| 31 | + <role>developer</role> |
| 32 | + </roles> |
| 33 | + <timezone>-8</timezone> |
| 34 | + </developer> |
| 35 | + </developers> |
| 36 | + <modules> |
| 37 | + <module>guava</module> |
| 38 | + <module>guava-bom</module> |
| 39 | + <module>guava-testlib</module> |
| 40 | + <module>guava-tests</module> |
| 41 | + </modules> |
| 42 | + <scm> |
| 43 | + <connection>scm:git:https://github.com/google/guava.git</connection> |
| 44 | + < developerConnection>scm:git: [email protected]:google/guava.git</ developerConnection> |
| 45 | + <url>https://github.com/google/guava</url> |
| 46 | + </scm> |
| 47 | + <issueManagement> |
| 48 | + <system>GitHub Issues</system> |
| 49 | + <url>https://github.com/google/guava/issues</url> |
| 50 | + </issueManagement> |
| 51 | + <ciManagement> |
| 52 | + <system>GitHub Actions</system> |
| 53 | + <url>https://github.com/google/guava/actions</url> |
| 54 | + </ciManagement> |
| 55 | + <distributionManagement> |
| 56 | + <snapshotRepository> |
| 57 | + <id>sonatype-nexus-snapshots</id> |
| 58 | + <url>https://central.sonatype.com/repository/maven-snapshots/</url> |
| 59 | + </snapshotRepository> |
| 60 | + <site> |
| 61 | + <id>guava-site</id> |
| 62 | + <name>Guava Documentation Site</name> |
| 63 | + <url>scp://dummy.server/dontinstall/usestaging</url> |
| 64 | + </site> |
| 65 | + </distributionManagement> |
14 | 66 | <properties>
|
15 | 67 | <!--
|
16 | 68 | When building Guava, you can pass (e.g.) `-Dsurefire.toolchain.version=21` to change which version to run tests under.
|
|
45 | 97 | <otherVariant.jvmEnvironment>standard-jvm</otherVariant.jvmEnvironment>
|
46 | 98 | <otherVariant.jvmEnvironmentVariantName>jre</otherVariant.jvmEnvironmentVariantName>
|
47 | 99 | </properties>
|
48 |
| - <issueManagement> |
49 |
| - <system>GitHub Issues</system> |
50 |
| - <url>https://github.com/google/guava/issues</url> |
51 |
| - </issueManagement> |
52 |
| - <inceptionYear>2010</inceptionYear> |
53 |
| - <licenses> |
54 |
| - <license> |
55 |
| - <name>Apache License, Version 2.0</name> |
56 |
| - <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
57 |
| - <distribution>repo</distribution> |
58 |
| - </license> |
59 |
| - </licenses> |
60 |
| - <scm> |
61 |
| - <connection>scm:git:https://github.com/google/guava.git</connection> |
62 |
| - < developerConnection>scm:git: [email protected]:google/guava.git</ developerConnection> |
63 |
| - <url>https://github.com/google/guava</url> |
64 |
| - </scm> |
65 |
| - <developers> |
66 |
| - <developer> |
67 |
| - <id>kevinb9n</id> |
68 |
| - <name>Kevin Bourrillion</name> |
69 |
| - |
70 |
| - <organization>Google</organization> |
71 |
| - <organizationUrl>http://www.google.com</organizationUrl> |
72 |
| - <roles> |
73 |
| - <role>owner</role> |
74 |
| - <role>developer</role> |
75 |
| - </roles> |
76 |
| - <timezone>-8</timezone> |
77 |
| - </developer> |
78 |
| - </developers> |
79 |
| - <ciManagement> |
80 |
| - <system>GitHub Actions</system> |
81 |
| - <url>https://github.com/google/guava/actions</url> |
82 |
| - </ciManagement> |
83 |
| - <modules> |
84 |
| - <module>guava</module> |
85 |
| - <module>guava-bom</module> |
86 |
| - <module>guava-testlib</module> |
87 |
| - <module>guava-tests</module> |
88 |
| - </modules> |
| 100 | + <dependencyManagement> |
| 101 | + <dependencies> |
| 102 | + <dependency> |
| 103 | + <groupId>org.jspecify</groupId> |
| 104 | + <artifactId>jspecify</artifactId> |
| 105 | + <version>${jspecify.version}</version> |
| 106 | + </dependency> |
| 107 | + <dependency> |
| 108 | + <groupId>com.google.errorprone</groupId> |
| 109 | + <artifactId>error_prone_annotations</artifactId> |
| 110 | + <version>${errorprone.version}</version> |
| 111 | + </dependency> |
| 112 | + <dependency> |
| 113 | + <groupId>com.google.j2objc</groupId> |
| 114 | + <artifactId>j2objc-annotations</artifactId> |
| 115 | + <version>${j2objc.version}</version> |
| 116 | + </dependency> |
| 117 | + <!-- |
| 118 | + We moved away from using dependencyManagement for test-only deps because of https://github.com/google/guava/issues/6654. |
| 119 | + We could probably have resumed it after https://github.com/google/guava/pull/6664. |
| 120 | + But it's always weird that published poms reference test-only libraries at all, so I'm not in any rush to do so. |
| 121 | + --> |
| 122 | + </dependencies> |
| 123 | + </dependencyManagement> |
89 | 124 | <build>
|
90 | 125 | <!-- Handle where Guava deviates from Maven defaults -->
|
91 | 126 | <sourceDirectory>src</sourceDirectory>
|
|
430 | 465 | </plugins>
|
431 | 466 | </pluginManagement>
|
432 | 467 | </build>
|
433 |
| - <distributionManagement> |
434 |
| - <snapshotRepository> |
435 |
| - <id>sonatype-nexus-snapshots</id> |
436 |
| - <url>https://central.sonatype.com/repository/maven-snapshots/</url> |
437 |
| - </snapshotRepository> |
438 |
| - <site> |
439 |
| - <id>guava-site</id> |
440 |
| - <name>Guava Documentation Site</name> |
441 |
| - <url>scp://dummy.server/dontinstall/usestaging</url> |
442 |
| - </site> |
443 |
| - </distributionManagement> |
444 |
| - <dependencyManagement> |
445 |
| - <dependencies> |
446 |
| - <dependency> |
447 |
| - <groupId>org.jspecify</groupId> |
448 |
| - <artifactId>jspecify</artifactId> |
449 |
| - <version>${jspecify.version}</version> |
450 |
| - </dependency> |
451 |
| - <dependency> |
452 |
| - <groupId>com.google.errorprone</groupId> |
453 |
| - <artifactId>error_prone_annotations</artifactId> |
454 |
| - <version>${errorprone.version}</version> |
455 |
| - </dependency> |
456 |
| - <dependency> |
457 |
| - <groupId>com.google.j2objc</groupId> |
458 |
| - <artifactId>j2objc-annotations</artifactId> |
459 |
| - <version>${j2objc.version}</version> |
460 |
| - </dependency> |
461 |
| - <!-- |
462 |
| - We moved away from using dependencyManagement for test-only deps because of https://github.com/google/guava/issues/6654. |
463 |
| - We could probably have resumed it after https://github.com/google/guava/pull/6664. |
464 |
| - But it's always weird that published poms reference test-only libraries at all, so I'm not in any rush to do so. |
465 |
| - --> |
466 |
| - </dependencies> |
467 |
| - </dependencyManagement> |
468 | 468 | <profiles>
|
469 | 469 | <profile>
|
470 | 470 | <id>sonatype-oss-release</id>
|
|
0 commit comments