microservices
microservices copied to clipboard
It does not create the pom.xml file at module creation
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
Tried restarting the project, clean it up, but still fails. Still trying to figure it out why getting this error.