Re: maven-ear-plugin and dependencies

2006-12-15 Thread Graham Leggett
On Thu, December 14, 2006 9:05 pm, Stephane Nicoll wrote: This has been tackled a dozen of times and I am not sure it has anything to do with the EAR plugin, at least if we follow the spec. If I am wrong, please let me know. The valid way to bundle shared components/libs in a EAR is to

Re: Maven Site Plugin

2006-12-15 Thread Jason van Zyl
On 14 Dec 06, at 11:29 PM 14 Dec 06, Wendy Smoak wrote: On 12/14/06, Jason van Zyl [EMAIL PROTECTED] wrote: I have managed to get the site plugin working with 2.0.4 and it really wasn't a simple matter of rolling back some stuff. ... Thanks for doing this. But... (you knew it was coming)

Re: Maven and Fedora

2006-12-15 Thread Brett Porter
On 15/12/2006, at 1:51 AM, Jason van Zyl wrote: On 14 Dec 06, at 9:46 AM 14 Dec 06, Carl Trieloff wrote: Suggestion: Would a good starting point be to maybe be to create a branch where some guys can work, and then we work item by item with the maven community. once we get an issue out

Re: Maven Site Plugin

2006-12-15 Thread Brett Porter
I haven't looked, but this can't be right. Thte only things you need to match are: - doxia-sink-api - maven-reporting-api These are quite small, but were impacted by Kenney's change which is where the incompat. came in. I have certainly used newer doxia site renderer/etc. code with maven

Detecting current build definition

2006-12-15 Thread Anders Sveen
Hi, I'm not sure this is the correct forum, but the user-list didn't seem like a likely forum either. I'm creating a custom notifier, and need to detect which build definition that triggers it. I need to do this to enable different actions according to which definition the failure occurs

Re: [m2] Dev help needed: Should multiple repositories be able to host an artifact, potentially with different versions

2006-12-15 Thread Kenney Westerhof
Hi, I'm following this setup/process: - We have the following repository definitions in the root pom of the projects: * repository central - inherited, for normal non-snapshot artifacts * pluginRepository central - inherited, for normal non-snapshot plugins * repository company.repo for

Re: Maven Site Plugin

2006-12-15 Thread Jason van Zyl
On 15 Dec 06, at 3:03 AM 15 Dec 06, Brett Porter wrote: I haven't looked, but this can't be right. Thte only things you need to match are: - doxia-sink-api - maven-reporting-api I started with the doxia version that was in 2.0.4 to make sure there were no problems. So I've whittled it

Re: Maven Site Plugin

2006-12-15 Thread Jason van Zyl
Wendy, I'll work with you today if you have time and we'll try out the struts site. The ${modules} reference will now be replaced with the new references. I put back in support for all the legacy stuff I noticed as it changed drastically from beta-5 to the present. The configuration for

Re: maven-ear-plugin and dependencies

2006-12-15 Thread Garvin LeClaire
On 12/15/06, Graham Leggett [EMAIL PROTECTED] wrote: On Thu, December 14, 2006 9:05 pm, Stephane Nicoll wrote: This has been tackled a dozen of times and I am not sure it has anything to do with the EAR plugin, at least if we follow the spec. If I am wrong, please let me know. The valid

Re: The Future of the Release Process.

2006-12-15 Thread Daniel Kulp
On Wednesday 13 December 2006 18:46, Joakim Erdfelt wrote: Techniques: 2) Staged release process This process uses a staging workflow, there is no plugin for this process (yet). The benefits of this process is that a real binary is being blessed. This process also

downloading eclipse runtime binary or RCP delta pack

2006-12-15 Thread Bhupendra Bhardwaj
Hi, This is regarding the eclipse plugin being developed in Apache Qpid project. The maven repository doesn't have the eclipse swt plugins for all platforms. I have few questions, can those be answered please if possible- - Can I download the eclipse runtime binary or any zip/tar from

Re: downloading eclipse runtime binary or RCP delta pack

2006-12-15 Thread Dan Tran
ant get task? On 12/15/06, Bhupendra Bhardwaj [EMAIL PROTECTED] wrote: Hi, This is regarding the eclipse plugin being developed in Apache Qpid project. The maven repository doesn't have the eclipse swt plugins for all platforms. I have few questions, can those be answered please if

