Skip to content

Commit 1cf196c

Browse files

File tree

1 file changed

+18
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)