Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for _activate (0.26 sec)

  1. maven-core/plugin-manager.txt

    installed we may want to check the license and make users agree. We may also want to unpack the given plugin in a particular location.
    
    We might want to separate between installation and activation, it might be nice to allow a user to activate/deactivate a plugin instead of having to uninstall and reinstall a plugin in particular cases. This would prevent having to reconfigure the plugin again. For example it might be nice to turn off LDAP authentication without having to uninstall the plugin....
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jul 18 22:45:13 UTC 2022
    - 12.9K bytes
    - Viewed (0)
  2. maven-embedder/src/site/apt/logging.apt

    {
       final Logger logger = LoggerFactory.getLogger( MyClass.class );
    }
    +-----+
    
    * Logger Name
    
     Logger name is basically the classical fully qualified class name: it's not visible by default, but can be activated (see {{{/maven-logging.html}user documentation}}).
    
     Notice that before Maven 3.1.0, with logger created by Maven, some code used to pass logger from class to class because it could not create a new logger:
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jun 19 21:09:43 UTC 2023
    - 4.1K bytes
    - Viewed (0)
Back to top