mirror of
https://github.com/Rogiel/httpchannel
synced 2025-12-05 23:22:51 +00:00
Modularize in maven projects the httpchannel library
This commit creates several maven modules for each segment of the library. Now it is possible to include only individual services to the classpath instead of the full library.
This commit is contained in:
15
.gitignore
vendored
15
.gitignore
vendored
@@ -1 +1,14 @@
|
||||
/target
|
||||
# Eclipse project files and folders
|
||||
.project
|
||||
.metadata
|
||||
.classpath
|
||||
.settings/
|
||||
|
||||
# Locally stored "Eclipse launch configurations"
|
||||
*.launch
|
||||
|
||||
# Maven target directory
|
||||
target/
|
||||
|
||||
# Find bugs configuration file
|
||||
/.fbprefs
|
||||
Reference in New Issue
Block a user