We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit d84fc5aCopy full SHA for d84fc5a
.gitattributes
@@ -0,0 +1,2 @@
1
+# Auto detect text files and perform LF normalization
2
+* text=auto
.gitignore
@@ -0,0 +1,12 @@
+target/
+pom.xml.tag
3
+pom.xml.releaseBackup
4
+pom.xml.versionsBackup
5
+pom.xml.next
6
+release.properties
7
+dependency-reduced-pom.xml
8
+buildNumber.properties
9
+.mvn/timing.properties
10
+
11
+# Avoid ignoring Maven wrapper jar file (.jar files are usually ignored)
12
+!/.mvn/wrapper/maven-wrapper.jar
README.md
@@ -0,0 +1 @@
+# simple-java-maven-app
0 commit comments