Re: Maven Dependencies Pop Quiz

2020-03-26 Thread Jon Harper
I got my score directly after the quizz. Le jeu. 26 mars 2020 à 19:14, Christofer Dutz a écrit : > Hi, > > I got my score via Twitter ;-) > > But till then I didn't know how I performed. > > Chris > > Am 26.03.20, 19:08 schrieb "Andres Almiray" : > > That's strange, you should get the

Re: multimodule aggregate javadoc jar

2020-02-04 Thread Jon Harper
ts look up the javadocs (we used to put the aggregated javadocs in our parent pom) so it's a bit confusing.. Thanks again for your time. Jon Le mar. 4 févr. 2020 à 22:10, Robert Scholte a écrit : > Well, so we're back to the missing javadoc:aggregate-jar-no-fork :) > > > On 4-2-2020 19:38

Re: multimodule aggregate javadoc jar

2020-02-04 Thread Jon Harper
n't want to run it all the time, consider putting the > javadoc-plugin in a profile and activate it when wished. > > You experience might improve if/when we implement MNG-5885 > > thanks, > Robert > > https://issues.apache.org/jira/browse/MNG-5885 > On 4-2-2020 08:58:18, Jo

Re: multimodule aggregate javadoc jar

2020-02-04 Thread Jon Harper
Tue, Feb 4, 2020 at 8:58 AM Jon Harper wrote: > > Hi Robert, > thanks for you reply. I'll keep an eye out for these improvements. > > Another obstacle to my use case is that when running > $ mvn package javadoc:aggregate-jar install > the install phase doesn't continue

Re: multimodule aggregate javadoc jar

2020-02-03 Thread Jon Harper
roved to see if they should do their action, e.g.: > Consider using the following flag in for the java compiler: > > -Xpkginfo:{always,legacy,nonempty} Specify handling of package-info files > > Maybe this will already improve your buildtime. > > thanks, > Robert > > On

Re: maven enforcer ensure javadoc attached

2020-02-03 Thread Jon Harper
M Benjamin Marwell wrote: > > Hi Jon, > > I think you could use the verifier-plugin for checking file existence. > > https://maven.apache.org/plugins/maven-verifier-plugin/verify-mojo.html > > Am So., 2. Feb. 2020 um 17:55 Uhr schrieb Jon Harper : > > > > Hi li

multimodule aggregate javadoc jar

2020-02-02 Thread Jon Harper
Hi list, I would like to package a multimodule project (jar of each submodule) and then create one aggregated javadoc jar attached to root pom. The best solution I came up with is using the following command line $ mvn package javadoc:aggregate-jar It uses the fact that aggregate-jar is

maven enforcer ensure javadoc attached

2020-02-02 Thread Jon Harper
Hi list, I would like to use maven-enforcer-plugin to ensure that javadocs are attached in release mode before installing. That's because I use $ mvn package javadoc:aggregate-jar deploy to build, so if someone forgets to call the aggregate-jar goal, the release will be missing the javadoc. I

multimodule aggregate javadoc jar

2020-01-30 Thread Jon Harper
Hi list, I would like to package a multimodule project (jar of each submodule) and then create one aggregated javadoc jar attached to root pom. The best solution I came up with is using the following command line $ mvn package javadoc:aggregate-jar It uses the fact that aggregate-jar is

maven enforcer ensure attached artifact

2020-01-30 Thread Jon Harper
Hi list, I would like to use maven-enforcer-plugin to ensure that javadocs are attached in release mode before installing. That's because I use $ mvn package javadoc:aggregate-jar deploy to build, so if someone forgets to call the aggregate-jar goal, the release will be missing the javadoc. I

download dependencies and ouput build classpath

2018-03-27 Thread Jon Harper
Hi list, Is there a way to tell maven to download all dependencies and output a classpath for a given artifact (or a list of artifacts) without having to create a project and its pom ? The use case is to prototype or check classes with jshell. I would ideally want something like

Re: Maven Site with responsive design

2017-03-13 Thread Jon Harper
The fluido skin is responsive since version 1.6 : https://maven.apache.org/skins/maven-fluido-skin/ It uses bootstrap 2. It's used on the main maven site as well : https://maven.apache.org/ Regards, Jon Jon On Mon, Mar 13, 2017 at 2:51 PM, Philipp Kraus < philipp.kr...@tu-clausthal.de> wrote: