Skip to content

rmannibucau/maven-log-configurer-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maven Project Log Configurer

Gives the ability to configure the maven default logging from the project through properties.

<properties>
  <org.slf4j.simpleLogger.showThreadName>true</org.slf4j.simpleLogger.showThreadName>
  <org.slf4j.simpleLogger.showDateTime>true</org.slf4j.simpleLogger.showDateTime>
  <org.slf4j.simpleLogger.dateTimeFormat>HH:mm:ss</org.slf4j.simpleLogger.dateTimeFormat>
</properties>

<!-- in build section -->
<extensions>
  <extension>
    <groupId>com.github.rmannibucau</groupId>
    <artifactId>maven-log-configurer-extension</artifactId>
    <version>${configurer.version}</version>
  </extension>
</extensions>

About

Small extension to configure maven logs from the project properties

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages