Skip to content

Commit 5fce82b

Browse files
committed
Add maven wrapper
Add a maven wrapper to the project
1 parent 8397885 commit 5fce82b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1+
# Maven build artifacts can be ignored
2+
target/
3+
# ...but keep the wrapper jar
4+
!.mvn/wrapper/maven-wrapper.jar
5+
16
*.iml
27
axon.ipr
38
axon.iws
4-
target/
59
.idea/
610
**/*.iml
711
.classpath

0 commit comments

Comments
 (0)