Renaming Dependencies

2021-03-26 Thread Martin Bradley
Hi Folks, A large company moved to Maven and uploaded many of their non public jars into the private company repository. Many of these dependencies were uploaded without using standard group/artifact id. This is not easily fixed because many projects reference those group/artifact coordinates,

Re: Renaming Dependencies

2021-03-26 Thread Nick Stolwijk
You could upload a relocation pom[1] or create a list of old and new groupId/ArtifactId combinations and use the oga-maven-plugin[2] to convert each project. Unfortunately that plugin only can fail your build and not output a warning. [1] https://maven.apache.org/guides/mini/guide-relocation.html

Add command-line options to the javadoc plugin?

2021-03-26 Thread leerho
I can't find adequate documentation on how to add command line arguments / options to the Javadoc plugin. The following does not work: > org.apache.maven.plugins > maven-javadoc-plugin > ${maven-javadoc-plugin.version} > > >

Re: Add command-line options to the javadoc plugin?

2021-03-26 Thread Patty Mele
I don't what this is? Patty On Fri, Mar 26, 2021 at 6:35 PM leerho wrote: > I can't find adequate documentation on how to add command line arguments / > options to the Javadoc plugin. The following does not work: > > > > org.apache.maven.plugins > >