Skip to content

Commit

Permalink
Use symbol for Maven icon (#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
mawinter69 authored Jan 17, 2025
1 parent c25ec79 commit f0adefe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ THE SOFTWARE.
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/${project.artifactId}</gitHubRepo>
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
<jenkins.baseline>2.452</jenkins.baseline>
<jenkins.version>${jenkins.baseline}.4</jenkins.version>
<jenkins.baseline>2.462</jenkins.baseline>
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
<mavenInterceptorsVersion>1.14</mavenInterceptorsVersion>
<!--
Minimal supported version of Maven.
Expand Down Expand Up @@ -92,6 +92,10 @@ THE SOFTWARE.
</dependencyManagement>

<dependencies>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>oss-symbols-api</artifactId>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>javadoc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/hudson/maven/MavenModuleSet.java
Original file line number Diff line number Diff line change
Expand Up @@ -1412,7 +1412,7 @@ public String getIconFilePathPattern() {
*/
@Override
public String getIconClassName() {
return "icon-maven-moduleset";
return "symbol-apache-maven-icon-solid plugin-oss-symbols-api ";

Check warning on line 1415 in src/main/java/hudson/maven/MavenModuleSet.java

View check run for this annotation

ci.jenkins.io / Code Coverage

Not covered line

Line 1415 is not covered by tests
}


Expand Down

0 comments on commit f0adefe

Please sign in to comment.