[Solved] STS Console Error: error unknown mavem Maven Configuration Problem

Description Resource Path Location Type Unknown pom.xml /decision line 1 Maven Configuration Problem

Solution:
Add the following line, and then execute maven update, just fine, I don’t know why.

<packaging>war</packaging>

E.g:

<groupId>com.xxx</groupId>
<artifactId>xxx</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>war</packaging>

Read More:

Leave a Reply

Your email address will not be published. Required fields are marked *