Re: Jenkins 2.0 and the game of life

2016-05-01 Thread Sarah Baker
>From book, figure 2-25. Entering Goals install clean Goals javadoc:javadoc without -o on either build goal it built this time. Why? Unclear, I've been playing with a bunch of settings in jenkins. I found one issue with my setup that 'archive the artifacts' was **/.jar and not **/target/*.j

Re: Jenkins 2.0 and the game of life

2016-05-01 Thread Richard Bywater
What error is received when NOT using the -o flag? Richard. On Mon, 2 May 2016 at 12:02 Sarah Baker wrote: > Yes, I've tried both with and without the -o exactly as it indicates in > the book. > Entered with javadoc:javadoc -o the error is > ... > > [INFO] *--- maven-install-plugin:2.4:install

Re: Jenkins 2.0 and the game of life

2016-05-01 Thread Sarah Baker
Yes, I've tried both with and without the -o exactly as it indicates in the book. Entered with javadoc:javadoc -o the error is ... [INFO] *--- maven-install-plugin:2.4:install (default-install) @ gameoflife --- *[WARNING] The POM for org.codehaus.plexus:plexus-utils:jar:3.0.5 is missing, no de

Re: Jenkins 2.0 and the game of life

2016-04-29 Thread Daniel Beck
> On 29.04.2016, at 05:37, Sarah Baker wrote: > > It's not something I'm introducing in the build line that I enter into > jenkins for maven. > I don't know how it's getting introduced. To clarify, you did not enter the values as shown on figure 2-24 on page 34, where the 'Goals' text field c

Re: Jenkins 2.0 and the game of life

2016-04-28 Thread Sarah Baker
Thank you, that makes sense. It's not something I'm introducing in the build line that I enter into jenkins for maven. I don't know how it's getting introduced. Is there some global setting I should look for, the global configs say simply default for maven, or should I look somewhere in the POM?

Re: Jenkins 2.0 and the game of life

2016-04-28 Thread Daniel Beck
> On 28.04.2016, at 06:04, Sarah Baker wrote: > > I suspect Jenkins, or some configuration inside Jenkins. > I had at first assumed it was something wrong with my maven install, but > I removed it completely, allowing jenkins to install it (option in the Global > Tool Configuration for Maven),

Jenkins 2.0 and the game of life

2016-04-27 Thread Sarah Baker
Greetings, I'm working thru the book 'Jenkins, The Definitive Guide' Jenkins 2.0, Java 8 update 92, Maven 3.3.9 on Windows. Jenkins is installed, game of life built fine. This problem relates to the section "More Reporting - Displaying Javadocs". The maven target javadoc:javadoc fails with issues