What are some problems which we face while the development of a project when Maven is not used?

devquora
devquora

Posted On: Feb 22, 2018

 

Following is a list of some problems which we face while developing a project when Maven is not used: –
  • Addition of set of jars in each project: when struts, spring, hibernate frameworks are used then a set of jar files needs to be added in each project. All the dependencies of jars should also be included.
  • Creating a right project structure: for the execution of a project, a right project structure should be created in servlet, struts, etc. otherwise it won’t get executed.
  • Building and deployment of a project: the project should be built and deployed so that it works and provides us with the desired output.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Devops Maven Interview Questions

    What do you understand by maven software?

    A powerful project management tool based on project object model is known as maven software. It helps in building proje..

    Devops Maven Interview Questions

    What are the tasks which are performed by Maven?

    All the problems which are mentioned above are simplified by Maven and it performs various tasks which are as follows: ..

    Devops Maven Interview Questions

    What is the role of a build tool in Apache Maven?

    Everything which is used for building any software is handled by a build tool in Apache Maven. It is used for the follo..