rpm-maven-plugin icon indicating copy to clipboard operation
rpm-maven-plugin copied to clipboard

Add capability to use a scriptFile located in the classpath

Open chiknrice opened this issue 7 years ago • 0 comments

Currently the scriptFile tag can only accept a file located in the project. This change allows to specify a scriptFile located in a jar file (maven artifact) using "classpath:" prefix. One use case I have is I have a bunch of components packaged as an RPM and all of them uses the same set of scriptlets and this feature would make maintaining the scripts easier.

chiknrice avatar Mar 23 '17 21:03 chiknrice