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

Commit

Permalink
[prod] setting platform plugin version for itests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Simeon Pinder committed Apr 3, 2015
1 parent e6ff2a3 commit a7c3a8e
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -113,6 +113,7 @@ protected static RhqAgentPluginArchive getPlatformPlugin() throws Exception {
MavenResolverSystem mavenDependencyResolver = Maven.resolver();
//check for system property specifiers before going to classpath
String rhqPlatformPluginVersion = System.getProperty("rhq-platform-plugin.version");
rhqPlatformPluginVersion = "4.12.0.JON330GA"; //hard code for now.
//complete maven gav construction.
String platformPluginArtifact = "org.rhq:rhq-platform-plugin:jar:";
if ((rhqPlatformPluginVersion == null) || rhqPlatformPluginVersion.trim().isEmpty()) {
Expand Down

0 comments on commit a7c3a8e

Please sign in to comment.