We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a02fec commit 6d1573aCopy full SHA for 6d1573a
content/org/apache/pulsar/pulsar-3.0.12.buildspec
@@ -0,0 +1,20 @@
1
+groupId=org.apache.pulsar
2
+artifactId=pulsar
3
+display=${groupId}:${artifactId}
4
+version=3.0.12
5
+
6
+gitRepo=https://github.com/apache/pulsar.git
7
+gitTag=v${version}
8
9
+tool=mvn-3.9.9
10
+jdk=17
11
+newline=lf
12
+#umask=022
13
+timezone="Etc/GMT-7"
14
15
+gitInfo="-Dgit.branch=branch-3.3 -Dgit.build.host=pop-os -Dgit.build.user.name='Lari Hotari' -Dgit.build.user.email='[email protected]'"
16
+command="SHELL mvn -Papache-release clean package -DskipTests -Dmaven.javadoc.skip -Dgpg.skip ${gitInfo}"
17
+buildinfo=target/${artifactId}-${version}.buildinfo
18
19
+#diffoscope=${artifactId}-${version}.diffoscope
20
+issue=
0 commit comments