Skip to content
This repository was archived by the owner on Jan 19, 2022. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ See more at "http://www.springsource.org/insight":http://www.springsource.org/in

h2. Installing and Using Plugins

Plugins for different versions of Insight can be downloaded from:
"http://maven.springframework.org/release/com/springsource/insight/plugins/":http://maven.springframework.org/release/com/springsource/insight/plugins/

Plugins must be copied into the "insight/collection-plugins" directory of an Insight Developer Edition and Insight Dashboard/Agent.

h2. Creating a Plugin
Expand Down
4 changes: 2 additions & 2 deletions collection-plugins/gemfire/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.springsource.insight.plugins</groupId>
<artifactId>insight-plugin-gemfire</artifactId>
<version>1.8.0-CI-SNAPSHOT</version>
<version>1.8.3.RELEASE</version>
<name>com.springsource.insight.plugins:gemfire</name>
<packaging>jar</packaging>

<parent>
<groupId>com.springsource.insight</groupId>
<artifactId>community</artifactId>
<version>1.8.0-CI-SNAPSHOT</version>
<version>1.8.3.RELEASE</version>
<relativePath>../../parent</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions collection-plugins/mongodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.springsource.insight.plugins</groupId>
<artifactId>insight-plugin-mongodb</artifactId>
<version>1.8.0-CI-SNAPSHOT</version>
<version>1.8.3.RELEASE</version>
<name>com.springsource.insight.plugins:mongodb</name>
<packaging>jar</packaging>

<parent>
<groupId>com.springsource.insight</groupId>
<artifactId>community</artifactId>
<version>1.8.0-CI-SNAPSHOT</version>
<version>1.8.3.RELEASE</version>
<relativePath>../../parent</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions collection-plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.springsource.insight</groupId>
<artifactId>community-plugins</artifactId>
<version>1.8.0-CI-SNAPSHOT</version>
<version>1.8.3.RELEASE</version>
<name>com.springsource.insight:community-plugins</name>
<packaging>pom</packaging>

<parent>
<groupId>com.springsource.insight</groupId>
<artifactId>community</artifactId>
<version>1.8.0-CI-SNAPSHOT</version>
<version>1.8.3.RELEASE</version>
<relativePath>../parent</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions collection-plugins/rabbitmq-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<groupId>com.springsource.insight.plugins</groupId>
<artifactId>insight-plugin-rabbitmq-client</artifactId>
<name>com.springsource.insight.plugins:rabbitmq-client</name>
<version>1.8.0-CI-SNAPSHOT</version>
<version>1.8.3.RELEASE</version>
<packaging>jar</packaging>

<parent>
<groupId>com.springsource.insight</groupId>
<artifactId>community</artifactId>
<version>1.8.0-CI-SNAPSHOT</version>
<version>1.8.3.RELEASE</version>
<relativePath>../../parent</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions collection-plugins/redis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<groupId>com.springsource.insight.plugins</groupId>
<artifactId>insight-plugin-redis</artifactId>
<name>com.springsource.insight.plugins:redis</name>
<version>1.8.0-CI-SNAPSHOT</version>
<version>1.8.3.RELEASE</version>
<packaging>jar</packaging>

<parent>
<groupId>com.springsource.insight</groupId>
<artifactId>community</artifactId>
<version>1.8.0-CI-SNAPSHOT</version>
<version>1.8.3.RELEASE</version>
<relativePath>../../parent</relativePath>
</parent>

Expand Down
5 changes: 3 additions & 2 deletions collection-plugins/spring-integration/README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ This plugin is compatible with the 1.7+ versions of insight.

h2. Installation

This is a core plugin of Insight 1.7+ but earlier users may
install this plugin by copying the plugin jar to
This is a core plugin of Insight 1.7+ but if you are building this yourself
place the plugin in the following directory:

<code>
insight/collection-plugins
</code>
Expand Down
4 changes: 2 additions & 2 deletions collection-plugins/spring-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.springsource.insight.plugins</groupId>
<artifactId>insight-plugin-spring-integration</artifactId>
<version>1.8.0-CI-SNAPSHOT</version>
<version>1.8.3.RELEASE</version>
<name>com.springsource.insight.plugins:spring-integration</name>
<packaging>jar</packaging>

<parent>
<groupId>com.springsource.insight</groupId>
<artifactId>community</artifactId>
<version>1.8.0-CI-SNAPSHOT</version>
<version>1.8.3.RELEASE</version>
<relativePath>../../parent</relativePath>
</parent>

Expand Down
10 changes: 5 additions & 5 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.springsource.insight</groupId>
<artifactId>community</artifactId>
<version>1.8.0-CI-SNAPSHOT</version>
<version>1.8.3.RELEASE</version>
<name>com.springsource.insight:parent</name>
<description>Spring Insight parent project. Defines dependencies and common configuration for the build process.
</description>
Expand Down Expand Up @@ -427,10 +427,10 @@

<distributionManagement>
<repository>
<id>spring-milestone</id>
<name>Spring Milestone Repository</name>
<url>s3://maven.springframework.org/milestone</url>
</repository>
<id>spring-release</id>
<name>Spring Release Repository</name>
<url>s3://maven.springframework.org/release</url>
</repository>
<snapshotRepository>
<id>spring-snapshot</id>
<name>Spring Snapshot Repository</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.springsource.insight</groupId>
<artifactId>community-build</artifactId>
<version>1.8.0-CI-SNAPSHOT</version>
<version>1.8.3.RELEASE</version>
<name>com.springsource.insight:community</name>
<packaging>pom</packaging>

<parent>
<groupId>com.springsource.insight</groupId>
<artifactId>community</artifactId>
<version>1.8.0-CI-SNAPSHOT</version>
<version>1.8.3.RELEASE</version>
<relativePath>parent</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions samples/payme-insight-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.springsource.insight.samples</groupId>
<artifactId>payme-insight-plugin</artifactId>
<version>1.8.0-CI-SNAPSHOT</version>
<version>1.8.3.RELEASE</version>
<name>com.springsource.insight.samples:payme-insight-plugin</name>
<packaging>jar</packaging>

<properties>
<insight.version>1.8.0-CI-SNAPSHOT</insight.version>
<insight.version>1.8.3.RELEASE</insight.version>
<aspectj.version>1.6.12.M2</aspectj.version>
<spring.framework.version>3.0.5.RELEASE</spring.framework.version>
<junit.version>4.5</junit.version>
Expand Down
2 changes: 1 addition & 1 deletion samples/payme-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.springsource.insight.samples</groupId>
<artifactId>payme-webapp</artifactId>
<version>1.8.0-CI-SNAPSHOT</version>
<version>1.8.3.RELEASE</version>
<name>com.springsource.insight.samples:payme-webapp</name>
<packaging>war</packaging>

Expand Down
2 changes: 1 addition & 1 deletion samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.springsource.insight.samples</groupId>
<artifactId>sample-modules</artifactId>
<version>1.8.0-CI-SNAPSHOT</version>
<version>1.8.3.RELEASE</version>
<name>com.springsource.insight.samples:sample-modules</name>
<packaging>pom</packaging>

Expand Down