We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4fc350 commit ddbe36fCopy full SHA for ddbe36f
io.sloeber.parent/pom.xml
@@ -101,12 +101,6 @@
101
102
<profile>
103
<id>SDK</id>
104
- <activation>
105
- <property>
106
- <name>SDK</name>
107
- <value>true</value>
108
- </property>
109
- </activation>
110
<modules>
111
<module>../io.sloeber.feature</module>
112
<module>../io.sloeber.core</module>
@@ -121,10 +115,7 @@
121
115
122
116
<id>NOSDK</id>
123
117
<activation>
124
125
126
- <value>!true</value>
127
118
+ <activeByDefault>true</activeByDefault>
128
119
</activation>
129
120
130
@@ -340,6 +331,7 @@
340
331
</plugins>
341
332
</build>
342
333
</profile>
334
+
343
335
344
336
<id>mac64</id>
345
337
<build>
@@ -365,6 +357,7 @@
365
357
366
358
367
359
360
368
361
369
362
<id>luna</id>
370
363
<properties>
0 commit comments