Skip to content

Commit

Permalink
add detect os plugin for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mladjan-gadzic committed Dec 23, 2024
1 parent c7ecf4d commit cbb0c70
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,20 @@
</properties>
<build>
<plugins>
<!-- detect os -->
<plugin>
<groupId>kr.motd.maven</groupId>
<artifactId>os-maven-plugin</artifactId>
<version>${os-maven-plugin.version}</version>
<executions>
<execution>
<goals>
<goal>detect</goal>
</goals>
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
Expand Down

0 comments on commit cbb0c70

Please sign in to comment.