continuum-webapp models

2006-11-30 Thread Brett Porter
I see a couple of models in continuum-webapp, which seem to be partially used. Does anyone know if session-models is used any more? What about view-models - only the summary parts still seem valid? - Brett

Changes to configuration

2006-11-30 Thread Brett Porter
Hi, I've started to redevelop the white site, starting with some configuration changes I'm making today: http://people.apache.org/~brett/continuum-white-site/admin/ appearance.html Thoughts? - Brett

Re: [vote] Release Remote Resources Plugin / JavaDoc Plugin / Source Plugin

2006-11-30 Thread Stephane Nicoll
+1 Stephane On 11/30/06, Jason van Zyl [EMAIL PROTECTED] wrote: I have fixed all the headers and checked them in. jason. On 29 Nov 06, at 6:54 PM 29 Nov 06, Joakim Erdfelt wrote: Once the headers are fixed, +1 - Joakim Daniel Kulp wrote: Jason, The files still don't have the proper

Getting the Plugin Context or the MavenSession from Mojo?

2006-11-30 Thread Dietrich Schulten
Hi, is it possible to get the plugin context from within a Mojo? In the test harness getPluginContext returns null. What is the plugin context? (Actually, I want the MavenSession and I hope it is part of the context...) Regards, D'

Re: Plugin Releases

2006-11-30 Thread Emmanuel Venisse
We need to release maven-scm beta-4 before to release release plugin Emmanuel Jason van Zyl a écrit : Now that thing are working I suggest we start new threads for all the votes. Jason. On 29 Nov 06, at 7:29 PM 29 Nov 06, Jason van Zyl wrote: Hi, The license insertion in to JAR, Source,

Setting POM properties from within Mojo?

2006-11-30 Thread Dietrich Schulten
Hi, is it possible to set a project property from within a mojo during the init phase, which can be referenced in the POM in a later phase? I need to set a different j2me bootclasspath for the compiler plugin and might be able to do this via a property, which could be passed to the compiler in

Re: Getting the Plugin Context or the MavenSession from Mojo?

2006-11-30 Thread Vincent Siveton
Hi The plugin manager has a shared context map (getPluginContext()) for all mojos. This context is called before executing each mojo so you could share objects from a given mojo to communicate with others mojos. Cheers, Vincent 2006/11/30, Dietrich Schulten [EMAIL PROTECTED]: Hi, is it

Re: svn commit: r480817 - in /maven/archiva/trunk: archiva-indexer/src/main/java/org/apache/maven/archiva/indexer/record/ archiva-reports-standard/src/main/java/org/apache/maven/archiva/reporting/ arc

2006-11-30 Thread Joakim Erdfelt
The fact that we tie together the discovery, indexing, and reporting is how. We shouldn't have done that. This tree triggers the IllegalStateException - http://repo1.maven.org/maven2/backport175/backport175-intellij/ edu.emory.mathcs.backport.java.util.concurrent.ExecutionException:

Re: [VOTE] Release MWAR Plugin

2006-11-30 Thread Vincent Siveton
Late, but here's my +1 Vincent 2006/11/28, Stephane Nicoll [EMAIL PROTECTED]: +1 Stéphane On 11/28/06, John Tolentino [EMAIL PROTECTED] wrote: Hi Everyone, The latest version (2.0.2-SNAPSHOT) of the maven-war-plugin is now deployed to the snapshot repo. We'll also have the license stuff

Re: [VOTE] Release MWAR Plugin

2006-11-30 Thread Andrew Williams
+1 Andy Vincent Siveton wrote: Late, but here's my +1 Vincent 2006/11/28, Stephane Nicoll [EMAIL PROTECTED]: +1 Stéphane On 11/28/06, John Tolentino [EMAIL PROTECTED] wrote: Hi Everyone, The latest version (2.0.2-SNAPSHOT) of the maven-war-plugin is now deployed to the snapshot repo.

Re: svn commit: r480817 - in /maven/archiva/trunk: archiva-indexer/src/main/java/org/apache/maven/archiva/indexer/record/ archiva-reports-standard/src/main/java/org/apache/maven/archiva/reporting/ arc

