1. Multiple selection
With respect to the default life cycle of Maven, the following are the wrong statements:
- The A.package phase will package the project
- B. The Install phase publishes the packaged project uploads to the remote repository
- C. only one target of a plug-in can be executed within each life cycle
- D. The Deploy phase will copy the packaged items to the local warehouse
The items that can be configured in Pom.xml are:
- A. IDE information used for project development
- B. Some constant information, such as dependent version number, used in the project configuration file
- C. General information about the project, such as author information, etc.
- D. Project coordinates
In the inheritance of pom.xml configuration, what information can be inherited
- A. Artifactid in the project coordinates
- B. pluginmanagement The following plug-in configuration
- C. version in project coordinates
- D. GroupID in the project coordinates
2. Judgment
At every stage of the MAVEN lifecycle, there are actually built-in plugins: Target bindings
Dependency Management in Maven can use inheritance to refer to a common parent project for multiple project dependencies
score/Total
Pom.xml defines a project whose coordinates include field groupId, Artifactid, version,packaging
maven-supported plugins are fixed and cannot be arbitrarily extended
Tomcat can be run through the TOMCAT7 plugin, so you can run debugging without having to start Tomcat separately
Getting Started with Java Web Development-java Web Development