Skip to content

Commit

Permalink
[#117] Profiles called "build..." or "run..."
Browse files Browse the repository at this point in the history
  • Loading branch information
susanw1 committed Oct 6, 2023
1 parent 04d26e4 commit 0dce530
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -236,19 +236,19 @@

<profiles>
<profile>
<id>native</id>
<id>build-native</id>
<properties>
<build-native.skip>false</build-native.skip>
</properties>
</profile>
<profile>
<id>arm</id>
<id>build-arm</id>
</profile>
<profile>
<id>arduino</id>
<id>build-arduino</id>
</profile>
<profile>
<id>device-acceptance</id>
<id>run-device-acceptance</id>
</profile>
</profiles>
</project>
2 changes: 1 addition & 1 deletion receivers/native/arduino/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@

<profiles>
<profile>
<id>arduino</id>
<id>build-arduino</id>
<properties>
<build-avr-gcc.skip>false</build-avr-gcc.skip>
</properties>
Expand Down
4 changes: 2 additions & 2 deletions receivers/native/arm/no-os/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@
</plugin>
</plugins>
</build>

<profiles>
<profile>
<id>arm</id>
<id>build-arm</id>
<properties>
<build-arm-gcc.skip>false</build-arm-gcc.skip>
</properties>
Expand Down
6 changes: 3 additions & 3 deletions receivers/native/generic-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,19 +130,19 @@

<profiles>
<profile>
<id>native</id>
<id>build-native</id>
<properties>
<build-native.skip>false</build-native.skip>
</properties>
</profile>
<profile>
<id>arduino</id>
<id>build-arduino</id>
<properties>
<build-native.skip>false</build-native.skip>
</properties>
</profile>
<profile>
<id>arm</id>
<id>build-arm</id>
<properties>
<build-native.skip>false</build-native.skip>
</properties>
Expand Down
6 changes: 3 additions & 3 deletions receivers/native/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@

<profiles>
<profile>
<id>native</id>
<id>build-native</id>
<modules>
<module>cpp-model-components</module>
<module>generic-core</module>
</modules>
</profile>
<profile>
<id>arduino</id>
<id>build-arduino</id>
<modules>
<module>cpp-model-components</module>
<module>generic-core</module>
<module>arduino</module>
</modules>
</profile>
<profile>
<id>arm</id>
<id>build-arm</id>
<modules>
<module>cpp-model-components</module>
<module>generic-core</module>
Expand Down
2 changes: 1 addition & 1 deletion receivers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<profiles>
<profile>
<id>device-acceptance</id>
<id>run-device-acceptance</id>
<modules>
<module>network-receiver-acceptance-tests</module>
</modules>
Expand Down

0 comments on commit 0dce530

Please sign in to comment.