Re: Maven and Fedora

2006-12-15 Thread Carl Trieloff
Brett Porter wrote: On 15/12/2006, at 1:51 AM, Jason van Zyl wrote: On 14 Dec 06, at 9:46 AM 14 Dec 06, Carl Trieloff wrote: Suggestion: Would a good starting point be to maybe be to create a branch where some guys can work, and then we work item by item with the maven community. once we

Re: svn commit: r487615 - in /maven/archiva/trunk/maven-meeper/src/site: fml/ fml/faq.fml fr/ fr/apt/ fr/apt/format.apt fr/apt/index.apt fr/fml/ fr/fml/faq.fml fr/xdoc/ fr/xdoc/xdoc.xml site.xml site_

2006-12-15 Thread Emmanuel Venisse
What are all these files? Emmanuel [EMAIL PROTECTED] a écrit : Author: jmcconnell Date: Fri Dec 15 10:39:19 2006 New Revision: 487615 URL: http://svn.apache.org/viewvc?view=revrev=487615 Log: initial site for meeper and a brief howto sync up central Added:

Re: svn commit: r487615 - in /maven/archiva/trunk/maven-meeper/src/site: fml/ fml/faq.fml fr/ fr/apt/ fr/apt/format.apt fr/apt/index.apt fr/fml/ fr/fml/faq.fml fr/xdoc/ fr/xdoc/xdoc.xml site.xml site_

2006-12-15 Thread Jason van Zyl
On 15 Dec 06, at 1:57 PM 15 Dec 06, Emmanuel Venisse wrote: What are all these files? Site for administering the repository. Jason. Emmanuel [EMAIL PROTECTED] a écrit : Author: jmcconnell Date: Fri Dec 15 10:39:19 2006 New Revision: 487615 URL:

Re: downloading eclipse runtime binary or RCP delta pack

2006-12-15 Thread Graham Leggett
Bhupendra Bhardwaj wrote: The maven repository doesn't have the eclipse swt plugins for all platforms. I have few questions, can those be answered please if possible- - Can I download the eclipse runtime binary or any zip/tar from

Re: svn commit: r487615 - in /maven/archiva/trunk/maven-meeper/src/site: fml/ fml/faq.fml fr/ fr/apt/ fr/apt/format.apt fr/apt/index.apt fr/fml/ fr/fml/faq.fml fr/xdoc/ fr/xdoc/xdoc.xml site.xml site_

2006-12-15 Thread Jesse McConnell
*cough* with slightly verbose content from the site archetype On 12/15/06, Jason van Zyl [EMAIL PROTECTED] wrote: On 15 Dec 06, at 1:57 PM 15 Dec 06, Emmanuel Venisse wrote: What are all these files? Site for administering the repository. Jason. Emmanuel [EMAIL PROTECTED] a écrit :

Re: Maven Site Plugin

2006-12-15 Thread Wendy Smoak
On 12/15/06, Jason van Zyl [EMAIL PROTECTED] wrote: I'll work with you today if you have time and we'll try out the struts site. It ran with no errors on the Struts 1.x and top-level sites, but I won't have time to make sure everything looks okay until tomorrow afternoon. -- Wendy

Re: [m2] Dev help needed: Should multiple repositories be able to host an artifact, potentially with different versions

2006-12-15 Thread Barrie Treloar
On 12/16/06, Kenney Westerhof [EMAIL PROTECTED] wrote: Thanks Kenney, - colleagues will automatically get the snapshot version of the plugin, but due to a a bug in maven 2.0.4 they could end up with the wrong plugin in the reactor. For instance: mvn

Re: Maven Site Plugin

2006-12-15 Thread Jason van Zyl
On 15 Dec 06, at 2:35 PM 15 Dec 06, Wendy Smoak wrote: On 12/15/06, Jason van Zyl [EMAIL PROTECTED] wrote: I'll work with you today if you have time and we'll try out the struts site. It ran with no errors on the Struts 1.x and top-level sites, but I won't have time to make sure everything