Assembly plugin plugin

2012-04-17 Thread Robert Egan
I have written a ContainerDescriptorHandler plugin for the Maven assembly plugin. It works when the module that uses it is built 'standalone'. When the module is built as part of a large multi-module project I see either [INFO] : org.apache.maven.plugin.assembly.model.Assembly@13579e0 Assembly is

[RESULT] [VOTE] Release Maven Doxia Sitetools version 1.3

2012-04-17 Thread Dennis Lundberg
Hi, The vote has passed with the following result : +1 (binding): Hervé Boutemy, Olivier Lamy, Emmanuel Venisse, Robert Scholte, Dennis Lundberg +1 (non binding): Lukas Theussl, Tony Chemit I will promote the artifacts to the central repo. Thanks to everyone who voted! On 2012-04-14 22:22, Denn

Re: Maven Indexer, filter by period of time and classNames field

2012-04-17 Thread Tamás Cservenák
Your example accesses Central Repository Index (http://repo1.maven.org/maven2), and due to bandwidth considerations, it does NOT index, hence index chunks you download does not have classNames in it. Otherwise, your code looks good. Try the same against a Nexus repository with some JARs deployed,

For a mojo with requiresProject=false, I would like to avoid Maven from loading the pom.xml from working directory

2012-04-17 Thread Vincent Latombe
Hello, I'm coding a plugin where I can have a goal that is using requiresProject = false, which I call directly from command line. In some cases, this plugin can be called in a context where there is a pom.xml in the working directory. The project itself may be invalid, but I still would like to

Maven Indexer, filter by period of time and classNames field

2012-04-17 Thread Laurent Pellegrino
Hi all, I am trying to use Apache maven indexer to retrieve artifacts whose for example their lastModified field indicates a date between January and February of this year (1). Then, for each artifact retrieved, I would like to get the classNames field value (2). To achieve it I tried to use the