Skip to content

Commit bac5ba3

Browse files
committed
1 parent e763a3e commit bac5ba3

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
groupId=org.apache.sling
2+
artifactId=org.apache.sling.distribution.journal.messages
3+
display=${groupId}:*.distribution.journal.messages
4+
version=0.5.12
5+
6+
gitRepo=https://github.com/apache/sling-$(echo ${artifactId} | tr '.' '-').git
7+
gitTag=${artifactId}-${version}
8+
9+
tool=mvn
10+
jdk=11
11+
newline=lf
12+
13+
command="mvn -Papache-release clean package -DskipTests -Dmaven.javadoc.skip -Dgpg.skip"
14+
buildinfo=target/${artifactId}-${version}.buildinfo
15+
16+
#diffoscope=${artifactId}-${version}.diffoscope
17+
issue=

0 commit comments

Comments
 (0)