From 9ee3f11578d5d166cbbf1d83da4fb68c8a023aa2 Mon Sep 17 00:00:00 2001 From: bennidi Date: Fri, 10 Jan 2014 18:05:25 +0100 Subject: [PATCH] added javadoc to github pages --- README.md | 4 ++-- pom.xml | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b8f560a..b902966 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ The performance win of this design is illustrated in here Read this documentation to get an overview of MBassadors features. There is also some documentation in the Wiki - although admittedly -not enough to make a developer happy (work is in progress). But usage of publish subscribe pattern at its core is pretty straight forward and the basic -use cases are very easy to understand and implement. +not enough to make a developer happy (work is in progress). Additionally, you can browse the javadocs. +[javadoc](http://bennidi.github.io/mbassador/) The current version is 1.1.9 and it is available from the Maven Central Repository. See the release notes for more details. diff --git a/pom.xml b/pom.xml index b6413af..6533b1a 100644 --- a/pom.xml +++ b/pom.xml @@ -196,6 +196,39 @@ + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + true + public + true +
mbassador, ${project.version}
+
mbassador, ${project.version}
+ mbassador, ${project.version} + + http://static.springsource.org/spring/docs/3.0.x/javadoc-api/ + +
+
+ + org.apache.maven.plugins + maven-scm-publish-plugin + 1.0-beta-2 + + ${project.build.directory}/scmpublish + Publishing javadoc for ${project.artifactId}:${project.version} + ${project.reporting.outputDirectory}/apidocs + true + scm:git:git@github.com:bennidi/mbassador.git + gh-pages + +