Custom Authentication Library

I am trying to build my custom authentication library. The file was written to implement AuthProvider and placed in “/openfiresrc/src/java/org/jivesoftware/openfire/auth”. After this, I run ant command to build, and successful.

So where can I get the JAR file and put into my running server?

Thanks!