Skip to content

Commit

Permalink
Update config (#283)
Browse files Browse the repository at this point in the history
* Update project configuration
* Add slf4j dependency to Sonar plugin
  • Loading branch information
ksclarke authored Jan 27, 2025
1 parent 215ff48 commit 4365561
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions freelib-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<name>FreeLibrary Parent Project</name>
<description>A Parent POM for FreeLibrary Projects</description>
<packaging>pom</packaging>
<url>https://github.com/ksclarke/freelib-build-tools</url>

<properties>
<!-- Do not, by default, overwrite possibly modified local GitHub Actions -->
Expand Down Expand Up @@ -505,6 +506,13 @@
<groupId>org.sonarsource.scanner.maven</groupId>
<artifactId>sonar-maven-plugin</artifactId>
<version>${sonar.maven.version}</version>
<dependencies>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>${logback.version}</version>
</dependency>
</dependencies>
<executions>
<execution>
<goals>
Expand Down
1 change: 1 addition & 0 deletions freelib-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

<name>FreeLibrary Build Resources</name>
<description>Resources, like Checkstyle rules and site templates, for FreeLibrary projects.</description>
<url>https://github.com/ksclarke/freelib-build-tools</url>

<build>
<plugins>
Expand Down

0 comments on commit 4365561

Please sign in to comment.