On Wed, Apr 29, 2009 at 8:49 PM, Oleg Kalnichevski <[email protected]> wrote: > Markus Wiederkehr wrote: >> >> I get the same error if I run "mvn clean package install site" >> locally. Should we add the stage repository without a profile? >> >> Markus > > > Hi Markus > > I am not sure I understand. The profile basically disables the staging > repository which I suspected was the cause of the problem.
Okay I see (I guess).. You have removed the releases tag and thereby disabled the local repository..? Do you know why the staging repository causes the problem? Anyway, what I meant was shouldn't we try to fix the problem not only for Hudson but in general? Markus > Folks, > > I am sorry if this sounds like a silly question, but why do we need a > staring repository in the first place? > > Oleg > > >> >> On Sat, Apr 25, 2009 at 4:51 PM, <[email protected]> wrote: >>> >>> Author: olegk >>> Date: Sat Apr 25 14:51:04 2009 >>> New Revision: 768540 >>> >>> URL: http://svn.apache.org/viewvc?rev=768540&view=rev >>> Log: >>> A desperate attempt to fix Hudson build >>> >>> Modified: >>> james/mime4j/trunk/pom.xml >>> >>> Modified: james/mime4j/trunk/pom.xml >>> URL: >>> http://svn.apache.org/viewvc/james/mime4j/trunk/pom.xml?rev=768540&r1=768539&r2=768540&view=diff >>> >>> ============================================================================== >>> --- james/mime4j/trunk/pom.xml (original) >>> +++ james/mime4j/trunk/pom.xml Sat Apr 25 14:51:04 2009 >>> @@ -370,4 +370,23 @@ >>> <properties> >>> <compileSource>1.5</compileSource> >>> </properties> >>> + >>> + <profiles> >>> + <profile> >>> + <id>hudson</id> >>> + <repositories> >>> + <repository> >>> + <id>local-mime4j-stage-repository</id> >>> + <name>Local mime4j stage repository</name> >>> + <url>file://${basedir}/stage</url> >>> + <snapshots> >>> + <enabled>false</enabled> >>> + <checksumPolicy>ignore</checksumPolicy> >>> + </snapshots> >>> + </repository> >>> + </repositories> >>> + >>> + </profile> >>> + </profiles> >>> + >>> </project> >>> >>> >>> >> >> >> > > -- Always remember you're unique. Just like everyone else.
