ppkarwasz commented on issue #373:
URL: https://github.com/apache/logging-parent/issues/373#issuecomment-2800100901

   > > We can activate the profile only in the builds that actually need it 
(e.g. `logging-log4j-samples`)
   > 
   > I'd be in favor of this approach. Expose it wherever it is needed.
   
   For now I did it in apache/logging-log4j-samples#306 and I think it is the 
only repo that requires it.
   
   On the other hand there is a small problem during development: if you work 
let us say on `log4j-core` and you want to download `log4j-api` from our 
Snapshots, you need to run:
   
   ```bash
   mvn <something> -pl log4j-core -Puse-apache-snapshots
   ```
   
   or use a local build instead and make a `mvn install` before.


-- 
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-unsubscr...@logging.apache.org

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

Reply via email to