Re: Adding a new packaging

2009-05-30 Thread Nitin Verma
+us...@maven.apache.org On Sat, May 30, 2009 at 1:34 AM, Nitin Verma nitin.mat...@gmail.com wrote: Hi, I looking at adding a packaging, that would have phases mapped to appropriate goals. Can some one guide me on how to add a new packaging? Regards, Nitin Verma project

Adding a new packaging

2009-05-30 Thread Nitin Verma
Hi, I looking at adding a packaging, that would have phases mapped to appropriate goals. Can some one guide me on how to add a new packaging? Regards, Nitin Verma project xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;

Regarding parsing of artifact details from Maven index file

2009-05-30 Thread karthikeyan.laxman
I need to get the details of list of artifacts contained in the index file of maven repository. I downloaded the nexus-maven-repository-indexes.zip file from the repository and unzipped that file. But it is having .cfs and .gen formatted files. How to parse that files to get the details (like

Re: [VOTE 3] maven-assembly-plugin 2.2-beta-4

2009-05-30 Thread Deng Ching
+1, I tried it with Archiva and I didn't see any problems in the generated tar and zip bundles. The links in the nav menu seems broken.. I'm not sure if the new staged site just hasn't been synched yet or if it is really broken. Thanks, Deng On Sat, May 30, 2009 at 4:41 AM, John Casey

Re: Adding a new packaging

2009-05-30 Thread Benjamin Bentmann
Nitin Verma wrote: I looking at adding a packaging, that would have phases mapped to appropriate goals. Can some one guide me on how to add a new packaging? The section Specifying a New Packaging in [0] provides some hints. [1] shows a minimal example plugin. Benjamin [0]

Re: svn commit: r775049 - in /maven/plugins/trunk/maven-checkstyle-plugin: ./ src/main/java/org/apache/maven/plugin/checkstyle/ src/main/resources/config/ src/test/java/org/apache/maven/plugin/checkst

2009-05-30 Thread Benjamin Bentmann
Hi Nicolas, just a ping in case the former mails didn't make it through. Benjamin Benjamin Bentmann wrote: Dennis Lundberg wrote: it yet myself), you have changed the configuration for HtmlPackage/JavadocPackage compared to how it used to work. IIUC package.html files are no longer

Re: [VOTE 3] maven-assembly-plugin 2.2-beta-4

2009-05-30 Thread Benjamin Bentmann
John Casey wrote: I've corrected the regressions from previous VOTEs for this plugin, and I'm ready to try this once again.. Thanks for all your efforts on this plugin and the various upstream projects to bring us an easy source bundling tool. I kinda feel bad to say the following...

Re: svn commit: r775049 - in /maven/plugins/trunk/maven-checkstyle-plugin: ./ src/main/java/org/apache/maven/plugin/checkstyle/ src/main/resources/config/ src/test/java/org/apache/maven/plugin/check

2009-05-30 Thread nicolas de loof
Sory, I missed time to follow this thread, thanks to benjamin for the ping. I applied MCHECKSTYLE-105 patch as is and did not detect the breacking changes, it can be rollbacked - I will check MCHECKSTYLE-101later. Following the thread about plugin and Java5 I've created a branch for checkstyle

Re: [VOTE 3] maven-assembly-plugin 2.2-beta-4

2009-05-30 Thread David Jencks
I thought it was working great but... what could cause this? [INFO] [INFO] Building Genesis [INFO]task-segment: [clean, install] [INFO]

Re: Adding a new packaging

2009-05-30 Thread Nitin Verma
Hi Benjamin, Thanx, I have been able to write an initial version of the packaging plugin. One more small question what is the best place to override the properties like project.compileSourceRoots, project.build.outputDirectory etc. Do we have a plugin that does that? Regards, Nitin Verma On

Re: Regarding parsing of artifact details from Maven index file

2009-05-30 Thread Brian Fox
Your best bet is to use the nexus-indexer api jar to access the data. This will keep you from having to deal with the contents, which in the old .zip are a lucene format but in the new .gz incrementals is a special binary format.