microservices icon indicating copy to clipboard operation
microservices copied to clipboard

It does not create the pom.xml file at module creation

Open sdbeng opened this issue 2 years ago • 1 comments

I've started creating the first module, customer and by default it does not create the pom.xml for that module.

Steps to solve:

  • manually create the pom file and try to add the minimum instances so to follow as the course goes, like project, parent artifactId, packaging(jar)
  • issue: invalid packaging for parent POM com.sdbbackend:sergservices:1.0-SNAPSHOT (/Users/path-to-pom/proj/sergservices/pom.xml), must be "pom" but is "jar"
  • checked with your source code, you have jar as packaging

sdbeng avatar Apr 22 '23 18:04 sdbeng

Tried restarting the project, clean it up, but still fails. Still trying to figure it out why getting this error.

sdbeng avatar Apr 22 '23 18:04 sdbeng