Commit 0e2b0ed6 authored by terrymanu's avatar terrymanu
Browse files

update distribution zip name

parent e9ba1731
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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>
@@ -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>
+2 −2
Original line number Diff line number Diff line
@@ -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>
@@ -27,7 +27,7 @@
        <fileSet>
            <directory>../</directory>
            <includes>
                <include>DISCLAIMER</include>
                <include>LICENSE</include>
            </includes>
        </fileSet>
    </fileSets>
+1 −1
Original line number Diff line number Diff line
@@ -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>