magro / memcached-session-manager

A tomcat session manager that backups sessions in memcached and pulls them from there if asked for unknown sessions
Apache License 2.0
760 stars 348 forks source link

Make msm available in maven repository #110

Closed ghost closed 9 years ago

ghost commented 9 years ago

From oded.maimon on December 14, 2010 08:21:13

Hi, It would be nice to have this project in maven repository

Original issue: http://code.google.com/p/memcached-session-manager/issues/detail?id=67

ghost commented 9 years ago

From martin.grotzke on December 13, 2010 23:47:27

Agreed :-)

Status: Accepted
Labels: -Type-Defect Type-Enhancement

ghost commented 9 years ago

From john.gla...@gmail.com on May 24, 2011 10:54:22

Having it in Central would make it much easier for me to play around with right now : )

ghost commented 9 years ago

From martin.grotzke on May 24, 2011 14:07:58

I know :-) I've already done the buildr -> maven transition for this and now I'm working on a modularization that allows to have a msm core module plus tomcat6 and tomcat7 modules side by side, so that everything can be published to maven central (right now tomcat6 and tomcat7 live in separate branches). So msm will be available in maven central soon.

ghost commented 9 years ago

From martin.grotzke on May 24, 2011 14:13:26

(No comment was entered for this change.)

Status: Started

ghost commented 9 years ago

From martin.grotzke on July 19, 2011 14:33:29

This is finished now with release 1.5.0. msm is available in maven central under groupId de.javakaffee.msm.

The kryo-serializer module is e.g. can be pulled in via this dependency definition:

de.javakaffee.msm msm-kryo-serializer 1.5.0 runtime

Status: Fixed
Labels: Milestone-1.5.0

ghost commented 9 years ago

From martin.grotzke on July 19, 2011 14:37:00

(No comment was entered for this change.)

Summary: Make msm available in maven repository