I have a package org.myapp.mypackage with some ruby files (*.rb) and I need to include them in the generated build jar in the same package
org.myapp.mypackage
*.rb
Put them in the correct directory (src/main/resources in general) and they should be bundled into the Jar properly. To put you *.rb files create the same dir structure under the src/main/resources folder.