Skip to content
This repository was archived by the owner on Oct 25, 2025. It is now read-only.

Commit 26dae2d

Browse files
committed
[GIT]
1 parent 2e341d7 commit 26dae2d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

install.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/bin/bash
2+
3+
for m in org.eclipse.jgit org.eclipse.jgit.ssh.apache org.eclipse.jgit.telemetry; do
4+
mvn install:install-file \
5+
-Dfile=$m/target/$m-LOCAL.jar \
6+
-DgroupId=org.eclipse.jgit \
7+
-DartifactId=$m \
8+
-Dversion=LOCAL \
9+
-Dpackaging=jar
10+
done

0 commit comments

Comments
 (0)