Skip to content

Instantly share code, notes, and snippets.

@henryyan
Created December 7, 2011 09:19
Show Gist options
  • Save henryyan/1442121 to your computer and use it in GitHub Desktop.
Save henryyan/1442121 to your computer and use it in GitHub Desktop.
中盈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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment