Re: [nexus-user] Why are alternate repositories so hard to configure

2014-04-15 Thread Peter Lynch
Hello, On Tue, Apr 15, 2014 at 12:14 AM, Eric Kolotyluk eric.koloty...@gmail.comwrote: I have the following repositories repository idsonatype/id nameSonatype Maven OSS Repository/name releases enabledtrue/enabled

How to refer to dependency jar file inside pom.xml?

2007-01-25 Thread Peter Lynch
Couldn't find the answer to this yet... I am using the exec-maven-plugin to launch a Java process. Before calling exec:exec, I am trying to get antrun plugin to create an endorsed dir and copy a dependency jar ( hopefully referred to by artifact id) into that dir. Then exec java process will

Re: [m2]How to add additional sources to javadoc?

2005-10-31 Thread Peter Lynch
: THis is a limitation in the current implementation, but you can work around it by running: m2 generate-sources javadoc:javadoc On 10/27/05, Peter Lynch [EMAIL PROTECTED] wrote: [snip] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [m2]How to add additional sources to javadoc?

2005-10-31 Thread Peter Lynch
ohhh the trick is it will only work if the xmlbeans plugin detects there are new sources to generate. In other words mvn clean generate-sources javadoc:javadoc ^ -Peter Peter Lynch wrote: Doesn't work for me. Is there some specific pom setting I need? The javadoc plugin just

[M2] Plugin Classloaders

2005-09-23 Thread Peter Lynch
Sorry this may be old news but, but I am wondering if Maven 2 has plugin classloader seperation to avoid this? I'm scared of what the answer might be ;) -Peter Brett Porter wrote: I don't think this is a specific bug as much as it might be a weird combination of dependencies that clash.

Re: anyone using webserver goal?

2003-11-11 Thread Peter Lynch
The only name currently supported is 'apache' The only version currently supported is '2.x' The validation is done in plugin.jelly. -Peter Kelly Sonderegger wrote: I can't seem to find the documentation on webserver goal available property values. e.g. the doc talks about properties such as

Re: Plugin install directory?

2003-06-05 Thread Peter Lynch
Neil Blue wrote: Hello, I have been writing my first plugin, and ran: maven plugin this copied the new plubin jar to ~/.maven/repository... is this right as I though the plugins went in ~/.maven/plugin ? Cheers Neil I think you want plugin:install or plugin:deploy. The default goal of