We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5328132 commit db98cccCopy full SHA for db98ccc
binding/pom.xml
@@ -24,6 +24,31 @@
24
<artifactId>binding</artifactId>
25
<packaging>jar</packaging>
26
27
+ <profiles>
28
+ <profile>
29
+ <id>windows</id>
30
+ <activation>
31
+ <os>
32
+ <family>Windows</family>
33
+ </os>
34
+ </activation>
35
+ <properties>
36
+ <maven.test.skip>true</maven.test.skip>
37
+ </properties>
38
+ </profile>
39
40
+ <id>linux</id>
41
42
43
+ <family>Linux</family>
44
45
46
47
48
49
50
+ </profiles>
51
+
52
<build>
53
<plugins>
54
<plugin>
0 commit comments