Loading shardingsphere-distribution/pom.xml +3 −3 Original line number Diff line number Diff line Loading @@ -245,7 +245,7 @@ <artifactId>maven-assembly-plugin</artifactId> <executions> <execution> <id>source-distribution</id> <id>src</id> <phase>package</phase> <goals> <goal>single</goal> Loading @@ -257,14 +257,14 @@ </configuration> </execution> <execution> <id>jar-distribution</id> <id>bin</id> <phase>package</phase> <goals> <goal>single</goal> </goals> <configuration> <descriptors> <descriptor>src/main/assembly/jar-distribution.xml</descriptor> <descriptor>src/main/assembly/binary-distribution.xml</descriptor> </descriptors> </configuration> </execution> Loading shardingsphere-distribution/src/main/assembly/jar-distribution.xml→shardingsphere-distribution/src/main/assembly/binary-distribution.xml +2 −2 Original line number Diff line number Diff line Loading @@ -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>jar-distribution</id> <id>bin</id> <formats> <format>zip</format> </formats> Loading @@ -27,7 +27,7 @@ <fileSet> <directory>../</directory> <includes> <include>DISCLAIMER</include> <include>LICENSE</include> </includes> </fileSet> </fileSets> Loading shardingsphere-distribution/src/main/assembly/source-distribution.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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>source-distribution</id> <id>src</id> <formats> <format>zip</format> </formats> Loading Loading
shardingsphere-distribution/pom.xml +3 −3 Original line number Diff line number Diff line Loading @@ -245,7 +245,7 @@ <artifactId>maven-assembly-plugin</artifactId> <executions> <execution> <id>source-distribution</id> <id>src</id> <phase>package</phase> <goals> <goal>single</goal> Loading @@ -257,14 +257,14 @@ </configuration> </execution> <execution> <id>jar-distribution</id> <id>bin</id> <phase>package</phase> <goals> <goal>single</goal> </goals> <configuration> <descriptors> <descriptor>src/main/assembly/jar-distribution.xml</descriptor> <descriptor>src/main/assembly/binary-distribution.xml</descriptor> </descriptors> </configuration> </execution> Loading
shardingsphere-distribution/src/main/assembly/jar-distribution.xml→shardingsphere-distribution/src/main/assembly/binary-distribution.xml +2 −2 Original line number Diff line number Diff line Loading @@ -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>jar-distribution</id> <id>bin</id> <formats> <format>zip</format> </formats> Loading @@ -27,7 +27,7 @@ <fileSet> <directory>../</directory> <includes> <include>DISCLAIMER</include> <include>LICENSE</include> </includes> </fileSet> </fileSets> Loading
shardingsphere-distribution/src/main/assembly/source-distribution.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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>source-distribution</id> <id>src</id> <formats> <format>zip</format> </formats> Loading