Author: sgoeschl
Date: Tue May 22 09:59:24 2007
New Revision: 540646

URL: http://svn.apache.org/viewvc?view=rev&rev=540646
Log:
The good old maven-proxy bug - www.ibiblio.org/maven gives you a 301 
(permanently moved) and the download mechanism does not support this - unable 
to resolve dependency. 

Added:
    jakarta/turbine/fulcrum/trunk/build.properties

Added: jakarta/turbine/fulcrum/trunk/build.properties
URL: 
http://svn.apache.org/viewvc/jakarta/turbine/fulcrum/trunk/build.properties?view=auto&rev=540646
==============================================================================
--- jakarta/turbine/fulcrum/trunk/build.properties (added)
+++ jakarta/turbine/fulcrum/trunk/build.properties Tue May 22 09:59:24 2007
@@ -0,0 +1,41 @@
+#############################################################################
+## PROJECT CONFIGURATION
+#############################################################################
+
+#############################################################################
+## ENVIRONMENT SETTINGS
+#############################################################################
+
+# CVS_HOME=Add the path here ... 
+# MAVEN_HOME=Add the path here ...
+
+#############################################################################
+## CVS SETTINGS
+#############################################################################
+
+#
+# the CVSROOT to use for cvs:checkout
+#
+
+CVS_USERID=sigi
+CVS_ROOT=:pserver:[EMAIL PROTECTED]:/usr/local/cvsroot
+
+#
+# the base label to create a CVS label using cvs:tag and cvs:untag
+# 
+
+CVS_TIMESTAMP_PATTERN=yyyyMMdd
+CVS_BASE_LABEL=IT20ONE_SERVICEFRAMEWORK_
+
+#############################################################################
+## MAVEN TARGETS
+#############################################################################
+
+ant.target.default.name=local:build
+ant.target.all.name=local:all
+ant.target.build.name=local:build
+ant.target.clean.name=clean
+ant.target.ide.name=eclipse
+ant.target.site.name=site
+ant.target.test.name=test
+ant.target.pdf.name=pdf



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to