Skip to content

NikolayStRiG/jpackage-maven-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Add plugin

<plugin>
    <groupId>org.sterzhen</groupId>
    <artifactId>jpackage-maven-plugin</artifactId>
    <version>1.0-SNAPSHOT</version>
    <executions>
        <execution>
            <phase>verify</phase>
            <goals>
                <goal>createpackage</goal>
            </goals>
        </execution>
    </executions>
</plugin>

Run: mvn clean install

Requirit jpackage.exe from java 14

For Windows you need to install WiX Toolset

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages