Skip to content

Commit

Permalink
[SCB-1589]Optimize the client module structure
Browse files Browse the repository at this point in the history
  • Loading branch information
zaneChou1 authored and liubao68 committed Nov 15, 2019
1 parent 07f34c3 commit a5a88eb
Show file tree
Hide file tree
Showing 49 changed files with 42 additions and 6 deletions.
File renamed without changes.
3 changes: 1 addition & 2 deletions client/kie-client/pom.xml → clients/kie-client/pom.xml
Expand Up @@ -21,10 +21,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<parent>
<artifactId>clients</artifactId>
<groupId>org.apache.servicecomb</groupId>
<artifactId>java-chassis-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../parents/default</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
39 changes: 39 additions & 0 deletions clients/pom.xml
@@ -0,0 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--
~ 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.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.servicecomb</groupId>
<artifactId>java-chassis-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../parents/default</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>clients</artifactId>
<name>ServiceComb::Client</name>
<packaging>pom</packaging>
<modules>
<module>kie-client</module>
<module>service-center-client</module>
</modules>

</project>
File renamed without changes.
Expand Up @@ -20,10 +20,9 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>clients</artifactId>
<groupId>org.apache.servicecomb</groupId>
<artifactId>java-chassis-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../../parents/default</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
3 changes: 1 addition & 2 deletions pom.xml
Expand Up @@ -125,8 +125,7 @@
<module>java-chassis-spring-boot</module>
<module>inspector</module>
<module>solutions</module>
<module>client/kie-client</module>
<module>client/service-center-client</module>
<module>clients</module>
</modules>

<reporting>
Expand Down

0 comments on commit a5a88eb

Please sign in to comment.