File tree Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 82
82
<module >google-cloud-pubsublite</module >
83
83
<module >grpc-google-cloud-pubsublite-v1</module >
84
84
<module >proto-google-cloud-pubsublite-v1</module >
85
+ <module >pubsublite-kafka-shim</module >
85
86
<module >pubsublite-beam-io</module >
86
87
</modules >
87
88
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" ?>
2
+ <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/xsd/maven-4.0.0.xsd" >
3
+ <parent >
4
+ <groupId >com.google.cloud</groupId >
5
+ <artifactId >google-cloud-pubsublite-parent</artifactId >
6
+ <version >0.4.2-SNAPSHOT</version ><!-- {x-version-update:google-cloud-pubsublite:current} -->
7
+ <relativePath >../pom.xml</relativePath >
8
+ </parent >
9
+ <modelVersion >4.0.0</modelVersion >
10
+ <groupId >com.google.cloud</groupId >
11
+ <artifactId >pubsublite-kafka-shim</artifactId >
12
+ <version >0.4.2-SNAPSHOT</version ><!-- {x-version-update:google-cloud-pubsublite:current} -->
13
+ <packaging >jar</packaging >
14
+ <name >Pub/Sub Lite Kafka Shim</name >
15
+ <url >https://github.com/googleapis/java-pubsublite</url >
16
+ <description >Kafka Producer and Consumer for Google Cloud Pub/Sub Lite</description >
17
+ <build >
18
+ <plugins >
19
+ <plugin >
20
+ <groupId >org.sonatype.plugins</groupId >
21
+ <artifactId >nexus-staging-maven-plugin</artifactId >
22
+ <configuration >
23
+ <!-- TODO(dpcollins-google): Remove this to deploy.-->
24
+ <skipNexusStagingDeployMojo >true</skipNexusStagingDeployMojo >
25
+ </configuration >
26
+ </plugin >
27
+ </plugins >
28
+ </build >
29
+ </project >
You can’t perform that action at this time.
0 commit comments