You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by mi...@apache.org on 2018/10/31 06:41:55 UTC

[incubator-dubbo-ops] branch develop updated: remove redundant profile

This is an automated email from the ASF dual-hosted git repository.

min pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-ops.git


The following commit(s) were added to refs/heads/develop by this push:
     new d8f7fb6  remove redundant profile
d8f7fb6 is described below

commit d8f7fb62a0c60b5fa178e950b845eabcb6091f62
Author: nzomkxia <z8...@gmail.com>
AuthorDate: Wed Oct 31 14:41:45 2018 +0800

    remove redundant profile
---
 .../main/resources/application-production.properties  | 18 ------------------
 pom.xml                                               | 19 -------------------
 2 files changed, 37 deletions(-)

diff --git a/dubbo-admin-backend/src/main/resources/application-production.properties b/dubbo-admin-backend/src/main/resources/application-production.properties
deleted file mode 100644
index e7ee3c3..0000000
--- a/dubbo-admin-backend/src/main/resources/application-production.properties
+++ /dev/null
@@ -1,18 +0,0 @@
-#
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License.  You may obtain a copy of the License at
-#
-#     http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#
-
-dubbo.registry.address=zookeeper://127.0.0.1:2181
diff --git a/pom.xml b/pom.xml
index 20385a6..3e66a5f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -94,25 +94,6 @@
 		</dependencies>
 	</dependencyManagement>
 
-	<profiles>
-		<profile>
-			<id>develop</id>
-			<properties>
-				<activeProfile>develop</activeProfile>
-			</properties>
-		</profile>
-
-		<profile>
-			<id>production</id>
-			<properties>
-				<activeProfile>production</activeProfile>
-			</properties>
-			<activation>
-				<activeByDefault>true</activeByDefault>
-			</activation>
-		</profile>
-	</profiles>
-
 	<build>
 		<plugins>
 			<plugin>