Skip to content

Commit

Permalink
feat: add kr.motd.maven into build extention
Browse files Browse the repository at this point in the history
To allow our projects to use `<classifier>${os.detected.classifier}</classifier>` for ex
  • Loading branch information
ThibaudAV committed Jun 13, 2024
1 parent 63133ae commit 54b29b7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -103,6 +103,7 @@
<maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
<maven-source-plugin.version>3.3.1</maven-source-plugin.version>
<maven-surefire-plugin.version>3.2.5</maven-surefire-plugin.version>
<os-maven-plugin.version>1.7.1</os-maven-plugin.version>
<license-maven-plugin.version>4.5</license-maven-plugin.version>
<prettier-maven-plugin.version>0.22</prettier-maven-plugin.version>
<prettier-maven-plugin.prettierJavaVersion>2.1.0</prettier-maven-plugin.prettierJavaVersion>
@@ -323,6 +324,14 @@
<artifactId>prettier-maven-plugin</artifactId>
</plugin>
</plugins>

<extensions>
<extension>
<groupId>kr.motd.maven</groupId>
<artifactId>os-maven-plugin</artifactId>
<version>${os-maven-plugin.version}</version>
</extension>
</extensions>
</build>

<profiles>

0 comments on commit 54b29b7

Please sign in to comment.