Skip to content

Commit ddbe36f

Browse files
committed
Cannot IDE/plugin build on Mac OS X Sloeber#898
Fixed
1 parent a4fc350 commit ddbe36f

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

io.sloeber.parent/pom.xml

+3-10
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,6 @@
101101

102102
<profile>
103103
<id>SDK</id>
104-
<activation>
105-
<property>
106-
<name>SDK</name>
107-
<value>true</value>
108-
</property>
109-
</activation>
110104
<modules>
111105
<module>../io.sloeber.feature</module>
112106
<module>../io.sloeber.core</module>
@@ -121,10 +115,7 @@
121115
<profile>
122116
<id>NOSDK</id>
123117
<activation>
124-
<property>
125-
<name>SDK</name>
126-
<value>!true</value>
127-
</property>
118+
<activeByDefault>true</activeByDefault>
128119
</activation>
129120
<modules>
130121
<module>../io.sloeber.feature</module>
@@ -340,6 +331,7 @@
340331
</plugins>
341332
</build>
342333
</profile>
334+
343335
<profile>
344336
<id>mac64</id>
345337
<build>
@@ -365,6 +357,7 @@
365357
</plugins>
366358
</build>
367359
</profile>
360+
368361
<profile>
369362
<id>luna</id>
370363
<properties>

0 commit comments

Comments
 (0)