From: Andy J. <an...@aj...> - 2004-10-01 06:28:21
|
On Thursday 30 Sep 2004 23:09, Eric Legoubin wrote: > Hello, > > I'd like to contribute a new plugin. However some libraries are missing > under ibiblio. > > What is the best way ? Are the missing libraries under Apache stye licenses ? If so, you could request that they get uploaded to IBiblio (see the Maven docs for details on this process). If they aren't you could just release the plugin, and expect users to find the dependencies themselves (look in maven.xml at the top level of the maven-plugins project and you'll find other dependencies that are like this). Add your dependencies to the maven.xml in the same style as others have done if they fit in this category. -- Andy |