Skip to content

Added support for external launch4j configuration file#32

Merged
lukaszlenart merged 3 commits intoorphan-oss:masterfrom
adamdec:infile
Apr 11, 2016
Merged

Added support for external launch4j configuration file#32
lukaszlenart merged 3 commits intoorphan-oss:masterfrom
adamdec:infile

Conversation

@adamdec
Copy link
Copy Markdown

@adamdec adamdec commented Mar 15, 2016

Usage:
<configuration> <infile>${project.basedir}/etc/bin/config.xml</infile> </configuration>

By default it will take from ${project.basedir}/src/main/launch4j/${project.artifactId}-launch4j.xml

README.md Outdated
<infile>${project.basedir}/etc/bin/config.xml</infile>
</configuration>
```
By default it will take from ${project.basedir}/src/main/launch4j/${project.artifactId}-launch4j.xml
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's better to use src/main/resources as files from that location are automatically filtered and there is no need for additional setup to do it and such approach will follow Maven's convention

@lukaszlenart
Copy link
Copy Markdown
Collaborator

Upss... totally forgot about this PR :(

@lukaszlenart
Copy link
Copy Markdown
Collaborator

Looks good 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants