Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Commit

Permalink
Changed default maven profile to execute all projects.
Browse files Browse the repository at this point in the history
  • Loading branch information
tlaukkan committed Mar 8, 2015
1 parent 927660c commit 10237b8
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,16 @@
<id>android</id>
<modules>
<module>zigbee-api</module>
<module>zigbee-console</module>
<module>zigbee-serial-android</module>
<module>zigbee-console</module>
</modules>
</profile>
<profile>
<id>desktop</id>
<modules>
<module>zigbee-api</module>
<module>zigbee-serial-default</module>
<module>zigbee-console</module>
</modules>
</profile>
<profile>
Expand All @@ -62,8 +70,9 @@
</activation>
<modules>
<module>zigbee-api</module>
<module>zigbee-console</module>
<module>zigbee-serial-default</module>
<module>zigbee-serial-android</module>
<module>zigbee-console</module>
</modules>
</profile>
</profiles>
Expand Down

0 comments on commit 10237b8

Please sign in to comment.