Skip to content

Commit

Permalink
Renamed final jar instead of copy
Browse files Browse the repository at this point in the history
This is mainly to reduce the size of the snap files during build
  • Loading branch information
frossm committed May 6, 2022
1 parent b7d7e1d commit 4ba577e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
11 changes: 4 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.fross</groupId>
<artifactId>mkpass</artifactId>
<version>2.0.7</version>
<version>2.0.8</version>

<name>mkpass</name>
<description>Command line password generator</description>
Expand Down Expand Up @@ -80,8 +78,7 @@
</executions>
</plugin>

<!-- Rename the jar-with-dependencies output to one simply called the
<ProjectName>.jar -->
<!-- Move the jar with dependencies output to one simply called the <ProjectName>.jar -->
<plugin>
<groupId>com.coderplus.maven.plugins</groupId>
<artifactId>copy-rename-maven-plugin</artifactId>
Expand Down Expand Up @@ -138,4 +135,4 @@

</dependencies>

</project>
</project>
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: mkpass
version: '2.0.7'
version: '2.0.8'
summary: Simple secure password generator
description: |
MKPASS is a command line password generator. There are several options
Expand Down

0 comments on commit 4ba577e

Please sign in to comment.