escapeCycle / memcached-session-manager

Automatically exported from code.google.com/p/memcached-session-manager
0 stars 0 forks source link

Make msm available in maven repository #67

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,
It would be nice to have this project in maven repository

Original issue reported on code.google.com by oded.maimon on 14 Dec 2010 at 7:21

GoogleCodeExporter commented 8 years ago
Agreed :-)

Original comment by martin.grotzke on 14 Dec 2010 at 7:47

GoogleCodeExporter commented 8 years ago
Having it in Central would make it much easier for me to play around with right 
now : )

Original comment by john.gla...@gmail.com on 24 May 2011 at 5:54

GoogleCodeExporter commented 8 years ago
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.

Original comment by martin.grotzke on 24 May 2011 at 9:07

GoogleCodeExporter commented 8 years ago

Original comment by martin.grotzke on 24 May 2011 at 9:13

GoogleCodeExporter commented 8 years ago
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:

<dependency>
    <groupId>de.javakaffee.msm</groupId>
    <artifactId>msm-kryo-serializer</artifactId>
    <version>1.5.0</version>
    <scope>runtime</scope>
</dependency>

Original comment by martin.grotzke on 19 Jul 2011 at 9:33

GoogleCodeExporter commented 8 years ago

Original comment by martin.grotzke on 19 Jul 2011 at 9:37