diff --git a/scm-plugin-backend/src/main/webapp/detail.html b/scm-plugin-backend/src/main/webapp/detail.html index 98e35bda2e..e8d6a7878f 100644 --- a/scm-plugin-backend/src/main/webapp/detail.html +++ b/scm-plugin-backend/src/main/webapp/detail.html @@ -9,6 +9,16 @@ Name ${latest.name} + + Category + + <#if latest.category??> + ${latest.category} + <#else> + Miscellaneous + + + GroupId ${latest.groupId} @@ -21,6 +31,16 @@ Author ${latest.author} + <#if latest.url??> + + URL + + + ${latest.url} + + + +