You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by "JayDi85 (via GitHub)" <gi...@apache.org> on 2023/03/12 19:04:39 UTC

[GitHub] [logging-chainsaw] JayDi85 opened a new pull request, #18: Docs: fixed wrong build command

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:
   ![shot_230312_225830](https://user-images.githubusercontent.com/8344157/224566537-34be5a97-88c1-4efd-929e-e1f955d8b1a4.png)
   - [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: notifications-unsubscribe@logging.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [logging-chainsaw] rm5248 merged pull request #18: Docs: fixed wrong build command

Posted by "rm5248 (via GitHub)" <gi...@apache.org>.
rm5248 merged PR #18:
URL: https://github.com/apache/logging-chainsaw/pull/18


-- 
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: notifications-unsubscribe@logging.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org