Skip to content

Commit

Permalink
add org.apache.sling.feature.launcher 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed Dec 25, 2024
1 parent b1c5a67 commit a3f266d
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.2.2

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

tool=mvn
jdk=11
newline=lf

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 a3f266d

Please sign in to comment.