Skip to content

Commit b4e979b

Browse files
author
tonikelope
committed
Maven GO!
1 parent ec40f80 commit b4e979b

File tree

111 files changed

+524
-1984
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+524
-1984
lines changed

.gitignore

+126-9
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,130 @@
11

2-
nbproject/private/
3-
build/
4-
nbbuild/
5-
dist/
6-
nbdist/
7-
nbactions.xml
8-
nb-configuration.xml
9-
*.db
2+
#---------------------------------------#
3+
# Project Ignores #
4+
#---------------------------------------#
5+
6+
# Maven
7+
target/
8+
pom.xml.tag
9+
pom.xml.releaseBackup
10+
pom.xml.versionsBackup
11+
pom.xml.next
12+
release.properties
13+
dependency-reduced-pom.xml
14+
buildNumber.properties
15+
.mvn/timing.properties
16+
17+
!/.mvn/wrapper/maven-wrapper.jar
18+
19+
# Compiled class file
1020
*.class
21+
22+
# Mobile Tools for Java (J2ME)
23+
.mtj.tmp/
24+
25+
# Package Files
1126
*.jar
1227
*.war
13-
*.ear
28+
*.ear
29+
*.zip
30+
*.tar.gz
31+
*.rar
32+
33+
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
34+
hs_err_pid*
35+
36+
# misc
37+
*.log
38+
log/
39+
logs/
40+
41+
42+
#---------------------------------------#
43+
# IDEs & Editors Ignores #
44+
#---------------------------------------#
45+
46+
# Sublime Text
47+
/*.sublime*
48+
.sublime-gulp.cache
49+
50+
# VS Code
51+
/.vscode
52+
53+
# JetBrains IDEs
54+
.idea/
55+
*.iml
56+
57+
# Eclipse
58+
.project
59+
.classpath
60+
.settings
61+
62+
# Netbeans
63+
nbactions*.xml
64+
nb-configuration*.xml
65+
66+
# BlueJ
67+
*.ctxt
68+
69+
70+
#---------------------------------------#
71+
# General Ignores #
72+
#---------------------------------------#
73+
74+
*~
75+
*.orig
76+
.vagrant
77+
78+
79+
#---------------------------------------#
80+
# Linux Ignores #
81+
#---------------------------------------#
82+
83+
# KDE directory preferences
84+
.directory
85+
86+
87+
#---------------------------------------#
88+
# OSX Ignores #
89+
#---------------------------------------#
90+
91+
.DS_Store
92+
.AppleDouble
93+
.LSOverride
94+
.localized
95+
96+
# Icon must end with two \r
97+
Icon
98+
99+
100+
# Thumbnails
101+
._*
102+
103+
# Files that might appear on external disk
104+
.Spotlight-V100
105+
.Trashes
106+
107+
# Directories potentially created on remote AFP share
108+
.AppleDB
109+
.AppleDesktop
110+
Network Trash Folder
111+
Temporary Items
112+
.apdisk
113+
114+
115+
#---------------------------------------#
116+
# Windows Ignores #
117+
#---------------------------------------#
118+
119+
# Windows image file caches
120+
Thumbs.db
121+
ehthumbs.db
122+
123+
# Folder config file
124+
Desktop.ini
125+
126+
# Recycle Bin used on file shares
127+
$RECYCLE.BIN/
128+
129+
#MegaBasterd DB
130+
*.db

build.xml

-94
This file was deleted.

lib.zip

-8.76 MB
Binary file not shown.

manifest.mf

-4
This file was deleted.

0 commit comments

Comments
 (0)