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
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
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,
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
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