Scarab commit: svn commit: r11068 - branches/release/0.22
[email protected] Mon, 20 Feb 2012 05:13:08 -0800 (PST)
| Newsgroups | gmane.comp.java.scarab.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: mcoss Date: 2012-02-20 05:13:08-0800 New Revision: 11068 Modified: branches/release/0.22/project.properties branches/release/0.22/scarab_properties.xml Log: FIX - http://repo2.maven.org/maven/ added to list of maven repositories as "maven site" goal did not build, because of missing dependencies. Modified: branches/release/0.22/project.properties Url: http://scarab.tigris.org/source/browse/scarab/branches/release/0.22/project.properties?view=diff&pathrev=11068&r1=11067&r2=11068 ============================================================================== --- branches/release/0.22/project.properties (original) +++ branches/release/0.22/project.properties 2012-02-20 05:13:08-0800 @@ -2006,7 +2006,7 @@ # maven.multiproject.type=war -maven.repo.remote=file:www/repository,http://www.ibiblio.org/maven/,http://mirrors.ibiblio.org/pub/mirrors/maven,http://guest:[email protected]/svn/scarab/trunk/www/repository/,http://maven-plugins.sourceforge.net/maven,http://www.apache.org/dist/java-repository/ +maven.repo.remote=file:www/repository,http://www.ibiblio.org/maven/,http://repo2.maven.org/maven/,http://mirrors.ibiblio.org/pub/mirrors/maven,http://guest:[email protected]/svn/scarab/trunk/www/repository/,http://maven-plugins.sourceforge.net/maven,http://www.apache.org/dist/java-repository/ maven.docbook.src=www/book maven.sdocbook.src.dir=www/book maven.sdocbook.files=**/scarab-*.xml Modified: branches/release/0.22/scarab_properties.xml Url: http://scarab.tigris.org/source/browse/scarab/branches/release/0.22/scarab_properties.xml?view=diff&pathrev=11068&r1=11067&r2=11068 ============================================================================== --- branches/release/0.22/scarab_properties.xml (original) +++ branches/release/0.22/scarab_properties.xml 2012-02-20 05:13:08-0800 @@ -2541,7 +2541,7 @@ </property> <property> <name>maven.repo.remote</name> - <default>file:www/repository,http://www.ibiblio.org/maven/,http://mirrors.ibiblio.org/pub/mirrors/maven,http://guest:[email protected]/svn/scarab/trunk/www/repository/,http://maven-plugins.sourceforge.net/maven,http://www.apache.org/dist/java-repository/</default> + <default>file:www/repository,http://www.ibiblio.org/maven/,http://repo2.maven.org/maven/,http://mirrors.ibiblio.org/pub/mirrors/maven,http://guest:[email protected]/svn/scarab/trunk/www/repository/,http://maven-plugins.sourceforge.net/maven,http://www.apache.org/dist/java-repository/</default> <type>Build</type> <customization modification="optional">advanced</customization> <file/> ------------------------------------------------------ http://scarab.tigris.org/ds/viewMessage.do?dsForumId=3577&dsMessageId=2924702