We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit e4fcd98Copy full SHA for e4fcd98
.gitignore
@@ -0,0 +1,17 @@
1
+target/
2
+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
+# https://github.com/takari/maven-wrapper#usage-without-binary-jar
11
+.mvn/wrapper/maven-wrapper.jar
12
+
13
+# Eclipse m2e generated files
14
+# Eclipse Core
15
+.project
16
+# JDT-specific (Eclipse Java Development Tools)
17
+.classpath
0 commit comments