Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default values for configuration, especially VersionInfo #205

Merged
merged 35 commits into from
Jan 6, 2023
Merged
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
1a18ba8
Fix: Escape angle brackets in Markdown documentation to be printed out.
koksyn Dec 6, 2022
1db37ca
`disableVersionInfoDefaults` docs note added
koksyn Dec 16, 2022
ab175c3
Snapshot version bump according to default parameters changes
koksyn Dec 16, 2022
6ab798f
New parameter for disabling VersionInfo defaults
koksyn Dec 20, 2022
e7df172
Filling out VersionInfo defaults
koksyn Dec 20, 2022
d616519
Filling out VersionInfo defaults
koksyn Dec 29, 2022
6cb5594
Unit tests for Copyright generator
koksyn Dec 29, 2022
54be52f
Copyright generator description
koksyn Dec 29, 2022
c53a795
JUnitParams lib added to POM.xml
koksyn Dec 29, 2022
3a06542
Unit tests for Launch4j fileVersion generator
koksyn Dec 29, 2022
8930ec0
Additional Unit tests for Launch4j fileVersion generator
koksyn Dec 29, 2022
15abdd3
Refactoring of Launch4j fileVersion generator
koksyn Dec 29, 2022
0217cca
"errTitle" default value provided
koksyn Dec 29, 2022
e2976d0
"errTitle" default value in docs
koksyn Dec 29, 2022
0d2c995
"versionInfo -> originalFilename" default value added
koksyn Dec 29, 2022
234974f
release version notes Resolves #98
koksyn Dec 29, 2022
e6c5d21
Line added to MOJO doc
koksyn Dec 29, 2022
e9ffe5f
trademarks & companyName also filled by defaults
koksyn Dec 30, 2022
b38f942
Mockito Core library added
koksyn Dec 30, 2022
b1ede4d
VersionInfo refactoring
koksyn Dec 30, 2022
4b7a245
VersionInfo unit tests
koksyn Dec 30, 2022
f41b870
Adds missing VersionInfo unit tests
koksyn Dec 30, 2022
c489157
Adds missing Mojo param to MojoTest
koksyn Dec 30, 2022
65cafe9
Refactoring MojoTest
koksyn Dec 30, 2022
d34d506
Missing dependency added to POM
koksyn Dec 30, 2022
63673e5
Possibility of not filling out VersionInfo in XML at all
koksyn Dec 30, 2022
8764598
Documentation for VersionInfo defaults added
koksyn Dec 30, 2022
a8e4209
Merge branch 'orphan-oss:master' into feature-default-params
koksyn Dec 30, 2022
b66d97e
Throwing exception datailed descriptions
koksyn Dec 30, 2022
1f64567
Merge remote-tracking branch 'origin/feature-default-params' into fea…
koksyn Dec 30, 2022
d019663
Release version without snapshot
koksyn Dec 30, 2022
98b1c65
Revert "Release version without snapshot"
koksyn Jan 2, 2023
ba82667
default scope for filling out defaults inside VersionInfo
koksyn Jan 2, 2023
79337bd
Newline's at the end of the files
koksyn Jan 2, 2023
e7f2bb8
Private constructors for utility classes added
koksyn Jan 2, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<groupId>com.akathist.maven.plugins.launch4j</groupId>
<artifactId>launch4j-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0</version>
lukaszlenart marked this conversation as resolved.
Show resolved Hide resolved

<name>Maven Launch4j Plugin</name>
<description>This plugin creates Windows executables from Java jar files using the Launch4j utility.</description>
Expand Down