diff --git a/.gitignore b/.gitignore index ff88baa..34a1efa 100644 --- a/.gitignore +++ b/.gitignore @@ -36,4 +36,3 @@ buildNumber.properties # https://github.com/takari/maven-wrapper#usage-without-binary-jar .mvn/wrapper/maven-wrapper.jar -/.m2/settings.xml diff --git a/.m2/settings.xml b/.m2/settings.xml new file mode 100644 index 0000000..7237563 --- /dev/null +++ b/.m2/settings.xml @@ -0,0 +1,36 @@ + + + + github + + + + + github + + + central + https://repo1.maven.org/maven2 + + + github + https://maven.pkg.github.com/Anas-Elgarhy/JColorfulConsole + + true + + + + + + + + + github + Anas-Elgarhy + ${{ github.token }} + + + \ No newline at end of file