javadoc config in reporting and build sections

2010-08-12 Thread kelvin goodson
I have a javadoc plugin config in my reporting section of my top level pom, and now want to get javadoc into my release profile, which I think means I need to configure the plugin under the build element. Is there any way I can get the plugin config shared across build and reporting sections? (or

Re: ip address range blocked to maven infrastructure?

2010-07-26 Thread kelvin goodson
Hi Samuel, I'll fill you in where I have got to with 1 to 1 discussions off-line as this isn't off-line to save lots of detail on this list. Kelvin. On Mon, Jul 26, 2010 at 10:52 AM, Samuel Langlois samuel.langl...@fr.ibm.com wrote: Hello, Brian Fox-3 wrote: You aren't on any block list,

Re: using a proxy to bypass network issues accessing maven central repo

2010-07-23 Thread kelvin goodson
a mirror in settings.xml with id maven2 and url http://mirrors.ibiblio.org/pub/mirrors/maven2 and now I get no attempted access to repo1or2.maven.org On Tue, Jul 20, 2010 at 11:52 AM, kelvin goodson kelvingood...@apache.org wrote: I'm having local network problems reaching maven central repo

using a proxy to bypass network issues accessing maven central repo

2010-07-20 Thread kelvin goodson
I'm having local network problems reaching maven central repo (not pingable, traceroute fails). Whilst these are being fixed I set up a proxy in my settings.xml proxies proxy activetrue/active protocolhttp/protocol

ip address range blocked to maven infrastructure?

2010-07-20 Thread kelvin goodson
My colleagues and I are having problems building with maven, because the maven central repo is not accessible from our office location. Our network support people think that our IP addresses are being blocked by the maven infrastructure. Is this the right place to come to for this issue?

Re: ip address range blocked to maven infrastructure?

2010-07-20 Thread kelvin goodson
people ask us this someone in the said organization and tried to scrape the contents of Maven Central. Thanks Jason, assuming that this is the cause, can you help me understand how we go about getting unblocked please? Regards, Kelvin. On Jul 20, 2010, at 8:38 AM, kelvin goodson wrote

authentication issues in mvn deploy plugin

2010-05-29 Thread kelvin goodson
In trying to deploy artifacts I have the following stanzas in my settings.xml plugin server idme.people/id usernamekelvingoodson/username privateKeyc:\Dev\sshKeyForPAO.ppk/privateKey

Re: authentication issues in mvn deploy plugin

2010-05-29 Thread kelvin goodson
connections. Putty Keys are not compatible with OpenSSH. You have to export your Putty key in OpenSSH format and use that file for Maven. AFAIR you can do it in pageant or in puttygen. Christoph Am 29.05.2010 14:46, schrieb kelvin goodson: In trying to deploy artifacts I have

Controlling javadoc packages in large multi project reactor build

2010-05-29 Thread kelvin goodson
I want to produce selective javadoc in a project where we are in the process of defining what is SPI. The packages containing SPI are currently distributed amongst the projects in a non-ideal way. I have tried using the excludePackageNames config element, but it seems to be failing to handle the

Re: Jar truncated on download

2007-07-16 Thread kelvin goodson
you are downloading the artifact; which results in the reduced size of the downloaded jar file. thanks, vaishali pande Cognizant Technology solutions Pvt Ltd. From: kelvin goodson [mailto:[EMAIL PROTECTED] Sent

Jar truncated on download

2007-07-12 Thread kelvin goodson
Hi, I'm seeing a situation where a jar is downloaded and the maven build output shows the correct size file being downloaded, but the file in the local repo at the end of the build is truncated. The build fails on missing symbols, and jar -tvf on the file fails with an exception of the file

[INFO] The packaging for this project did not assign a file to the build artifact

2007-06-14 Thread kelvin goodson
Can someone help me figure out what's need to fix this error please? (see subject of email and dump of command execution below) I'm sure this build operation worked a month ago. I have upgraded to maven 2.0.6 in that time if that's of any interest. I've looked at the deploy:deploy parameters,

clover and dependent projects

2007-06-05 Thread kelvin goodson
I have a set of programs in one maven project which exercise code in another, and I want to see how well the programs in the first cover code execution of the source in the second. This is not a reactor build; the first project simple declares the second to be a dependency. Is this something

testing a plugin that generates source

2007-06-01 Thread kelvin goodson
Hi, I'm trying to understand best practice for testing a plugin [1]. The plugin is aimed at exercising a tool that generates java source from XML schema. It is bound to the generate-sources phase. I have inherited this plugin, so I'm at novice level in developing maven plugins. I want to do a

Re: incorrect dependencies in assembly

2007-04-11 Thread kelvin goodson
I'm just coming back to look at this. I'm interested to know whether my question did not make sense or whether no-one has the answer. Please help if you can. Regards, Kelvin. On 21/03/07, kelvin goodson [EMAIL PROTECTED] wrote: I have a reactor build pom (correct terminology?) which

incorrect dependencies in assembly

2007-03-21 Thread kelvin goodson
I have a reactor build pom (correct terminology?) which specifies a test-scope dependency on junit:junit at version 3.8.1 and a provided-scope dependency on asm (see effective-pom.xml attachment produced with mvn help:effective-pom) The assembly descriptor for creating my release

Re: javadoc plugin failures and recent behaviour change

2006-11-12 Thread kelvin goodson
is correctly included as dependency? Cheers, Vincent 2006/11/9, kelvin goodson [EMAIL PROTECTED]: I have a build failure that's happening when creating javadoc and it seems to be due to a change in the javadoc plugin behaviour. Here is a mvn execution log that exhibits the problem https

javadoc plugin failures and recent behaviour change

2006-11-09 Thread kelvin goodson
I have a build failure that's happening when creating javadoc and it seems to be due to a change in the javadoc plugin behaviour. Here is a mvn execution log that exhibits the problem https://svn.apache.org/repos/asf/incubator/tuscany/sandbox/kgoodson/javadocProblems/fresh.log Here are the

maven magic in effective-pom and exported-pom

2006-11-03 Thread kelvin goodson
I'm trying to fix my manifest to contain an Application-Vendor-Id. I'm using the maven-osgi-plugin to create the manifest (this is stuff I have inherited, so don't assume I have expertise here) I can see in my pom the following plugin

Re: Maven rant

2006-11-02 Thread kelvin goodson
What I'd like to do for comments is make use of the MAVENUSER wiki [1]. I'd like to see a link on every plugin site so that users can share configuration examples or tell us that something is just plain wrong. +1 to that

samples project best practice

2006-10-03 Thread kelvin goodson
Hello, I'm new to configuring maven, and I am trying to create a release for a project. The project includes a number of modules, one of which contains sample source code. I would like my distribution to contain the source and binary artifacts for the samples. I have discovered the