Re: My first plugin to build dependencies from source

2010-10-22 Thread Phillip Hellewell
On Wed, Oct 20, 2010 at 11:43 AM, Phillip Hellewell wrote: > Hi all, > > Before I go down the road of writing my own plugin, can anyone tell me > if there already exists a plugin that provides this functionality? > > 1. Resolve all dependencies using functionality similar to dependency:tree. >    

Re: Filtering in assembly plugin (2.2-beta-2 and 2.2)

2010-10-22 Thread Simone Tripodi
Sure!!! please, can you paste here the link? Thanks in advance! Simo http://people.apache.org/~simonetripodi/ http://www.99soft.org/ On Fri, Oct 22, 2010 at 10:43 AM, Aleksey Didik wrote: > Looks like we need create an issue into Maven Jira and post our cases to it. > I'll do it tomorrow if no

Re: Invoking a plugin programmatically using maven 3 and scala

2010-10-22 Thread Mike Lenner
Thanks very much for this thread. I'm trying to write a plugin with maven 3.0 (simply in Java) that executes another plugin as well - this has been very helpful. Just to clear up what you've discovered, were you able to use mojoDescriptor.getMojoConfiguration to build the default configuration fo

Re: Maven Upload Requests separate binaries and sources jar restriction

2010-10-22 Thread Brian Fox
That's not used anymore, you want this: https://docs.sonatype.org/display/Repository/Uploading+3rd-party+Artifacts+to+Maven+Central On Thu, Oct 21, 2010 at 5:55 PM, Stevo Slavić wrote: > Hello Apache Maven users, > > On Maven Upload Request JIRA > pro

Re: Maven in 5 minutes doesn't work

2010-10-22 Thread Greg Akins
Waseem If you follow the "Maven in 5 minutes" instructions, you shouldn't have to specify a number. The listed projects each have a number.. if you select 82, you'll be picking the default project type (maven-archetype-quickstart). If you don't want the default, you can select any other number l

Re: Maven in 5 minutes doesn't work

2010-10-22 Thread wasi_shez
Really Great >> It Gets Work 1) I have removed all proxies from My Machine and Do the same again>> But it gets stuck on Some Point: Source Code :-- C:\Workspace_Eclipse\Sample\src> C:\Workspace_Eclipse\Sample\src> mvn archetype:generate OutPut Below<> 127: remote -> struts2-archetype-start

Re: Maven Upload Requests separate binaries and sources jar restriction

2010-10-22 Thread Anders Hammar
A single jar which also includes the sources is not good. I can't remember exactly what issues it causes, but there where quite a few people on this list that had issues that we could track to some library including source files. /Anders On Fri, Oct 22, 2010 at 00:13, Wayne Fay wrote: > > binar

Re: Execute 2 remote shell scripts before and after deploy phase

2010-10-22 Thread Anders Hammar
There are no "pre-deploy" or "post-deploy" phases, so you can't do this. What you probably need to do is develop a plugin that does the repo-deploy deploy and post-deploy steps in one go. And then bind it to the deploy phase. /Anders On Fri, Oct 22, 2010 at 10:22, googoo wrote: > > I would like

Re: Filtering in assembly plugin (2.2-beta-2 and 2.2)

2010-10-22 Thread Aleksey Didik
Looks like we need create an issue into Maven Jira and post our cases to it. I'll do it tomorrow if no one answer. Please vote for this issue :) Aleksey. 2010/10/22 Simone Tripodi > Hi all, > I'm facing same problem, but what happens is that there are properties > filtered correctly and some ot

Execute 2 remote shell scripts before and after deploy phase

2010-10-22 Thread googoo
I would like to execute 2 remote shell scripts from maven as a pre-deploy and a post-deploy step.I know about the exec plugin, but I don't know if it is able to execute remote shell scripts.The Maven antrun plugin that I've also checked, is able to execute a sshexec task that could help me indeed,

Re: Maven in 5 minutes doesn't work

2010-10-22 Thread Andreas Gies
Hi, that looks like your maven cannot connect to the central repository to download the required plugins for executing the archetype. Are you behind a firewall or something ? - In that case you may have to configure a proxy in your settings. See also http://maven.apache.org/settings.html#Prox

Re: Maven in 5 minutes doesn't work

2010-10-22 Thread wasi_shez
Thank you so much Manual for such a Quick response. What do you mean by My-app Let me ensure the Paths of my Directories. JRE :> C:\Program Files\Java\jdk1.6.0_22\jre Maven 3.0:>