After adding new dependencies to the pom.xml file, it keeps reporting: org.codehaus.plexus.archiver.jar.Manifest.write(java.io.PrintWriter) error, which is still the case after Maven Update.
The search information is preliminarily determined to be the reason that the version of the Maven plug-in that comes with Eclipse is too low (I use the Eclipse Neon (4.6) version, which comes with the Maven plug-in), and the Maven plug-in needs to be updated.
The method to update the maven plug-in in eclipse is as follows:
Click: help -> Install New Software -> add -> http://repo1.maven.org/maven2/.m2e/connectors/m2eclipse-mavenarchiver/0.17.2/N/LATEST/
Step by step, click Next to complete the update process.