Skip to content

Commit

Permalink
for #2147, adjust sharding-proxy-dist module
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymanu committed Apr 1, 2019
1 parent af82994 commit 0e1c9b7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<descriptors>
<descriptor>src/main/assembly/proxy-distribution.xml</descriptor>
<descriptor>src/main/assembly/sharding-proxy-binary-distribution.xml</descriptor>
</descriptors>
</configuration>
<executions>
<execution>
<id>sharding-proxy</id>
<id>sharding-proxy-bin</id>
<phase>package</phase>
<goals>
<goal>single</goal>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@

<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.0.0 http://maven.apache.org/xsd/assembly-2.0.0.xsd">
<id>sharding-proxy</id>
<id>sharding-proxy-bin</id>
<formats>
<format>tar.gz</format>
</formats>
<includeBaseDirectory>true</includeBaseDirectory>
<baseDirectory>${project.build.finalName}-sharding-proxy</baseDirectory>
<baseDirectory>${project.build.finalName}-sharding-proxy-bin</baseDirectory>

<fileSets>
<fileSet>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Getting Started
To help you get started, try the following links:

Getting Started
https://shardingsphere.apache.org/document/current/en/quick-start/sharding-proxy-quick-start/
https://shardingsphere.apache.org/document/current/en/quick-start/sharding-proxy-quick-start/

We welcome contributions of all kinds, for details of how you can help
https://shardingsphere.apache.org/community/en/contribute/
Expand Down

0 comments on commit 0e1c9b7

Please sign in to comment.