Pom.xml error: org.codehaus.plexus.archiver.jar.Manifest.write(java.io.PrintWriter) solution

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:
Step by step, click Next to complete the update process.
 

 

Similar Posts: