Skip to content

Commit a5b10b3

Browse files

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
groupId=com.github.hazendaz
2+
artifactId=base-parent
3+
version=56
4+
5+
display=${groupId}:${artifactId}
6+
7+
gitRepo=https://github.com/hazendaz/${artifactId}.git
8+
gitTag=${artifactId}-${version}
9+
10+
tool=mvn-3.9.9
11+
jdk=21
12+
newline=crlf
13+
umask=022
14+
15+
command="mvn clean package -DskipTests -Dmaven.javadoc.skip -Dgpg.skip -Dlicense.skip"
16+
buildinfo=target/${artifactId}-${version}.buildinfo
17+
18+
#diffoscope=${artifactId}-${version}.diffoscope
19+
issue=

0 commit comments

Comments
 (0)