Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit 2cbcb7a

Browse files
Patryk Zielińskipatryk-marcin-zielinski
authored andcommitted
Introduce maven wrapper for local maven version - similar to gradlew wrapper
1 parent be064ab commit 2cbcb7a

5 files changed

Lines changed: 497 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@ deploy
2323
/sormas-app/java_pid21052.hprof
2424
bin
2525
/sormas-base/setup/setup.log
26+
27+
# Exclude maven wrapper
28+
!/.mvn/wrapper/maven-wrapper.jar

.mvn/wrapper/maven-wrapper.jar

49.5 KB
Binary file not shown.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.6.3/apache-maven-3.6.3-bin.zip
2+
wrapperUrl=https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.5.6/maven-wrapper-0.5.6.jar

mvnw

Lines changed: 310 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)