Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Commit

Permalink
Bug 1315203 - Plugin for eap7 is not deployed
Browse files Browse the repository at this point in the history
Added the new plugin to the EAR build

Also, added it to plugin validation module and created the version
property in parent POM.

Fixed a couple of typos.
  • Loading branch information
tsegismont committed Mar 7, 2016
1 parent f0d02ed commit 3501943
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 2 deletions.
6 changes: 6 additions & 0 deletions modules/enterprise/server/ear/pom.xml
Expand Up @@ -780,6 +780,12 @@
<artifactId>rhq-jboss-as-7-plugin</artifactId>
<version>${project.version}</version>
</artifactItem>

<artifactItem>
<groupId>${project.groupId}</groupId>
<artifactId>rhq-wfly-10-plugin</artifactId>
<version>${project.version}</version>
</artifactItem>
</artifactItems>
<outputDirectory>${earDirectory}/rhq-downloads/rhq-plugins</outputDirectory>
</configuration>
Expand Down
1 change: 1 addition & 0 deletions modules/plugins/validate-all-plugins/pom.xml
Expand Up @@ -44,6 +44,7 @@
<pathelement location="../jboss-as-5/target/jopr-jboss-as-5-plugin-${project.version}.jar" />
-->
<pathelement location="../jboss-as-7/target/rhq-jboss-as-7-plugin-${project.version}.jar" />
<pathelement location="../wlfy-10/target/rhq-wfly-10-plugin-${project.version}.jar"/>
<!--<pathelement location="../jira/target/rhq-jira-plugin-${project.version}.jar" />-->
<pathelement location="../jmx/target/rhq-jmx-plugin-${rhq-jmx-plugin.version}.jar" />
<pathelement location="../mysql/target/rhq-mysql-plugin-${project.version}.jar" />
Expand Down
2 changes: 1 addition & 1 deletion modules/plugins/wfly-10/pom.xml
Expand Up @@ -15,7 +15,7 @@
<packaging>jar</packaging>

<name>RHQ Wildfly 10 Plugin</name>
<description>a plugin for monitoring and managing Wildfly 10 and JBoss platforms based on it (e.g. JBoss EAP 7)</description>
<description>A plugin for monitoring and managing Wildfly 10 and JBoss platforms based on it (e.g. JBoss EAP 7)</description>


<properties>
Expand Down
Expand Up @@ -1092,7 +1092,7 @@
]>
<plugin name="&pluginName;"
displayName="Enterprise Application Server 7"
description="provides monitoring and management of Wildfly 10 and JBoss EAP7"
description="Provides monitoring and management of Wildfly 10 and JBoss EAP7"
package="org.rhq.modules.plugins.wildfly10"
pluginLifecycleListener="PluginLifecycleListener"
xmlns="urn:xmlns:rhq-plugin"
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Expand Up @@ -410,6 +410,7 @@
<rhq-irc-plugin.version>${rhq.pom.version}</rhq-irc-plugin.version>
<jopr-jboss-as-5-plugin.version>${rhq.pom.version}</jopr-jboss-as-5-plugin.version>
<rhq-jboss-as-7-plugin.version>${rhq.pom.version}</rhq-jboss-as-7-plugin.version>
<rhq-wfly-10-plugin.version>${rhq.pom.version}</rhq-wfly-10-plugin.version>
<jopr-jboss-as-plugin.version>${rhq.pom.version}</jopr-jboss-as-plugin.version>
<jopr-jboss-cache-v3-plugin.version>${rhq.pom.version}</jopr-jboss-cache-v3-plugin.version>
<jopr-jboss-cache-plugin.version>${rhq.pom.version}</jopr-jboss-cache-plugin.version>
Expand Down

0 comments on commit 3501943

Please sign in to comment.