neuhalje / bouncy-gpg

Make using Bouncy Castle with OpenPGP fun again!
https://neuhalje.github.io/bouncy-gpg/
Other
205 stars 58 forks source link

Missing Maven pom.xml in Project root #40

Closed michaelthecsguy closed 4 years ago

michaelthecsguy commented 4 years ago

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 4 years ago

Hi @michaelthecsguy,

the only pom.xml the project features is (still) in examples/maven/pom.xml. Are you looking for that one?

michaelthecsguy commented 4 years ago

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 4 years ago

@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
neuhalje commented 4 years ago

There is some pom.xml related documentation in the README

michaelthecsguy commented 4 years ago

@neuhalje thanks putting it on public maven artifact repository