2006-11-30 Thread Milos Kleint
confirmed. when I tried to run archiva on top of the central repo, I got to exactly same place. I deleted the backport, another jar like that appeared. I solved the problem by using my mevenide UI frontend where I catched the InvalidArtifactRTException and recovered gracefully by kicking out the

Which version of Maven is recommended for a new project?

2006-11-30 Thread Aaron Metzger
For a new project which intends to whole-heartedly embrace Maven2 and lots of plugins, what is the community consensus as to which version of Maven we should start with? 1) The stable (but stale) released Maven 2.0.4? 2) The 2.0.x branch built from subversion? 3) The 2.1.x branch built from

Re: [VOTE] Release MWAR Plugin

2006-11-30 Thread Jesse McConnell
yep yep +1 On 11/30/06, Andrew Williams [EMAIL PROTECTED] wrote: +1 Andy Vincent Siveton wrote: Late, but here's my +1 Vincent 2006/11/28, Stephane Nicoll [EMAIL PROTECTED]: +1 Stéphane On 11/28/06, John Tolentino [EMAIL PROTECTED] wrote: Hi Everyone, The latest version

Re: Which version of Maven is recommended for a new project?

2006-11-30 Thread Ralph Goers
Does your organization have a need to tightly control the versions of the jar dependencies you use? If not than maven-2.04 should work just fine. Aaron Metzger wrote: For a new project which intends to whole-heartedly embrace Maven2 and lots of plugins, what is the community consensus as to

Re: Which version of Maven is recommended for a new project?

