Skip to content

Commit 9ab35a3

Browse files
committed
Added maven os-detection
1 parent 510c192 commit 9ab35a3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,15 @@
145145
</configuration>
146146
</plugin>
147147
</plugins>
148+
149+
<extensions>
150+
<extension>
151+
<groupId>kr.motd.maven</groupId>
152+
<artifactId>os-maven-plugin</artifactId>
153+
<version>1.7.1</version>
154+
</extension>
155+
</extensions>
156+
148157
</build>
149158

150159
<distributionManagement>

0 commit comments

Comments
 (0)