Skip to content

Commit 6d1573a

Browse files

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)