Skip to content

Commit 01b58df

Browse files
committed
more maven metadata
1 parent 7164497 commit 01b58df

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

pom.xml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,34 @@
122122
</plugins>
123123
</pluginManagement>
124124
</build>
125+
126+
<profiles>
127+
<profile>
128+
<id>release</id>
129+
<modules>
130+
<module>connector</module>
131+
</modules>
132+
</profile>
133+
</profiles>
134+
135+
<scm>
136+
<connection>scm:git:https://github.com/questdb/kafka-questdb-connector.git</connection>
137+
<developerConnection>scm:git:https://github.com/questdb/kafka-questdb-connector.git</developerConnection>
138+
<url>https://github.com/questdb/kafka-questdb-connector</url>
139+
<tag>HEAD</tag>
140+
</scm>
141+
142+
<licenses>
143+
<license>
144+
<name>Apache License, Version 2.0</name>
145+
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
146+
</license>
147+
</licenses>
148+
149+
<developers>
150+
<developer>
151+
<name>QuestDB Team</name>
152+
<email>hello@questdb.io</email>
153+
</developer>
154+
</developers>
125155
</project>

0 commit comments

Comments
 (0)