Re: Problems using a customized javadoc plugin from custom repository

2007-11-02 Thread Dirk Olmes
Yan Huang wrote: > wondering if this issue is resolved? javadoc and sources plugin is repeating > life cycle unnecessarily. If your fix in javadoc is working, can it be > shared? Well the fix in my situation was to check out the trunk of maven-javadoc-plugin, delete the @aggregator from AbstractJa

Re: Problems using a customized javadoc plugin from custom repository

2007-11-02 Thread Yan Huang
wondering if this issue is resolved? javadoc and sources plugin is repeating life cycle unnecessarily. If your fix in javadoc is working, can it be shared? On 10/24/07, Dirk Olmes <[EMAIL PROTECTED]> wrote: > > Vincent Siveton wrote: > > Hi, > > > > Try to remove your repo, specially: > > ${user.h

Re: Problems using a customized javadoc plugin from custom repository

2007-10-24 Thread Dirk Olmes
Vincent Siveton wrote: > Hi, > > Try to remove your repo, specially: > ${user.home}/.m2/repository/org/apache/maven/plugins/maven-javadoc-plugin Vincent, I already did that, and even tried compiling with an empty local repo: still the same error. -dirk > 2007/10/24, Dirk Olmes <[EMAIL PROTECTED

Re: Problems using a customized javadoc plugin from custom repository

2007-10-24 Thread Vincent Siveton
Hi, Try to remove your repo, specially: ${user.home}/.m2/repository/org/apache/maven/plugins/maven-javadoc-plugin Cheers, Vincent 2007/10/24, Dirk Olmes <[EMAIL PROTECTED]>: > Hi, > > I'm trying to work around http://jira.codehaus.org/browse/MJAVADOC-157 > so I have checked out the maven-javado

Problems using a customized javadoc plugin from custom repository

2007-10-24 Thread Dirk Olmes
Hi, I'm trying to work around http://jira.codehaus.org/browse/MJAVADOC-157 so I have checked out the maven-javadoc-plugin sources and tweaked it so it works for building my site. I have added the necessary into to deploy my patched m-j-p to my custom repo and deployed it. The site runs on our CI