Build a virtual machine using maven? A realistic idea?

2010-04-15 Thread Jimi Hullegård
Hi, Recently I have been doing some work with a virtual machine (Ubuntu) with some specific programs installed. But what I am starting to realise is that we don't have a good documentation on exactly what is on this machine, and what changes has been made since it first was created, especially

Problem with https

2010-04-15 Thread Jakub Herkel
Hello, I have tried to connect maven with repositories via https but it wasn't successful. My environment : - server is Centos 5.4 64 bit with jre 6u19 - nexus is running in Glassfish v3. - firewall is disabled - client is Fedora 12 64 bit - maven is in version 2.2.1 My steps : 1) Import securit

release:prepare ignores configuration in child of multi module project

2010-04-15 Thread Raphael Ackermann
if I have a project structure like below: project-root + --- project-a + --- project-b + --- project-c and in project-root I have maven-release-plugin and in project-b I have maven-release-plugin clean install when I run mvn rel

What MavenProject.getCollectedProjects() return

2010-04-15 Thread amaresh mourya
Hi All, Can somebody point me the location/link where I can have doc for this method : MavenProject.getCollectedProjects() Thanks, Amaresh

Dynamic archetype

2010-04-15 Thread stephanos
Hi folks, I'm looking for a way of dynamically specifying dependencies in my archetype. Why, you ask? Well, I run a code kata site ( http://codingkata.org codingkata.org ) and for advanced katas I'm planning to include e.g. database access and messaging queues. If I create my archetypes the usua

Re: Build a virtual machine using maven? A realistic idea?

2010-04-15 Thread Stephen Connolly
If you write a maven-plugin to do what you describe you will be a hero! See inline for notes 2010/4/15 Jimi Hullegård > Hi, > > Recently I have been doing some work with a virtual machine (Ubuntu) with > some specific programs installed. But what I am starting to realise is that > we don't have

Maven 2.0.10 with two plugins with custom packaging types

2010-04-15 Thread Henrik Niehaus
Hi Maven users, I'm having problems with two plugins, which both define a custom packaging type. The packaging types are source-plugin and binary-plugin, which are defined in a private maven plugin and warpath, which is defined in the warpath plugin. If I run the project with both plugins de

Re: Maven 2.0.10 with two plugins with custom packaging types

2010-04-15 Thread Jörg Schaible
Hi Henrik, Henrik Niehaus wrote: > Hi Maven users, > > I'm having problems with two plugins, which both define a custom > packaging type. The packaging types are source-plugin and binary-plugin, > which are defined in a private maven plugin and warpath, which is > defined in the warpath plugin.

Re: Build a virtual machine using maven? A realistic idea?

2010-04-15 Thread Mark Derricutt
What you could do is wrap vagrantup as a maven plugin: http://vagrantup.com/ Or implement a native java version, basically vagrant is a tool for creating virtual machine images from a base image, and can then provision artifacts inside the image using opscode chef. I've only been looking at th

finalName in Ear plugin

2010-04-15 Thread Timothy Mcginnis
What is the purpose of the tag in the Ear plugin? Tim McGinnis 717 720-1962 Web Development AES/PHEAA == This message contains privileged and confidential information intended for the above addressees only. If you rece

Re: release:prepare ignores configuration in child of multi module project

2010-04-15 Thread Tim O'Brien
The DefaultReleaseManager is a part of the maven-release-manager, if you look at the code in prepare(), you'll notice that it does not take preparationGoals from anything other than the root project into account.If you are looking at DefaultReleaseManager.java from the 2.0 branch the relevant l

Re: Maven 2.0.10 with two plugins with custom packaging types

2010-04-15 Thread Henrik Niehaus
Am 15.04.2010 14:54, schrieb Jörg Schaible: Hi Henrik, Henrik Niehaus wrote: Hi Maven users, I'm having problems with two plugins, which both define a custom packaging type. The packaging types are source-plugin and binary-plugin, which are defined in a private maven plugin and warpath, which

Re: Maven 2.0.10 with two plugins with custom packaging types

