1.

Explain the difference between Apache Ant and Maven?

Answer»
S.noApache AntMaven
1.No formal CONVENTIONS arise the REQUIREMENT of PROVIDING project structure information in the build.xml fileAvailability of the conventions by placing COMPILED code and source code i.e., no information sharing requirement in the project structure in pom.xml.file
2.The absence of life cycle in Apache AntPresence of the life cycle in Maven
3.It is a toolbox mainly of the building natureIt is a framework primarily project management tool


Discussion

No Comment Found