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>