Skip to content

Commit

Permalink
add license-maven-plugin 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed Nov 30, 2024
1 parent 95d06f9 commit 48731e6
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
groupId=org.codehaus.mojo
artifactId=license-maven-plugin
display=${groupId}:${artifactId}
version=2.5.0

gitRepo=https://github.com/mojohaus/${artifactId}.git
gitTag=${version}

tool=mvn-3.9.3
jdk=21
newline=lf
umask=022

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

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

0 comments on commit 48731e6

Please sign in to comment.