Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sdbeng opened this issue Apr 22, 2023 · 1 comment
Open

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

sdbeng opened this issue Apr 22, 2023 · 1 comment

Comments

@sdbeng
Copy link

sdbeng commented Apr 22, 2023

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
Copy link
Author

sdbeng commented Apr 22, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant