Skip to content

Commit

Permalink
Add zip assembly to deployed artefacts.
Browse files Browse the repository at this point in the history
  • Loading branch information
neilcsmith-net committed Feb 28, 2024
1 parent 114d005 commit c2c0109
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
12 changes: 12 additions & 0 deletions praxiscore-bin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,18 @@
<artifactId>maven-assembly-plugin</artifactId>
<version>3.6.0</version>
<executions>
<execution>
<id>make-bin</id>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
<configuration>
<descriptors>
<descriptor>${basedir}/src/assembly/bin.xml</descriptor>
</descriptors>
</configuration>
</execution>
<execution>
<id>make-bin-dir</id>
<phase>package</phase>
Expand Down
1 change: 0 additions & 1 deletion praxiscore-bin/src/assembly/bin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ under the License.
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.1.1 https://maven.apache.org/xsd/assembly-2.1.1.xsd">
<id>bin</id>
<formats>
<format>tar.gz</format>
<format>zip</format>
</formats>
<componentDescriptors>
Expand Down

0 comments on commit c2c0109

Please sign in to comment.