Skip to content

Commit

Permalink
Added maven repository information for distribution and usage (#2)
Browse files Browse the repository at this point in the history
* Initial commit

* Added maven repository information for distribution and usage
  • Loading branch information
vharvala authored and danivaan committed Apr 27, 2016
1 parent eeff91e commit fd71c87
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,13 @@ See [API documentation](http://www.aino.io/api) for detailed information about t
Before using the agent, it must be configured and copied to directory where ESB can find it.
After installing and configuring, the agent can be used with `ainoLog` mediator.

### 1. Install the mediator

### 1.1 Add as Maven/Gradle/Ivy dependency

Get the dependency snippet from [here](https://bintray.com/aino-io/maven/agent-wso2-esb/view).


### 1.2 Install the mediator
Copy the `AgentWso2ESB-x.y.jar` to `$WSO2_ESB_HOME/repository/components/dropins/`.

### 2. Configuring the agent
Expand Down
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,13 @@
<url>http://maven.wso2.org/nexus/content/groups/wso2-public/</url>
</pluginRepository>
</pluginRepositories>
<distributionManagement>
<repository>
<id>bintray-aino-io-maven</id>
<name>aino-io-maven</name>
<url>https://api.bintray.com/maven/aino-io/maven/agent-wso2-esb/;publish=1</url>
</repository>
</distributionManagement>
<dependencies>
<dependency>
<groupId>commons-httpclient.wso2</groupId>
Expand Down

0 comments on commit fd71c87

Please sign in to comment.