Maven for 3.0.10

Hi Fellows,

how did you manage to upload the 3.0 branch artifacts of the engine to your maven repository (nexus)? The built process of that version is still ant, so I’m wondering. I need it to be able to fix a small bug in the BitmapFont class (getLineHeight() is public but uses the package private class StringBlock as parameter - so I can’t override this method).

Using the ant target that creates a maven repo?

2 Likes

Ah right - in the engine’s build.xml, of course! I’ve just looked at the root build.xml :wink: Thanks normen!