發表文章

目前顯示的是 2月 14, 2019的文章

Specify version when deploying to nexus from maven

圖片
2 I've forked Confluent's Kafka Connect HDFS writer and now I'd like to deploy a version of this jar to my local Nexus. mvn clean deploy Works like a charm and deploys the jar. https://[nexus]/repository/releases/io/confluent/kafka-connect-hdfs/5.0.0/kafka-connect-hdfs-5.0.0.jar So far so good, but to make a distinction between the confluent versions and my own deployment I'd like to change the version of the build to something like 5.0.0-1 or so (preferably the tag name when pushed, but that's step 2) The pom.xml is basically the same as the 5.0.0-post release, but here the most important parts: <parent> <groupId>io.confluent</groupId> <artifactId>kafka-connect-storage-common-parent</artifactId> <version>5.0.0</v