Skip to content

Commit

Permalink
A few tweaks...
Browse files Browse the repository at this point in the history
- fix some formatting violations
- add a missing <activeByDefault>
- restore the actions profile in root pom
  • Loading branch information
jshaughn committed Oct 5, 2016
1 parent f7d9040 commit a29fd0b
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 40 deletions.
61 changes: 31 additions & 30 deletions hawkular-alerts-actions/hawkular-alerts-actions-plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -110,33 +111,33 @@
</build>

<profiles>
<profile>
<id>default</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<modules>
<module>hawkular-alerts-actions-aerogear</module>
<module>hawkular-alerts-actions-email</module>
<module>hawkular-alerts-actions-file</module>
<module>hawkular-alerts-actions-generic</module>
<module>hawkular-alerts-actions-irc</module>
<module>hawkular-alerts-actions-pagerduty</module>
<module>hawkular-alerts-actions-sms</module>
<module>hawkular-alerts-actions-webhook</module>
<module>hawkular-alerts-actions-webhook-global</module>
</modules>
</profile>

<profile>
<id>openshift</id>
<modules>
<module>hawkular-alerts-actions-email</module>
<module>hawkular-alerts-actions-file</module>
<module>hawkular-alerts-actions-generic</module>
<module>hawkular-alerts-actions-webhook</module>
<module>hawkular-alerts-actions-webhook-global</module>
</modules>
</profile>
</profiles>
<profile>
<id>default</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<modules>
<module>hawkular-alerts-actions-aerogear</module>
<module>hawkular-alerts-actions-email</module>
<module>hawkular-alerts-actions-file</module>
<module>hawkular-alerts-actions-generic</module>
<module>hawkular-alerts-actions-irc</module>
<module>hawkular-alerts-actions-pagerduty</module>
<module>hawkular-alerts-actions-sms</module>
<module>hawkular-alerts-actions-webhook</module>
<module>hawkular-alerts-actions-webhook-global</module>
</modules>
</profile>

<profile>
<id>openshift</id>
<modules>
<module>hawkular-alerts-actions-email</module>
<module>hawkular-alerts-actions-file</module>
<module>hawkular-alerts-actions-generic</module>
<module>hawkular-alerts-actions-webhook</module>
<module>hawkular-alerts-actions-webhook-global</module>
</modules>
</profile>
</profiles>
</project>
1 change: 1 addition & 0 deletions hawkular-alerts-actions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
<profile>
<id>default</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<modules>
<module>hawkular-alerts-actions-api</module>
Expand Down
1 change: 0 additions & 1 deletion hawkular-alerts-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,4 @@
</profile>
</profiles>


</project>
14 changes: 5 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@
</activation>
<modules>
<module>hawkular-alerts-api</module>
<module>hawkular-alerts-actions</module>
<module>hawkular-alerts-bus-api</module>
<module>hawkular-alerts-engine</module>
<module>hawkular-alerts-bus</module>
Expand All @@ -134,14 +133,12 @@
</profile>

<profile>
<id>noactions</id>
<id>actions</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<modules>
<module>hawkular-alerts-api</module>
<module>hawkular-alerts-bus-api</module>
<module>hawkular-alerts-engine</module>
<module>hawkular-alerts-bus</module>
<module>hawkular-alerts-rest</module>
<module>hawkular-alerts-rest-tests</module>
<module>hawkular-alerts-actions</module>
</modules>
</profile>

Expand All @@ -157,7 +154,6 @@
<module>hawkular-alerts-actions</module>
</modules>
</profile>

</profiles>

</project>

0 comments on commit a29fd0b

Please sign in to comment.