Re: How to find out the classpath used to load a custom task

2018-12-09 Thread Al Le
PS. Since the custom task is in the same JAR as the main class, I could just call the 'main' method from the task's 'execute' method. I'd still prefer to do it via the Java task to be able to fork etc. Am 08.12.2018 um 21:57 schrieb Al Le: Hello, I have created a JAR that contains (among oth

Re: Including Maven Dependencies in Build

2018-12-09 Thread Dennis Putnam
On 12/7/2018 3:14 PM, Dennis Putnam wrote: > On 12/7/2018 12:10 AM, Jaikiran Pai wrote: >> Hello Dennis, >> >> >> On 07/12/18 1:15 AM, Dennis Putnam wrote: >>>         >>> >> I don't see this fileset being used in the rest of the target(s) which >> generate your jar file. Maybe you missed using it