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

Create empty war for application on the fly #1118

Merged
merged 1 commit into from Feb 12, 2019

Conversation

matthiasblaesing
Copy link
Contributor

The empty.war was originally created by the build script, then it was
committed to the repository (assumed accidentally). Instead of building
the war at build time or putting it into the repository, this patch
moves creation to runtime.

The empty.war was originally created by the build script, then it was
committed to the repository (assumed accidentally). Instead of building
the war at build time or putting it into the repository, this patch
moves creation to runtime.
@matthiasblaesing
Copy link
Contributor Author

@geertjanw please have a look at this. The empty.jar was reintroduced by your commit in: 9b3eed2 .

The easiest fix would have been to just remove empty.war again and add it to .gitignore, but I think building the war at runtime ensures, that there is no file, that can be accidentally committed.

Copy link
Member

@geertjanw geertjanw left a comment

Choose a reason for hiding this comment

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

Agree, thanks!

@geertjanw geertjanw merged commit ca080a4 into apache:master Feb 12, 2019
@matthiasblaesing matthiasblaesing deleted the remove_empty_war_again branch March 3, 2019 14:26
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.

None yet

2 participants