On 01/31/2013 06:59 PM, Jan Ruzicka wrote:
The issue is worked around by having the StarTeam jars only in local private repository.
Another solution would be to create a sister jar-packaging Maven project (under a pom-packaging parent) containing stubs for all the classes/methods you use from the nonredistributable API. Then just make this a provided-scope dependency of the hpi project, and load the real JAR using a URLClassLoader at runtime based on a configured installation location.
-- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
