Skip to content

Commit d030068

Browse files
authored
Document the default branding file (#709)
1 parent f79c40f commit d030068

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ Run `docker-compose run --rm packaging bash` to get a shell in the official Dock
4141
# Generating packages
4242
Run `./prep.sh` to perform the preparatory actions of downloading the WAR and importing the GPG key.
4343
Run `make package` to build all the native packages.
44-
At minimum, you have to specify the `WAR` variable that points to the war file to be packaged and a branding file (for licensing and package descriptions).
44+
At minimum, you have to specify the `WAR` variable that points to the war file to be packaged and the `BRAND` variable that points to the branding file for licensing, artifact names, and package descriptions.
45+
If a branding file is not provided, the branding/test.mk file is used with the artifact names and package descriptions it provides.
4546
You will probably need to pass in the build environment and credentials.
4647

4748
For example:

0 commit comments

Comments
 (0)