Re: PropertyUtils as a library

2006-11-09 Thread Stephane Nicoll
Hi Tony, Funny, we were talking about this recently [1] I will do my best to gather the usage and create a shared component for this. if you wanna help, let us know. Cheers, Stéphane [1] http://www.nabble.com/resources-handling-in-mojo-w--filter-tf2573759s177.html On 11/10/06, Tony Truong <[

PropertyUtils as a library

2006-11-09 Thread Tony Truong
Hi, I would like to use the filtering feature that is in maven-resources-plugin, but I do not want my plugin to be dependent on the maven-resources-plugin. Is there a library for this? Tony -- View this message in context: http://www.nabble.com/PropertyUtils-as-a-library-tf2605695s177.html#a72

[jira] Subscription: Design & Best Practices

2006-11-09 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 htt

Re: [m2] building eclipse:eclipse trunk - proxy issues?

2006-11-09 Thread Barrie Treloar
The offline mode for some reason is not really 'offline' in the common understanding of the word. Perhaps one of the developers can clarify the semantics of the offline mode in a maven build? See also http://jira.codehaus.org/browse/MNG-2433 Thanks, I do vaguely remember offline mode not being

Re: [vote] Archiva Logo

2006-11-09 Thread John Casey
1 - Top Right 2 - Lower Left 3 - Lower Right -john Brett Porter wrote: Hi, There seemed to be no major objections to the logos presented, so I'll turn this into a formal vote. Please vote [1] for the one you would like and [2] for your second preference, if you have one, and so on. Ideal

packaging dependent jars

2006-11-09 Thread Anantharaman, Venkatesh
Hi, I have an issue, where I need certain jars that I mention as dependent jars to be packaged inside the EAR/WAR. How can I define the path inside which they should be placed inside the EAR when I declare the dependency? Thanks N Regards, Venks. --

Re: [m2] building eclipse:eclipse trunk - proxy issues?

2006-11-09 Thread Jorg Heymans
Barrie Treloar wrote: Overall for test results for maven-eclipse-plugin r472779 Tests run: 30, Failures: 0, Errors: 22, Skipped: 0 Some example warning messages: [ maven embedder WARNING] repository metadata for: 'artifact org.apache.maven.plugins:maven-eclipse-plugin' could not be retrieved

Re: svn commit: r473012 - /maven/continuum/trunk/continuum-webapp/pom.xml

2006-11-09 Thread Christian Edward Gruber
It needs to be declared in the plexus-runtime project, beside all the other runtime packaged jars. I would search in vi for javax and you'll probably find other ones you can put it beside. In the mean-time, I just did this: Index: continuum-plexus-runtime/pom.xml

Re: svn commit: r473012 - /maven/continuum/trunk/continuum-webapp/pom.xml

2006-11-09 Thread Jesse McConnell
point me where and I'll add it, but I just did a quick search in continuum and saw it referenced in the WorkingCopyAction so threw in the in pom jesse On 11/9/06, Christian Edward Gruber <[EMAIL PROTECTED]> wrote: Doesn't the plexus-runtime need it too? Christian. [EMAIL PROTECTED] wrote: > A

NullPointerException in maven-project, multiproject build

2006-11-09 Thread Graham Leggett
Hi all, I am getting the following exception below logged by maven, when called from continuum v1.0.3 and continuum-trunk. The NullPointerException seems to be thrown when line 1078 is run in DefaultMavenProjectBuilder.java: parentDescriptor = parentDescriptor.getCanonicalFile(); Trouble is, p

Re: [REPOST] [m2] maven1 plugins .jar or .plugin extension ?

2006-11-09 Thread Arnaud HERITIER
ok i didn't know Thus I just have to define X managed repositories, with potentially some proxy repo. But need I to define in the maven client, X remote repositories with an url like http://somewhere/archiva/proxy/managedProxyId or only one with an url like http://somewhere/archiva/proxy Is there

Re: [REPOST] [m2] maven1 plugins .jar or .plugin extension ?

2006-11-09 Thread Nicolas DE LOOF
Archiva can automagically detect maven1 requests (according to request format group/type[s]/artifact) and convert it to maven2 Archiva can then be used as BOTH a maven1 and maven2 repository. I'm using it to proxy maven2 public repo. Arnaud HERITIER a écrit : That is to say that on your ser

Using Maven on a Server Environment

2006-11-09 Thread S Vishvapriya
Hi,   Our development team would like to use Maven (and its SCM functionalities) on a server environment. We want to setup Maven against the file system on which tomcat runs. Any requests for check-out/check-in that comes to the Application Server (to our application running on Tomcat) has to be re

webapp start up error

2006-11-09 Thread Rahul Thakur
okies, I tried running the webapp this evening to muck around with Notifier validations further, but looks like something is broken with the webapp startup. I have attached the debug output below. Any ideas? I am guessing recent updates to application.xml may have caused this. Appreciate any

Re: [REPOST] [m2] maven1 plugins .jar or .plugin extension ?

2006-11-09 Thread Arnaud HERITIER
That is to say that on your server you have only m2 repos ? And you expose them to m1 ? How did you do that ? Actually I replicated all my repos for m1 and for m2 :-( Arnaud On 11/9/06, Nicolas DE LOOF <[EMAIL PROTECTED]> wrote: In fact I'm using Archiva as a proxy to access maven2 public rep

Re: [REPOST] [m2] maven1 plugins .jar or .plugin extension ?

2006-11-09 Thread Nicolas DE LOOF
In fact I'm using Archiva as a proxy to access maven2 public repository from maven1. I'd like to get maven1 plugins from maven2 repo, so I expect the m1 -> m2 converion to work :-P Nico. Arnaud HERITIER a écrit : It's definitively .jar There was certainly a problem in the conversion m1 ->

Re: [REPOST] [m2] maven1 plugins .jar or .plugin extension ?

2006-11-09 Thread Arnaud HERITIER
It's definitively .jar There was certainly a problem in the conversion m1 -> m2 When I access to the m1 url " http://repo1.maven.org/maven/maven/plugins/maven-changelog-plugin-1.9.1.jar"; firefox doesn't try to download it. It tries to display the binary in ascii ;-) And maven seems to find it : m

[REPOST] [m2] maven1 plugins .jar or .plugin extension ?

2006-11-09 Thread Nicolas DE LOOF
First attempt get no reply :'( On maven2 public repository, maven (m1) plugins are packaged with ".plugin" extension : -> http://repo1.maven.org/maven2/maven/maven-changelog-plugin/1.9.1 This was not the case some weeks ago. Maven-on-plugin creates .jar. What is the expected extension for m