Re: License collection

2011-01-22 Thread Yoav Landman
You may also want to have a look at the Artifactory license addon, which does exactly that - finds the licenses of all dependencies of a build (including searching in parent poms) with the ability to assign custom license information + generate a report with selective dependency scopes. It is part

Re: Create artifacts library for downloaded IBM jar files.

2011-01-22 Thread Yoav Landman
On Thu, Jan 20, 2011 at 3:06 PM, Wendy Smoak wsm...@gmail.com wrote: On Thu, Jan 20, 2011 at 6:51 AM, Jonathan Vila Lopez jonathan.v...@gmail.com wrote: As the IBM MQSeries jars are not in the apache maven repositories, I have downloaded the jars but now I would like to add to my

Native dependencies best practices

2011-01-22 Thread Ruben Garat
Hi, I am trying to help get a project (Lightweight Java Game Library http://lwjgl.org/) into Maven Central repository. This project is the most used way for java games to use opengl. The project is made of a main jar lwjgl.jar and some natives for each platform. I have to main questions:

Re: Archetype Plugin does not automatically call the update-local-catalog goal

2011-01-22 Thread Hervé BOUTEMY
if you set packaging to maven-archetype instead of jar, you'll get the expected result see FAQ http://maven.apache.org/archetype/maven-archetype-plugin/faq.html Regards, Hervé Le vendredi 14 janvier 2011, Thiébault Benoît a écrit : Hi everyone, I am building new archetypes to normalize my