Skip to content

Commit

Permalink
Remove os-maven-plugin extension in favor of plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
marecabo committed Oct 14, 2023
1 parent 1ba97d5 commit b074f11
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
9 changes: 0 additions & 9 deletions contribs/hybridsim/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,6 @@
</dependencies>

<build>
<extensions>
<!-- Provides operation system information as property -->
<extension>
<groupId>kr.motd.maven</groupId>
<artifactId>os-maven-plugin</artifactId>
<version>1.7.1</version>
</extension>
</extensions>

<plugins>
<plugin>
<groupId>kr.motd.maven</groupId>
Expand Down
9 changes: 0 additions & 9 deletions contribs/protobuf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,6 @@
</dependencies>

<build>
<extensions>
<!-- Provides operation system information as property -->
<extension>
<groupId>kr.motd.maven</groupId>
<artifactId>os-maven-plugin</artifactId>
<version>1.7.1</version>
</extension>
</extensions>

<plugins>
<plugin>
<groupId>kr.motd.maven</groupId>
Expand Down

0 comments on commit b074f11

Please sign in to comment.