adplus-dvertising
frame-decoration

Question

To check version of Maven.

a.

mvn –v

b.

mvn -v

c.

mvn –version

d.

all of the mentioned

Answer: (c).mvn –version

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. To check version of Maven.

Similar Questions

Discover Related MCQs

Q. To confirm Roo version.

Q. The Spring Roo shell is a blank slate. It represents the ultimate user interface for Spring Roo to facilitate development.

Q. Spring Roo supports tab completion.

Q. You can ask Roo questions using:-

Q. Spring Roo file extension is:-

Q. To run the script:-

Q. Maven Directory to hold the non–unit-test Java files for your application.

Q. Maven Directory which holds classpath resources that aren’t Java class files.

Q. Maven Directory which is used to hold the rest of a web application’s structure.

Q. This directory holds artifacts intended to test the Java classes under the src/main/java folder.

Q. This directory holds resources needed by your test classes at test time.

Q. To package the project using the Roo shell.

Q. The plugin, which provides Maven support to Eclipse

Q. Spring Roo provides very powerful support to bootstrap most solutions.

Q. A database and some sort of persistence mechanism using command:-

Q. persistence setup –database HYPERSONIC_IN_MEMORY –provider HIBERNATE command creates files:-

Q. The file which contains useful configuration for Hypersonic in-memory database.

Q. The file which is the standard JPA configuration file to enable the Hibernate-based JPA implementation.

Q. Spring application context, src/main/resources/META-INF/spring/applicationContext.xml consists of:-

Q. Command to create a Spring MVC controller that provides a UI:-