JayDi85 opened a new pull request, #18: URL: https://github.com/apache/logging-chainsaw/pull/18
`HOWTOBUILD.txt` contains info about distribution files and command lines to build and get it. But it doesn't work -- assembly disabled by default. Project's pom file uses packaging profile now, so it's ignored on default maven build -- you must enable it manually. There are many options: - activate by command line: `mvn install -P packaging` - activate by `<activeByDefault>` settings:  - [many other use cases](https://maven.apache.org/guides/introduction/introduction-to-profiles.html#how-can-a-profile-be-triggered-how-does-this-vary-according-to-t). So that PR fixes documentation with correct command lines. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
