mtg-genetic-deckbuilding

Generating and improving Magic: The Gathering decks using a genetic algorithm
git clone https://kevincorvisier.fr/git/mtg-genetic-deckbuilding.git
Log | Files | Refs | LICENSE

local-settings.xml (407B)


      1 <settings xmlns="http://maven.apache.org/SETTINGS/1.2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.2.0 http://maven.apache.org/xsd/settings-1.2.0.xsd">
      2 	<mirrors>
      3 		<mirror>
      4 			<id>4thline-repo-http-unblocker</id>
      5 			<mirrorOf>4thline-repo</mirrorOf>
      6 			<name></name>
      7 			<url>http://4thline.org/m2</url>
      8 		</mirror>
      9 	</mirrors>
     10 </settings>