EHC ❯ ehcache-dx: README.txt should speak to Maven users.
-
Bug
-
Status: Closed
-
2 Major
-
Resolution: Fixed
-
-
-
kkannaiy
-
Reporter: gkeim
-
November 10, 2009
-
0
-
Watchers: 0
-
January 17, 2013
-
November 14, 2009
Description
If I want to hook up my existing Ehcache app to ehcache-dx, and I use Maven, I’d need to know to add the following to my pom.xml to get ehcache-probe.jar on my classpath:
<dependency>
<groupId>org.terracotta</groupId>
<artifactId>ehcache-probe</artifactId>
<version>1.0.0-beta</version>
</dependency>
Comments
Hung Huynh 2009-11-10
Gary Keim 2009-11-10
Alright, then the instructions should say:
1) use mvn file:copy to put the archive in your local maven repo 2) add dependency to your pom
Alex Miller 2009-11-12
Can you write a chunk of text for this and send it around to me, Steve, Greg, Mike for review?
Hung Huynh 2009-11-12
Proposed text:
MAVEN USERS
To use the probe jar in a Maven project, you will need to install it to your local Maven repository.
For example:
mvn install:install-file -Dfile=lib/ehcache-probe-
Then you can add this dependency into your pom.xml:
<dependency>
<groupId>org.terracotta</groupId>
<artifactId>ehcache-probe</artifactId>
<version>[version]</version>
</dependency>
Kalai Kannaiyan 2009-11-17
Verified that the README.txt in the ehcache-dx kit contains info for Maven users as mentioned above.
This is closed source product that is not published to our public Maven repo so there’s no way to pull it down from anywhere.