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

Inconsistencies in deployed artifacts on maven central #607

Closed
AFulgens opened this issue Jun 19, 2019 · 3 comments
Closed

Inconsistencies in deployed artifacts on maven central #607

AFulgens opened this issue Jun 19, 2019 · 3 comments

Comments

@AFulgens
Copy link

On maven central the published jars for versions 2.6.2, 2.6.3, and 2.6.4 do not have the class file org.jbake.app.ConfigUtil. Although I see that since that release 2.6.2, ConfigUtil is empty; still, if I try a build with JBake 2.6.2+ and JBake-Maven-Plugin 0.3.1, I get an error, namely:

A required class was missing while executing org.jbake:jbake-maven-plugin:0.3.1:generate: org/jbake/app/ConfigUtil

Downgrading to 2.6.1 solves this issue.

@ancho
Copy link
Member

ancho commented Jun 19, 2019

The ConfigUtil class moved to another package with #341 which broke the compatibility unfortunately .

There is a pending pull request that should fix that problem. See jbake-org/jbake-maven-plugin#18

The empty ConfigUtil shouldn't be there. I'll open a seperate issue.

@kwin
Copy link
Contributor

kwin commented Sep 26, 2019

This is only an issue in the maven plugin and was already fixed via jbake-org/jbake-maven-plugin#17. The only thing missing is a new release of the Maven plugin...

@jonbullock
Copy link
Member

Closing as updated Maven plugin has been released.

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

No branches or pull requests

4 participants