Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…en-plugin

* 'master' of https://github.com/lukaszlenart/launch4j-maven-plugin: (91 commits)
  Adds example wit opts
  Adds version notes
  [maven-release-plugin] prepare for next development iteration
  [maven-release-plugin] prepare release launch4j-maven-plugin-1.7.8
  Migrates to new Tarvis infrastructure
  Use ProcessBuilder to launch 'chmod'
  Corrects small type
  Adds additional info about changes in 1.7.7
  [maven-release-plugin] prepare for next development iteration
  [maven-release-plugin] prepare release launch4j-maven-plugin-1.7.7
  Adds version notes for 1.7.7
  Uses the latest stable version of Launch4j Closes orphan-oss#21
  Adds support for bundledJreAsFallback property Closes orphan-oss#23
  Upgrades to latest snapshot version of Launch4j
  fixes for runtime scoped jars issue#5
  [maven-release-plugin] prepare for next development iteration
  [maven-release-plugin] prepare release launch4j-maven-plugin-1.7.6
  Adds version notes of 1.7.6
  Includes all direct dependencies closes orphan-oss#5
  Adds 1.7.5 version notes
  ...

# Conflicts:
#	.gitignore
#	.travis.yml
#	README
#	README.md
#	pom.xml
#	src/main/java/com/akathist/maven/plugins/launch4j/ClassPath.java
#	src/main/java/com/akathist/maven/plugins/launch4j/Jre.java
#	src/main/java/com/akathist/maven/plugins/launch4j/Launch4jMojo.java
#	src/main/resources/README
#	src/main/resources/README.adoc
  • Loading branch information
thomas3 committed Nov 29, 2015
2 parents 07a7b1f + 948c40f commit fa32ac3
Show file tree
Hide file tree
Showing 13 changed files with 1,424 additions and 1,004 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@ target/*
.settings/*
.project
.classpath
.factorypath
/target
.idea
.java-version
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
language: java
sudo: false
38 changes: 37 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,46 @@ Originally hosted at http://9stmaryrd.com/tools/launch4j-maven-plugin/

[![Build Status](https://travis-ci.org/lukaszlenart/launch4j-maven-plugin.svg)](https://travis-ci.org/lukaszlenart/launch4j-maven-plugin)

# Documentation

Please check [this](src/main/resources/README.adoc) document for more detailed info on how to use the plugin. Please also check [Launch4j's Configuration file](http://launch4j.sourceforge.net/docs.html#Configuration_file) page.

# Version Notes

## Version notes 1.7.8
- fixes issue with spaces in path to maven repository on non-Windows systems, see [#27](../../issues/27), [#28](../../issues/28)

## Version notes 1.7.7
- once again fixes problem with including dependencies in scope `runtime` (now it should be the final solution), see [#5](../../issues/5)
- adds support for `bundledJreAsFallback` and `bundledJre64Bit` properties, see [#23](../../issues/23)
- upgrades Launch4j to 3.8.0, see [#21](../../issues/21)

## Version notes 1.7.6
- fixes again problem with including dependencies in scope `runtime`, see [#5](../../issues/5)

## Version notes 1.7.5
- allows add custom headers and libraries to working dir [#22](../../pull/22)

## Version notes 1.7.4
- fixes type in default value for `outfile` parameter [#17](../../pull/17)

## Version notes 1.7.3
- uses Maven annotation instead of JavaDoc parameters [#15](../../pull/15)
- upgrades Maven plugins [#15](../../pull/15)
- converts tabs to spaces [5b0619](../../commit/5b0619)

## Version notes 1.7.2
- adds support for `restartOnCrash` Launch4j's option [#14](../../pull/14)

## Version notes 1.7.1
- launch4j's `abeille` dependency was excluded [#11](../../pull/11)
- versions of several plugins were updated [#11](../../pull/11)
- tabs were converted to spaces [#11](../../pull/11)

## Version notes 1.7
- uses the latest version of Launch4j (3.5.0)
- contains support for `runtimeBits`, see [#6](../../issues/6)
- fixes problem with including dependencies in scope `runtime`, see [#5](../../issues/5)
- ~~fixes problem with including dependencies in scope `runtime`, see [#5](../../issues/5)~~

## Version notes 1.6
- dropped Launch4j source and based on artifacts from Maven Central, see [#8](../../issues/8)
Expand Down
Loading

0 comments on commit fa32ac3

Please sign in to comment.