henryyan
12/7/2011 - 9:19 AM

中盈ERP项目settings.xml

中盈ERP项目settings.xml

<?xml version="1.0" encoding="UTF-8"?>
<settings xmlns="http://maven.apache.org/settings/1.0.0"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">

	<localRepository>/home/henryyan/work/repositories/maven</localRepository>

	<mirrors>
		<mirror>
			<id>nexus_mirror_henryyan</id>
			<mirrorOf>*</mirrorOf>
			<url>http://runchain.gicp.net:8081/nexus/content/groups/public</url>
			<!--<url>http://localhost:8081/nexus/content/groups/public</url>-->
		</mirror>
	</mirrors>

	<!-- 中盈保险ERP -->
	<profiles>
		<profile>
			<id>joying-erp</id>
			<properties>
				<lo4j.file>/home/henryyan/tmp/joying/erp/logs/joying-erp.log.txt</lo4j.file>
				<log4j.level>DEBUG</log4j.level>
				<env.spring.application.file>classpath*:/application.local.properties</env.spring.application.file>
				<env.prop.application.file>application.local.properties</env.prop.application.file>
			</properties>
		</profile>
	</profiles>
</settings>