未验证 提交 b231554f 编写于 作者: L Liang Zhang 提交者: GitHub

Rename sharding-proxy-docker-build to shardingsphere-proxy-docker-build (#5649)

上级 268f6b9d
......@@ -28,7 +28,7 @@
<packaging>pom</packaging>
<modules>
<module>sharding-proxy-docker-build</module>
<module>shardingsphere-proxy-docker-build</module>
<module>shardingsphere-test-suite</module>
</modules>
......
......@@ -19,5 +19,5 @@ FROM openjdk:8-jdk-alpine
ARG APP_NAME
ADD target/${APP_NAME}.tar.gz /export
RUN mv /export/${APP_NAME} /export/sharding-proxy
ENTRYPOINT /export/sharding-proxy/bin/start.sh && tail -f /export/sharding-proxy/logs/stdout.log
RUN mv /export/${APP_NAME} /export/shardingsphere-proxy
ENTRYPOINT /export/shardingsphere-proxy/bin/start.sh && tail -f /export/shardingsphere-proxy/logs/stdout.log
......@@ -26,7 +26,7 @@
<version>5.0.0-RC1-SNAPSHOT</version>
</parent>
<artifactId>sharding-proxy-docker-build</artifactId>
<artifactId>shardingsphere-proxy-docker-build</artifactId>
<name>${project.artifactId}</name>
<dependencies>
......@@ -65,14 +65,14 @@
<profile>
<id>test</id>
<build>
<finalName>sharding-proxy-${project.version}</finalName>
<finalName>shardingsphere-proxy-${project.version}</finalName>
<plugins>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<appendAssemblyId>false</appendAssemblyId>
<descriptors>
<descriptor>src/main/assembly/sharding-proxy-assembly.xml</descriptor>
<descriptor>src/main/assembly/shardingsphere-proxy-assembly.xml</descriptor>
</descriptors>
</configuration>
<executions>
......@@ -90,14 +90,14 @@
<artifactId>dockerfile-maven-plugin</artifactId>
<executions>
<execution>
<id>sharding-proxy-bin</id>
<id>shardingsphere-proxy-bin</id>
<goals>
<goal>build</goal>
</goals>
</execution>
</executions>
<configuration>
<repository>apache/sharding-proxy-test</repository>
<repository>apache/shardingsphere-proxy-test</repository>
<tag>${project.version}</tag>
<buildArgs>
<APP_NAME>${project.build.finalName}</APP_NAME>
......
......@@ -17,7 +17,7 @@
<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-bin</id>
<id>shardingsphere-proxy-bin</id>
<formats>
<format>tar.gz</format>
</formats>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册