pom.xml 6.21 KB
<?xml version="1.0"?>
<project
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
	xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<modelVersion>4.0.0</modelVersion>

	<parent>
		<groupId>com.b2c.website.web</groupId>
		<artifactId>diligrp-website</artifactId>
		<version>0.0.1-SNAPSHOT</version>
	</parent>

	<artifactId>diligrp-website-manweb</artifactId>
	<packaging>war</packaging>
	<name>diligrp-website-manweb Maven Webapp</name>
	<url>http://maven.apache.org</url>

	<build>
		<finalName>diligrp-website-manweb</finalName>
		<resources>
			<resource>
				<directory>${project.basedir}/src/main/resources</directory>
				<filtering>true</filtering>
			</resource>
		</resources>
		<plugins>
			<plugin>
				<groupId>org.codehaus.mojo</groupId>
				<artifactId>tomcat-maven-plugin</artifactId>
				<configuration>
					<port>80</port>
					<uriEncoding>utf-8</uriEncoding>
					<path>/</path>
				</configuration>
			</plugin>
		</plugins>
	</build>


	<profiles>
		<profile>
			<id>dev</id>
			<activation>
				<activeByDefault>true</activeByDefault>
			</activation>
			<properties>
				<!-- 系统域名 -->
				<project.system.domain>http://manweb.zandeapp.com</project.system.domain>
				<!-- 显示模板 -->
				<project.view.VMDefault>layout/default_content</project.view.VMDefault>

				<!-- redis 配置 -->
				<project.redis.host1>10.28.11.205</project.redis.host1>
				<project.redis.port1>6379</project.redis.port1>

				<!-- 商品详情链接地址 -->
				<project.product.detail.path>http://www.zandeapp.com/product/</project.product.detail.path>

				<!-- 后台默认静态资源地址 -->
				<project.default.assets.path>http://static.zandeapp.com/static/common/ace1.3/assets</project.default.assets.path>

				<!-- 公共样式引用 -->
				<project.default.assets.common.path>http://static.zandeapp.com/static/common/</project.default.assets.common.path>

				<!-- 本地资源地址 -->
				<project.default.local.path>/</project.default.local.path>

				<!-- 登录拦截器开关 -->
				<project.manger.enabled>true</project.manger.enabled>

				<!-- 图片服务器地址配置 -->
				<project.image.server.domain>zandeapp.com</project.image.server.domain>
				<project.image.server.host>up.zandeapp.com</project.image.server.host>
				<project.image.server.bucketname>free_trade_zone</project.image.server.bucketname>
				<project.image.server.accesskey>d6a300418bd6fa2178b3bbb06a421f32</project.image.server.accesskey>
				<project.image.server.secretkey>8d2d1ac5541dcfbbd78ac1793ce4f782</project.image.server.secretkey>

				<!-- 数据库连接池配置文件 -->
				<db.dbpool.jdbc.driver>org.mariadb.jdbc.Driver</db.dbpool.jdbc.driver>
				<db.dbpool.jdbc.url>jdbc:mysql://10.28.11.162:3306/manweb?useUnicode=true&amp;characterEncoding=utf8</db.dbpool.jdbc.url>
				<db.dbpool.jdbc.username>root</db.dbpool.jdbc.username>
				<db.dbpool.jdbc.password>123456</db.dbpool.jdbc.password>

				<db.dbpool.init.initial.size>5</db.dbpool.init.initial.size>
				<db.dbpool.init.min.idle>3</db.dbpool.init.min.idle>
				<db.dbpool.init.max.active>5</db.dbpool.init.max.active>

				<db.dbpool.max.wait>60000</db.dbpool.max.wait>
				<db.dbpool.time.between.millis>60000</db.dbpool.time.between.millis>
				<db.dbpool.min.idle.time>300000</db.dbpool.min.idle.time>

				<!--权限相关配置 -->
				<conf.manage.enable>false</conf.manage.enable>
				<conf.manage.spider>true</conf.manage.spider>
				<conf.manage.system>manweb</conf.manage.system>
				<conf.manage.domain>http://manage.zandeapp.com/</conf.manage.domain>
				<conf.manage.includes>^/$,^$,^/.*\.do</conf.manage.includes>
				<conf.manage.excludes>^/noAccess.do$,^/welcome.do$,^/loginControl/.*,^/api/.*,^/city/.*,^/assets/.*</conf.manage.excludes>

				<!-- 短信发送开关 -->
				<sms.switch>false</sms.switch>

				<!-- MQ -->
				<conf.mq.namesrvAddr>10.28.6.124:9876</conf.mq.namesrvAddr>
				<conf.mq.producerGroup>manweb_change</conf.mq.producerGroup>

			</properties>
		</profile>

	</profiles>

	<dependencies>
		<dependency>
			<groupId>com.b2c.website.web</groupId>
			<artifactId>diligrp-website-domain</artifactId>
			<version>0.0.1-SNAPSHOT</version>
		</dependency>
		<dependency>
			<groupId>com.b2c.website.web</groupId>
			<artifactId>diligrp-website-service</artifactId>
			<version>0.0.1-SNAPSHOT</version>
		</dependency>
		<dependency>
			<groupId>com.b2c.website.web</groupId>
			<artifactId>diligrp-website-rpc</artifactId>
			<version>0.0.1-SNAPSHOT</version>
		</dependency>
		<dependency>
			<groupId>com.b2c.website.web</groupId>
			<artifactId>diligrp-website-api</artifactId>
			<version>1.0.5-SNAPSHOT</version>
		</dependency>
		<dependency>
			<groupId>com.diligrp.store</groupId>
			<artifactId>diligrp-store-sdk</artifactId>
			<version>0.0.1-SNAPSHOT</version>
		</dependency>
		<!-- <dependency> <groupId>com.b2c</groupId> <artifactId>passport-client</artifactId> 
			<version>0.0.10-SNAPSHOT</version> </dependency> -->

		<!--<dependency> -->
		<!--<groupId>com.diligrp.pnr.shop</groupId> -->
		<!--<artifactId>pnr-shop-sdk</artifactId> -->
		<!--<version>0.0.1-SNAPSHOT</version> -->
		<!--</dependency> -->

		<!-- 权限拦截器 -->
		<dependency>
			<groupId>com.b2c.manage</groupId>
			<artifactId>diligrp-manage-sdk</artifactId>
			<version>0.0.3-SNAPSHOT</version>
		</dependency>

		<dependency>
			<groupId>org.nutz</groupId>
			<artifactId>nutz</artifactId>
			<version>1.b.50</version>
		</dependency>

		<!-- hbase 依赖 -->
		<dependency>
			<groupId>org.apache.hbase</groupId>
			<artifactId>hbase-client</artifactId>
			<version>0.96.1.1-cdh5.0.0</version>
			<exclusions>
				<exclusion>
					<groupId>javax.servlet</groupId>
					<artifactId>servlet-api</artifactId>
				</exclusion>
			</exclusions>
		</dependency>

		<dependency>
			<groupId>org.apache.hadoop</groupId>
			<artifactId>hadoop-hdfs</artifactId>
			<version>2.3.0-cdh5.0.0</version>
		</dependency>

		<dependency>
			<groupId>com.dili.dd.monitor</groupId>
			<artifactId>monitor</artifactId>
			<version>0.0.3-SNAPSHOT</version>
			<exclusions>
				<exclusion>
					<groupId>org.mortbay.jetty</groupId>
					<artifactId>servlet-api</artifactId>
				</exclusion>
			</exclusions>
		</dependency>


	</dependencies>
</project>