Skip to content

Commit da177b1

Browse files
committed
mvn: comment
1 parent 14843bf commit da177b1

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/go.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,8 @@ jobs:
165165
# 10 chars of the commit SHA
166166
VCSVER="${GITHUB_SHA:0:10}"
167167
168+
# uploaded at:
169+
# maven.pkg.github.com/celzero/firestack/com/github/celzero/firestack/<commit>/firestack-<commit>.aar
168170
# TODO: firestack-debug
169171
# github.com/deelaa-marketplace/commons-workflow/blob/637dc111/flows/publish-api.yml#L49
170172
# github.com/markocto/cf-octopub/blob/bba2de2c/github/script/action.yaml#L118

mvn-install

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,15 @@ mvn install:install-file \
2424
-DartifactId=${ARTIFACT} \
2525
-Dsources=${SOURCES}
2626
# -Dclassifier=${CLASSFULL} \
27+
2728
# usage: docs.gradle.org/current/userguide/dependency_management.html
29+
# mvn install:install-file
30+
# -Dfile=firestack.aar
31+
# -Dpackaging=aar
32+
# -Dversion=9744e5fad9
33+
# -DgroupId=com.github.celzero
34+
# -DartifactId=firestack
35+
# -Dsources=build/intra/tun2socks-sources.jar
2836
mvn -X install:install-file \
2937
-Dfile=${FOUTDBG} \
3038
-Dpackaging=${PACK} \

0 commit comments

Comments
 (0)