运行mvn compile 是出错
F:\maven\code\maven01>mvn compile
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-parseable POM F:\maven\code\maven01\pom.xml: TEXT must be immediately followed by END_TAG and not START_TAG (position: START_TAG seen ...<artifactId>junit<artifactId>... @13:30) @ line 13, column 30
@
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project (F:\maven\code\maven01\pom.xml) has 1 error
[ERROR] Non-parseable POM F:\maven\code\maven01\pom.xml: TEXT must be immediately followed by END_TAG and not START_TAG (position: START_TAG seen ...<artifactId>junit<artifactId>... @13:30) @ line 13, column 30 -> [Help 2]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/ModelParseException