You are viewing a plain text version of this content. The canonical link for it is here.
Posted to nmaven-commits@incubator.apache.org by si...@apache.org on 2007/09/24 21:35:46 UTC

svn commit: r578986 - /incubator/nmaven/trunk/bootstrap-build.bat

Author: sisbell
Date: Mon Sep 24 14:35:45 2007
New Revision: 578986

URL: http://svn.apache.org/viewvc?rev=578986&view=rev
Log:
Install the XmlSchema locally. The remote repo version in central has bad metadata that breaks the repo assembler. This doesn't affect the rest of the build or runtime.

Modified:
    incubator/nmaven/trunk/bootstrap-build.bat

Modified: incubator/nmaven/trunk/bootstrap-build.bat
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/bootstrap-build.bat?rev=578986&r1=578985&r2=578986&view=diff
==============================================================================
--- incubator/nmaven/trunk/bootstrap-build.bat (original)
+++ incubator/nmaven/trunk/bootstrap-build.bat Mon Sep 24 14:35:45 2007
@@ -2,6 +2,7 @@
 IF "%phase%"=="" SET phase=install
 ECHO Executing Phase: %phase%
 
+call mvn install:install-file -Dfile=./thirdparty/org.apache.ws/XmlSchema-1.1.jar -DpomFile=./thirdparty/org.apache.ws/XmlSchema-1.1.pom -DgroupId=org.apache.ws.commons -DartifactId=XmlSchema -Dversion=1.1
 if "%1"=="-DrdfProfile.none" (
     ECHO Building Without RDF Profile
     call mvn %phase% %*