Missing Maven pom.xml in Project root
michaelthecsguy opened this issue · 5 comments
michaelthecsguy commented
Before, there was a pom.xml at the project root. Since the release of 2.2.0, it's missing. Can you add it back?
neuhalje commented
Hi @michaelthecsguy,
the only pom.xml
the project features is (still) in examples/maven/pom.xml
. Are you looking for that one?
michaelthecsguy commented
No... it was at the project root before. I was not referring to examples/maven/
Sorry for the late reply because I had to attend the work conference. @neuhalje
neuhalje commented
@michaelthecsguy: I just checked, there as never been a pom.xml
in the root of the project:
$ git log --name-status --format="" --all --full-history -- "**/pom.xml"
M examples/maven/pom.xml
M examples/maven/pom.xml
M examples/maven/pom.xml
M examples/maven/pom.xml
M examples/maven/pom.xml
M examples/maven/pom.xml
M examples/maven/pom.xml
M examples/maven/pom.xml
M examples/maven/pom.xml
M examples/maven/pom.xml
M examples/maven/pom.xml
M examples/maven/pom.xml
M examples/maven/pom.xml
A examples/maven/pom.xml
michaelthecsguy commented
@neuhalje thanks putting it on public maven artifact repository