Jar with dependencies and sources

2017-10-30 Thread Douglas Corner
This question has been asked before but not quite answered. I would like to create a jar-with-depencencies and also include the sources in the same jar. I seem to be able to either but not both. This works fine to create the jar with dependencies:

Assembly plugin not packaging all dependencies as expected

2017-10-30 Thread Phil Adams
I define a dependencySet entry in my assembly descriptor where I explicitly include one or more artifacts, like this: false myBaseDir 0755 0755 true true mygroup:myartifact1 mygroup:myartifact2 The resulting assembly

Towards more effective use of Jenkins

2017-10-30 Thread Stephen Connolly
Hervé was looking for suggestions on how we can use Jenkins more effectively. I decided to use this as an opportunity to kill several birds with the one stone. I’m recording a series of live, unscripted, unedited videos developing Jenkins plugins and Jenkinsfile shared libraries to provide a

Re: Unrecognised tag: 'testResources'

2017-10-30 Thread Karl Heinz Marbaise
Hi, On 30/10/17 11:07, Ernst Reissner wrote: Hi all, When I run mvn resources:testResources i obtain |Non-parseable POM /home/ernst/Software/pom.xml:Unrecognisedtag:'testResources'| Can you show the full pom file somewhere best would be on Github ... The problem seems

Unrecognised tag: 'testResources'

2017-10-30 Thread Ernst Reissner
Hi all, When I run mvn resources:testResources i obtain |Non-parseable POM /home/ernst/Software/pom.xml:Unrecognisedtag:'testResources'| The problem seems |${resourceDir}trueoctave/octavercoctave/java.opts${tstResourcesDir}true*.rml| As long as I had only the tag resources, all was fine. Now