Commit db343383 authored by Rohan  Kumar's avatar Rohan Kumar
Browse files

updated gitignore

parent 166f9221
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -7,4 +7,5 @@
/dataSources/
/dataSources.local.xml
../.DS_store
../target/
 No newline at end of file
../src/target/
../.vscode/
 No newline at end of file

.vscode/settings.json

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
{
    "java.configuration.updateBuildConfiguration": "interactive"
}
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@

Maven is a tool to build and run Java projects. For this project we are using it to automate the process of installing dependencies and compiling the system.

The file named pom.xml in the main directory controlls how maven builds the project on each run, and also holds dependencies. The most important fields are `properties`, which holds the information about JDK and execution, and `dependencies`, which holds information on external sources needed to compile the project. 
The file named pom.xml in the main directory controls how maven builds the project on each run, and also holds dependencies. The most important fields are `properties`, which holds the information about JDK and execution, and `dependencies`, which holds information on external sources needed to compile the project. 

On each run, Maven will run test cases and compile into the target directory of the project. 

−6.77 KiB

File deleted.

−537 B

File deleted.

Loading