Re: Building and running?

2006-09-25 Thread Brett Porter
mvn clean install take the WAR from continuum-webapp and deploy it, or cd continuum- webapp and mvn jetty:run. Cheers, Brett On 26/09/2006, at 11:43 AM, David Blevins wrote: So the README.txt is obviously out of date. What's the status on building and starting up a continuum server? -D

Re: jdeveloper plugin donation

2006-09-25 Thread Fneuch
I didn't post it anywhere now, I didn't wanted to override the plugin that was in the ADF Myfaces SVN. I could have posted there because my stuff isn't in the same package as the original plugin, but I don't think this is the place the plugin should be... That's why I asked if there's a place I co

How can I create an aggregator

2006-09-25 Thread Laura Hinojosa
I'm having trouble with a plug-in that we are developing because of this improvement: * MNG-764 - pom with modules should fail if packaging is not pom or an aggregator Our plug-in has a goal that downloads projects from and MKS repository, when we try to execute this goal with a multimo

Re: jdeveloper plugin donation

2006-09-25 Thread John Casey
I was just wondering where you posted your plugin...do you have the URL? Thanks, John On 9/25/06, Fneuch <[EMAIL PROTECTED]> wrote: Hi John, 1. I've faxed my CLA this morning. I've never really need it before... 2. Don't think there's a JIRA for this, do I need to create one? Regards, Syl

Re: Problems relasing maven-changes-plugin using release:perform

2006-09-25 Thread Dennis Lundberg
OK, problem solved. First I thought that I would try this the "easy" way, with just a username and a password, but as I said earlier that doesn't work. So I created my ssh keys and after some fiddling I managed to get it working. On Windows. Without cygwin. :D In short I had to point my set

New RAR plugin snapshot please

2006-09-25 Thread Jason Dillon
Can someone please publish a new RAR plugin snapshot (2.2-SNAPSHOT), this fixes a bug which causes some unwanted files to get soaked up into the rar. http://jira.codehaus.org/browse/MRAR-13 --jason - To unsubscribe, e-mail:

Is possible to create another packaging like pom

2006-09-25 Thread Laura Hinojosa
is it possible to create another packaging like the pom packaging?? I need to execute a plugin that I'm working on but it fails with artifacts that have the pom packaging (multimodules) I added a new packaging that does the same as the pom packaging but added a new phase to call the mojo I ne

Re: Problems relasing maven-changes-plugin using release:perform

2006-09-25 Thread Todd Nine
Dennis, Since you're on Windoze, do you have an "ssh" executable on the command line? If you open up the terminal you use to deploy (in my case, start->run->cmd), you should be able to type "ssh" and "scp" and get an application that executes. If you get an unrecognized executable error, you ne

Re: jdeveloper plugin donation

2006-09-25 Thread Fneuch
Hi John, 1. I've faxed my CLA this morning. I've never really need it before... 2. Don't think there's a JIRA for this, do I need to create one? Regards, Sylvain On 9/22/06, John Casey <[EMAIL PROTECTED]> wrote: Ok, I found John's email from the ADFFaces project page, so I'm copying him in

Re: [m2] Project model dependency navigation

2006-09-25 Thread Mark Hobson
I'll certainly need the structure, so I'll have a deeper look into the project info reports plugin and archiva. Thanks Brett, Mark On 25/09/06, Brett Porter <[EMAIL PROTECTED]> wrote: If you need the structure, yes. It would be good to factor out into a common component - currently we use this

Re: [m2] Project model dependency navigation

2006-09-25 Thread Brett Porter
If you need the structure, yes. It would be good to factor out into a common component - currently we use this from archiva via the project info reports plugin. If you just need the full list, ${project.artifacts} works. - Brett On 25/09/2006, at 10:04 PM, Mark Hobson wrote: Hi there, Ju

[m2] Project model dependency navigation

2006-09-25 Thread Mark Hobson
Hi there, Just looking at MPH-14, since we've needed this for a while, and hoping someone could give me a point in the right direction. What's the best way of obtaining the dependency tree? From an injected MavenProject I can obtain the immediate dependencies, but what's the correct way of obta