2010-04-15 Thread Jörg Schaible
Hi Henrik, Henrik Niehaus wrote: > Am 15.04.2010 14:54, schrieb Jörg Schaible: [snip] >> Please look into the POMs of the plugins and tell whether they declare a >> dependency to another plugin themselves. If yes, which ones? >> >> - Jörg > > Hi Jörg, > > thanks for your answer. A colleague o

Re: Maven 2.0.10 with two plugins with custom packaging types

2010-04-15 Thread Henrik Niehaus
Am 15.04.2010 15:40, schrieb Jörg Schaible: Hi Henrik, Henrik Niehaus wrote: Am 15.04.2010 14:54, schrieb Jörg Schaible: [snip] Please look into the POMs of the plugins and tell whether they declare a dependency to another plugin themselves. If yes, which ones? - Jörg Hi Jörg, thanks f

Re: release:prepare ignores configuration in child of multi module project

2010-04-15 Thread Raphael Ackermann
Thanks for the answer. How could I have found out from the existing documentation on [1] It says Attributes: Requires a Maven 2.0 project to be executed. Executes as an aggregator plugin. Does the "Executes as an aggregator plugin" means that it will only take the root project into account? If

Re: release:prepare ignores configuration in child of multi module project

2010-04-15 Thread Tim O'Brien
On Thu, Apr 15, 2010 at 9:06 AM, Raphael Ackermann wrote: > Thanks for the answer. > > How could I have found out from the existing documentation on [1] > Right, you couldn't, that's why I had to go look at the ReleaseManager source code to verify. In general, the Release plugin is very useful,

Re: Maven 2.0.10 with two plugins with custom packaging types

2010-04-15 Thread Jörg Schaible
Hi Henrik, Henrik Niehaus wrote: > Am 15.04.2010 15:40, schrieb Jörg Schaible: >> Hi Henrik, >> >> Henrik Niehaus wrote: >> >>> Am 15.04.2010 14:54, schrieb Jörg Schaible: >> >> [snip] >> Please look into the POMs of the plugins and tell whether they declare a dependency to another plug

Re: [ANN] New repository search site - srchmvn.com

2010-04-15 Thread Chetan Sarva
Justin, I'm actually rsync'ing *.pom off one of the mirrors (I think I used ibiblio). I'm not running the rsync very often at the moment as performance seems to fluctuate quite a bit. I'm open to any suggestions/ideas about improving this, but this seemed like the easiest way to get going at the t

Cannot find wagon... for ftp

2010-04-15 Thread Craig L Russell
Hi, Please reply directly as I'm not subscribed; thanks. I've read a hundred web postings and I'm still stuck. I just established an ftp repository and can't access it. My pom includes: org.apache.maven.wagon wagon-ftp And later: com.

Re: Cannot find wagon... for ftp

2010-04-15 Thread Dan Tran
oro-2.0.8.jar I think you need that as well -Dan On Thu, Apr 15, 2010 at 4:27 PM, Craig L Russell wrote: > Hi, > > Please reply directly as I'm not subscribed; thanks. > > I've read a hundred web postings and I'm still stuck. I just established an > ftp repository and can't access it. > > My p

Re: Cannot find wagon... for ftp

2010-04-15 Thread Brett Porter
On 16/04/2010, at 9:27 AM, Craig L Russell wrote: > > From the above, I downloaded the wagon-ftp which I guess is still in beta > release: > > repository metadata for: 'artifact org.apache.maven.wagon:wagon-ftp' could > not be retrieved from repository: MySQL FTP due to an error: Unsupported

Re: Cannot find wagon... for ftp

2010-04-15 Thread Jason van Zyl
On Apr 15, 2010, at 4:27 PM, Craig L Russell wrote: > > > So two questions: > > 1. Is ftp support for repositories planned to be a standard feature (no > special wagons needed) at some point? I really don't want to have to explain > to every user out there how to configure an ftp wagon. > N

Re: Cannot find wagon... for ftp

2010-04-15 Thread Craig L Russell
Hi Brett, I added the version number to the extension and now the symptom looks like this: clr% mvn install [INFO] Scanning for projects... [INFO] [INFO] Building ClusterJ Core [INFO]task-segment: [install] [INFO]