Skip to content

Commit

Permalink
add org.apache.sling.feature.launcher 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed Dec 21, 2024
1 parent ebb5812 commit 621fa56
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
groupId=org.apache.sling
artifactId=org.apache.sling.feature.launcher
display=${groupId}:.feature.launcher
version=1.3.2

gitRepo=https://github.com/apache/sling-$(echo ${artifactId} | tr '.' '-').git
gitTag=${artifactId}-${version}

tool=mvn
jdk=17
newline=crlf

command="mvn -Papache-release clean package -DskipTests -Dmaven.javadoc.skip -Dgpg.skip"
buildinfo=target/${artifactId}-${version}.buildinfo

#diffoscope=${artifactId}-${version}.diffoscope
issue=

0 comments on commit 621fa56

Please sign in to comment.