.har file

2006-08-11 Thread neeraj bisht
hi all There is any plugin availabe by which i can make .har file for j2ee application i mean to say i want to deploy my application in jboss server and for that i need one .har file and i want to make that .har file through maven i am using maven1.0 Regards Neeraj Singh Bisht

Re: [m2] maven-assembly-plugin build failure: plexus-archiver:1.0-alpha-7-SNAPSHOT not available

2006-08-11 Thread Brett Porter
snapshots.maven.codehaus.org was originally used for all snapshots, but Maven moved it's snapshots to people.apache.org when that was set up, and after codehaus died they set up an official snapshot repository, so the first one is now being decomissioned and nothing new is being deployed there.

Using Multiple JDKs

2006-08-11 Thread Jan Nielsen
I'm a newbie to Maven and Continuum, so aplogies if this is obvious. I'm not sure if this is a Maven question or Continuum question, or perhaps both, so I thought I'd try here first. When dealing with multiple projects which need different JDK for compilation, it's possible to use the source an

Re: [m2] maven-assembly-plugin build failure: plexus-archiver:1.0-alpha-7-SNAPSHOT not available

2006-08-11 Thread Barrie Treloar
On 8/11/06, Brett Porter <[EMAIL PROTECTED]> wrote: it should be at http://snapshots.repository.codehaus.org/ instead now - > http://snapshots.maven.codehaus.org/maven2/org/codehaus/plexus/plexus-archiver/ What is the difference? Is it just for plugin repository? This is the first I have hea

Re: Artifact/Dependency details in MPIR and MRM

2006-08-11 Thread Milos Kleint
Joakim, looks really cool. I definitely think that it's would be valuable to have as part of the indexed stuff in MRM. I will probably use it in the Netbeans integration as well (either as part of MRM stuff or separately for dependency management) Unrelated, but I cannot resist: When going thoug

Re: Integration testing plugins

2006-08-11 Thread Jason van Zyl
On 11 Aug 06, at 11:25 AM 11 Aug 06, John Casey wrote: it doesn't backup the whole local repository, only the files that will be affected by a plugin install. It should be relatively stable in terms of the backup/restore data transfer size...varying only by the number of repositories that w

Re: svn commit: r430523 - /maven/site/trunk/src/site/apt/guides/plugin/guide-java-plugin-development.apt

2006-08-11 Thread Dennis Lundberg
Brett Porter wrote: On 11/08/2006 6:43 AM, [EMAIL PROTECTED] wrote: Author: dennisl Date: Thu Aug 10 13:43:24 2006 New Revision: 430523 URL: http://svn.apache.org/viewvc?rev=430523&view=rev Log: [MNG-2246] mojo developer guide takes a shortcut at explaining fully how the command line can be sh

Re: svn commit: r430355 - /maven/plugins/trunk/maven-one-plugin/pom.xml

2006-08-11 Thread Dennis Lundberg
Edwin Punzalan wrote: Hi, my bad. I'll revert asap. I had my settings.xml configured for snapshots repositories, both for codehaus and apache. Apparently when I tried building this plugin, maven didn't find any 2.0.5-SNAPSHOT so I thought the dep was wrong and changed it to 2.1-SNAPSHOT si

Re: Integration testing plugins

2006-08-11 Thread John Casey
it doesn't backup the whole local repository, only the files that will be affected by a plugin install. It should be relatively stable in terms of the backup/restore data transfer size...varying only by the number of repositories that were consulted for that artifact (because there is a set of met

Re: svn commit: r430446 - in /maven/plugins/trunk/maven-site-plug in: pom.xml src/main/java/org/apache/maven/plugins/site/ReportDocumentRe n derer.java

2006-08-11 Thread Denis Cabasson
Ok, that sounds sensible. Shouldn't the new version of the plugin include a prerequisites tag, pointing to the correct version of Maven? (from the message of Brett, maybe this is still under work). Thx for the info kenney, and my apologies from wrongly accusing your patch. Denis. forge wrote:

Re: Integration testing plugins

2006-08-11 Thread Jason van Zyl
On 11 Aug 06, at 9:18 AM 11 Aug 06, John Casey wrote: This should be solved by the stage/unstage mojos in the plugin-test plugin. That's its only current purpose. It will stage a new plugin artifact into the local repository, backing up what was there before, then clear the pluginManager's

Re: Integration testing plugins

2006-08-11 Thread John Casey
This should be solved by the stage/unstage mojos in the plugin-test plugin. That's its only current purpose. It will stage a new plugin artifact into the local repository, backing up what was there before, then clear the pluginManager's cache of that plugin, in case it's been resolved already. Uns

Re: CI for M1 : Can I use a continuum instance somewhere ?

2006-08-11 Thread Arnaud HERITIER
Ok for me. I'll open an issue. And for a CI environment ? Arnaud On 8/11/06, Brett Porter <[EMAIL PROTECTED]> wrote: I think we should use the zone for both. The staging sites should be: http://maven.zones.apache.org/staging/ (maven2) http://maven.zones.apache.org/staging/maven-1.x/ (ie, fol

Re: [vote] Release Maven Parent POM v4

