1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <!--
3+ Copyright 2025 Google LLC
4+
5+ Licensed under the Apache License, Version 2.0 (the "License");
6+ you may not use this file except in compliance with the License.
7+ You may obtain a copy of the License at
8+
9+ http://www.apache.org/licenses/LICENSE-2.0
10+
11+ Unless required by applicable law or agreed to in writing, software
12+ distributed under the License is distributed on an "AS IS" BASIS,
13+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+ See the License for the specific language governing permissions and
15+ limitations under the License.
16+ -->
17+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
18+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
19+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
20+ <modelVersion >4.0.0</modelVersion >
21+ <parent >
22+ <groupId >com.google.cloud.sql</groupId >
23+ <artifactId >jdbc-socket-factory-parent</artifactId >
24+ <version >1.28.4</version ><!-- {x-version-update:jdbc-socket-factory-parent:current} -->
25+ </parent >
26+
27+ <artifactId >schemas</artifactId >
28+ <version >1.28.4</version ><!-- {x-version-update:jdbc-socket-factory-core:current} -->
29+ <packaging >jar</packaging >
30+
31+ <name >Cloud SQL Metadata Exchange Protocol (Core Library, don't depend on this directly)</name >
32+ <description >
33+ Generated source code to support the Metadata Exchange Protocol.
34+ </description >
35+
36+ <properties >
37+ <assembly .skipAssembly>false</assembly .skipAssembly>
38+ </properties >
39+
40+ <dependencies >
41+ <dependency >
42+ <groupId >com.google.protobuf</groupId >
43+ <artifactId >protobuf-java</artifactId >
44+ </dependency >
45+ </dependencies >
46+
47+
48+ <build >
49+ <plugins >
50+ <!--
51+ <plugin>
52+ <groupId>org.apache.maven.plugins</groupId>
53+ <artifactId>maven-javadoc-plugin</artifactId>
54+ <version>3.6.3</version>
55+ <configuration>
56+ <source>8</source>
57+ <sourcepath>${project.build.directory}/generated-sources</sourcepath>
58+ </configuration>
59+ <executions>
60+ <execution>
61+ <id>attach-javadocs</id>
62+ <goals>
63+ <goal>jar</goal>
64+ </goals>
65+ </execution>
66+ </executions>
67+ </plugin>
68+ -->
69+ <plugin >
70+ <groupId >com.github.os72</groupId >
71+ <artifactId >protoc-jar-maven-plugin</artifactId >
72+ <version >3.11.4</version >
73+ <executions >
74+ <execution >
75+ <phase >generate-sources</phase >
76+ <goals >
77+ <goal >run</goal >
78+ </goals >
79+ <configuration >
80+ <optimizeCodegen >false</optimizeCodegen >
81+ <protocVersion >3.23.0</protocVersion >
82+ <includeStdTypes >true</includeStdTypes >
83+ <outputOptions ></outputOptions >
84+ </configuration >
85+ </execution >
86+ </executions >
87+ </plugin >
88+
89+ <plugin >
90+ <groupId >org.apache.maven.plugins</groupId >
91+ <artifactId >maven-compiler-plugin</artifactId >
92+ <configuration >
93+ <failOnWarning >false</failOnWarning >
94+ </configuration >
95+ </plugin >
96+ </plugins >
97+ </build >
98+ </project >
0 commit comments