How to omit version number from from .jar file in packaging with other definitions like 'include' ?
The following won't work
package :jar, :file=>_('target/xyz.jar'),
include('properties/xyz.properties')
So how include must be defined when .jar filename is spesified explicitly ?
