REAL TIME SCENARIO BASED INTERVIEW Q&A
are you storing the build artifact into GitHub ? did you do this task in your previous project? have you ever done this task in your previous project ? Ans: No I have never I did not why ? tell me answer ? ================ all the binary files means build artifacts will be stored into nexus repository in my project...and not in GitHub repository what is artifact --it is a combination of files and packages it is binary file that is generated by build tool this is an executable file or deployable file so in my project we are using Maven because this is java project once we build the project by using maven tool we get the build artifact in the form of .jar, .war or .ear any binary or build artifact file size is very large every time commi...