Skip to content

Commit f0711c4

Browse files

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
groupId=org.codehaus.plexus
2+
artifactId=plexus-compiler
3+
display=${groupId}:${artifactId}
4+
version=2.16.1
5+
6+
gitRepo=https://github.com/codehaus-plexus/${artifactId}.git
7+
gitTag=${artifactId}-${version}
8+
9+
tool=mvn
10+
jdk=25
11+
newline=lf
12+
umask=022
13+
14+
command="mvn -Pplexus-release clean package -DskipTests -Dmaven.javadoc.skip -Dgpg.skip"
15+
buildinfo=target/${artifactId}-${version}.buildinfo
16+
17+
issue=

0 commit comments

Comments
 (0)