This is an automated email from the ASF dual-hosted git repository. zhaoyanan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-shardingsphere-benchmark.git
The following commit(s) were added to refs/heads/master by this push: new f0caf57 modify pom for sql parser temporarily f0caf57 is described below commit f0caf57f289b3708d33a039673a93ed263ba6fc3 Author: nancyzrh <zhaoy...@126.com> AuthorDate: Tue Oct 29 16:22:17 2019 +0800 modify pom for sql parser temporarily --- shardingsphere-benchmark/pom.xml | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/shardingsphere-benchmark/pom.xml b/shardingsphere-benchmark/pom.xml index 5119988..f2f24d6 100644 --- a/shardingsphere-benchmark/pom.xml +++ b/shardingsphere-benchmark/pom.xml @@ -91,6 +91,25 @@ </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-shade-plugin</artifactId> + <executions> + <execution> + <goals> + <goal>shade</goal> + </goals> + <configuration> + <transformers> + <transformer + implementation="org.apache.maven.plugins.shade.resource.AppendingTransformer"> + <resource>META-INF/services/org.apache.shardingsphere.core.parse.spi.SQLParserEntry</resource> + </transformer> + </transformers> + </configuration> + </execution> + </executions> + </plugin> + <!--<plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> <configuration> <descriptorRefs> @@ -106,7 +125,7 @@ </goals> </execution> </executions> - </plugin> + </plugin>--> </plugins> </build> </project>