2006-11-30 Thread Wendy Smoak
On 11/30/06, Aaron Metzger [EMAIL PROTECTED] wrote: For a new project which intends to whole-heartedly embrace Maven2 and lots of plugins, what is the community consensus as to which version of Maven we should start with? The stable version is recommended for daily use. (Stale? Most of

Re: Plugin Releases

2006-11-30 Thread Dan Tran
I would like the test replease plugin against maven-scm-1.0-beta-4-SNAPSHOTfirst. To help with the testing, we need to: - release maven-plugins's pom.xml version 4 - deploy maven-scm-beta-4-SNAPSHOT - deploy maven-release-plugin-beta-5-SNASHOT which will be built with the new maven-scm

Re: Setting POM properties from within Mojo?

2006-11-30 Thread Jason van Zyl
Stop using the dev list for user questions. On 30 Nov 06, at 6:07 AM 30 Nov 06, Dietrich Schulten wrote: Hi, is it possible to set a project property from within a mojo during the init phase, which can be referenced in the POM in a later phase? I need to set a different j2me bootclasspath

Re: Plugin Releases

2006-11-30 Thread Jason van Zyl
On 30 Nov 06, at 11:39 AM 30 Nov 06, Dan Tran wrote: I would like the test replease plugin against maven-scm-1.0-beta-4-SNAPSHOTfirst. I haven't sent out the vote for the release plugin because I haven't actually started working on it, so plenty of time. Test away against trunk. Jason.

Publishing JImage-Analyst

2006-11-30 Thread Oliver Siegmar
Hello, I'd like to automatically publich JImage-Analyst (http://www.jimage-analyst.org). How to do this? Best Oliver - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Plugin Releases

2006-11-30 Thread Mike Perham
There's one fix I need to get into the Perforce provider before it goes into a new release plugin. I'll commit to getting it done this weekend if you'll hold off on building the beta-4 snapshot. http://jira.codehaus.org/browse/SCM-229 mike On 11/30/06, Emmanuel Venisse [EMAIL PROTECTED]

Re: [vote] Release Remote Resources Plugin / JavaDoc Plugin / Source Plugin

2006-11-30 Thread Daniel Kulp
I'm assuming the parent poms will also need to be released/deployed. Those still don't have the apache header. Once that is corrected, +1 (non-binding). Nice work. Dan On Wednesday 29 November 2006 18:58, Jason van Zyl wrote: I have fixed all the headers and checked them in. jason.

Classpath woes ...

2006-11-30 Thread David Whitehurst
I'm using Maven to do a number of things and I'm unable to obtain access to a jar dependency using two plugins to accomplish my purpose. First I use maven to jar my application and it writes an executable JAR file and a manifest that contains my needed Jar file for log4j. I then use the

Re: Classpath woes ...

2006-11-30 Thread Jerome Lacoste
On 11/30/06, David Whitehurst [EMAIL PROTECTED] wrote: I'm using Maven to do a number of things and I'm unable to obtain access to a jar dependency using two plugins to accomplish my purpose. First I use maven to jar my application and it writes an executable JAR file and a manifest that

Re: [vote] Release Remote Resources Plugin / JavaDoc Plugin / Source Plugin

2006-11-30 Thread Jason van Zyl
On 30 Nov 06, at 12:45 PM 30 Nov 06, Daniel Kulp wrote: I'm assuming the parent poms will also need to be released/ deployed. Those still don't have the apache header. Yup, the whole chain will be released and run through the header gauntlet. Once that is corrected, +1

Re: [vote] Release Remote Resources Plugin / JavaDoc Plugin / Source Plugin

2006-11-30 Thread Dennis Lundberg
The Remote Resources Plugin does not pass the DOCCK check: The following documentation problems were found: o Maven Remote Resources Plugin (5 errors, 0 warnings) [ERROR] pom.xml is missing the prerequisites tag. [ERROR] pom.xml has no report plugins configured. [ERROR]

Re: [vote] Release Remote Resources Plugin / JavaDoc Plugin / Source Plugin

2006-11-30 Thread Jason van Zyl
On 30 Nov 06, at 2:15 PM 30 Nov 06, Dennis Lundberg wrote: The Remote Resources Plugin does not pass the DOCCK check: The following documentation problems were found: o Maven Remote Resources Plugin (5 errors, 0 warnings) [ERROR] pom.xml is missing the prerequisites tag. Must have

Re: svn commit: r480817 - in /maven/archiva/trunk: archiva-indexer/src/main/java/org/apache/maven/archiva/indexer/record/ archiva-reports-standard/src/main/java/org/apache/maven/archiva/reporting/ arc

2006-11-30 Thread Brett Porter
Like I said, a programming error. It's a bug in the discovery if it reports back something that doesn't exist, right? On 01/12/2006, at 12:02 AM, Joakim Erdfelt wrote: The fact that we tie together the discovery, indexing, and reporting is how. We shouldn't have done that. Why not? What

Standard reporting for maven plugins

2006-11-30 Thread Jason van Zyl
Hi, Should we just put the JXR and JavaDoc reports in the parent plugin POM as all plugins need them to pass the Docck? Jason. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [vote] Release Remote Resources Plugin / JavaDoc Plugin / Source Plugin

2006-11-30 Thread Jason van Zyl
Hi Denis, Just did a little checking. The JXR/Javadoc are not added automatically as it causes the cycle problem. So that's what the surrogate plugin parent POM is and it has a profile for reporting. So if you use -Preporting you'll get the reports. Jason. On 30 Nov 06, at 2:15 PM 30

Re: Standard reporting for maven plugins

2006-11-30 Thread Jason van Zyl
Scratch that, John has already taken care of it with the surrogate parent POM. Jason. On 30 Nov 06, at 2:59 PM 30 Nov 06, Jason van Zyl wrote: Hi, Should we just put the JXR and JavaDoc reports in the parent plugin POM as all plugins need them to pass the Docck? Jason.

Re: [vote] Release Remote Resources Plugin / JavaDoc Plugin / Source Plugin

2006-11-30 Thread Dennis Lundberg
Hi Jason You're quite right about the surrogate parent. I had seen the commits about it but didn't connect it with the circular dependency problem. Thanks for clearing that up. Now, the only error left is about the missing examples. I'll leave the decision about that up to you. -- Dennis

Re: [vote] Release Remote Resources Plugin / JavaDoc Plugin / Source Plugin

2006-11-30 Thread Wendy Smoak
On 11/30/06, Dennis Lundberg [EMAIL PROTECTED] wrote: You're quite right about the surrogate parent. I had seen the commits about it but didn't connect it with the circular dependency problem. Thanks for clearing that up. Should be using it when publishing the plugin websites, then? Thanks,

[jira] Subscription: Design Best Practices

2006-11-30 Thread jira
Issue Subscription Filter: Design Best Practices (37 issues) Subscriber: mavendevlist Key Summary MNG-2184Possible problem with @aggregator and forked lifecycles http://jira.codehaus.org/browse/MNG-2184 MNG-612 implement conflict resolution techniques