2006-08-11 Thread Arnaud HERITIER
+1 Arnaud On 8/10/06, Brett Porter <[EMAIL PROTECTED]> wrote: Hi, Currently, v2 of the parent does not have the correct paths to upload to, but v3 includes the CPD check which is breaking at least the Maven build and the IDEA plugin. I would like to propose that we release v4 which is a stab

Re: svn commit: r430446 - in /maven/plugins/trunk/maven-site-plug in: pom.xml src/main/java/org/apache/maven/plugins/site/ReportDocumentRe n derer.java

2006-08-11 Thread Kenney Westerhof
Cabasson Denis wrote: Hum, after futher investigation, no need to go that deep in changes. Simply running mvn site on any project results in this class not found thingy (after having built the latest maven-site-plugin of course). Hi, You'll either need to bootstrap maven entirely, or manual

RE: svn commit: r430446 - in /maven/plugins/trunk/maven-site-plug in: pom.xml src/main/java/org/apache/maven/plugins/site/ReportDocumentRe n derer.java

2006-08-11 Thread Cabasson Denis
Ok, something must go wrong there. I have installed svn build of doxia and maven components, as well as maven-site-plugin. I am still using maven 2.0.4 though. Maybe problem comes from here. Sorry to be so slow. I'll keep on investigating Denis. > -Message d'origine- > De : Vincent Si

Re: svn commit: r430446 - in /maven/plugins/trunk/maven-site-plug in: pom.xml src/main/java/org/apache/maven/plugins/site/ReportDocumentRe n derer.java

2006-08-11 Thread Vincent Siveton
Hi Denis, Kenney's stuff is working a treat :) You need to svn co doxia, mvn install on it and also to build maven [1] Actually, we have no standardized tests for site-plugin. We need to used maven-plugin-testing-harness to do it like other plugins. Patches are welcome :) Cheers, Vincent [1]

RE: svn commit: r430446 - in /maven/plugins/trunk/maven-site-plug in: pom.xml src/main/java/org/apache/maven/plugins/site/ReportDocumentRe n derer.java

2006-08-11 Thread Cabasson Denis
Hum, after futher investigation, no need to go that deep in changes. Simply running mvn site on any project results in this class not found thingy (after having built the latest maven-site-plugin of course). Isn't there any integration test for maven site plugin? :( Denis. > -Message d'ori

RE: svn commit: r430446 - in /maven/plugins/trunk/maven-site-plug in: pom.xml src/main/java/org/apache/maven/plugins/site/ReportDocumentRen derer.java

2006-08-11 Thread Cabasson Denis
Hi Kenney, Your stuff looks nice, but it seems to be broken :( Well, at list, I can't use it (which is not completly the same thing). I'm trying to build a new Report, using your new AbstractMavenReport. When writing down my report, everything is fine. I the lauch a mvn install and it's installed

Re: Integration testing plugins

2006-08-11 Thread Kenney Westerhof
Vincent Massol wrote: Also, Kenney do you know if the it plugin can now be used to test a plugin that is being built for the first time? I remember that I didn't activate it on the clover plugin because it would work only if the clover plugin was installed in the local repository and this came

Re: [m2] How to install local patches of plugins and stop snapshots from maven site being installed

2006-08-11 Thread Kenney Westerhof
Was't this problem related to the fact that if you do an 'mvn install' to your local repo, resulting in -SNAPSHOT.jar, and then later on maven finds a new timestamped snapshot, that one is used instead? I don't think the jar in your company repository has a timestamp in it, just -SNAPSHOT. If so

RE: Integration testing plugins

2006-08-11 Thread Vincent Massol
> -Original Message- > From: Kenney Westerhof [mailto:[EMAIL PROTECTED] > Sent: vendredi 11 août 2006 00:13 > To: Maven Developers List > Subject: Re: Integration testing plugins > > > Hi John, > > It seems that the maven-invoker-plugin does actually the same thing > as the maven-it-pl

Re: repository manager interface for review

2006-08-11 Thread Brett Porter
On 11/08/2006 4:25 PM, Franz Allan Valencia See wrote: btw, i have another minor comment: the "Synchronisation" menu item under the "Manage" menu, should be spelled "Synchronization" ^_^ If someone wants to i18n it for US English, then they can - Synchronisation is the correct spelling :) -

Re: [m2] maven-assembly-plugin build failure: plexus-archiver:1.0-alpha-7-SNAPSHOT not available

2006-08-11 Thread Brett Porter
it should be at http://snapshots.repository.codehaus.org/ instead now - but that should have been entered into the POM if a snapshot dependency was required (and detected by CI). - Brett On 11/08/2006 5:00 PM, Barrie Treloar wrote: org.codehaus.plexus:plexus-archiver:jar:1.0-alpha-7-SNAPSHOT

[m2] maven-assembly-plugin build failure: plexus-archiver:1.0-alpha-7-SNAPSHOT not available

2006-08-11 Thread Barrie Treloar
org.codehaus.plexus:plexus-archiver:jar:1.0-alpha-7-SNAPSHOT is not available at http://snapshots.maven.codehaus.org/maven2/org/codehaus/plexus/plexus-archiver/ when I attempt to build the trunk of maven-assembly-plugin Any chance someone can fix that for me please?