PR: MPXDOC-197
Report fails if there is no connection element in repository. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@428534 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -64,6 +64,7 @@
|
||||
##
|
||||
## SCM-specific connections
|
||||
##
|
||||
#set ($connscm = 'noscm')
|
||||
#if ($repository.connection && $repository.connection != '')
|
||||
#set ($connscm = $scmUtil.getScmType($repository.connection))
|
||||
#end
|
||||
|
||||
10
xdoc/src/plugin-resources/templates/scm/noscm.xml
Normal file
10
xdoc/src/plugin-resources/templates/scm/noscm.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<section key="template.noscm.section1.title"
|
||||
bundle="plugin-resources.templates.templates"
|
||||
name="SCM connections">
|
||||
<p>
|
||||
<message key="template.noscm.section1.part1"
|
||||
bundle="plugin-resources.templates.templates" />
|
||||
</p>
|
||||
|
||||
|
||||
</section>
|
||||
@@ -26,6 +26,10 @@ template.scm_usage.section1.no_repository=No source configuration management sys
|
||||
template.scm_usage.section2.title=Web Access
|
||||
template.scm_usage.section2.description=This is a link to the online source repository that can be viewed via a web browser:
|
||||
|
||||
# For noscm.xml
|
||||
template.noscm.section1.title=SCM connections
|
||||
template.noscm.section1.part1=No SCM connection is defined. Please check back at a later date.
|
||||
|
||||
# For cvs.xml
|
||||
template.cvs.section2.title=Source Repository
|
||||
template.cvs.section2.part1=This project uses
|
||||
|
||||
@@ -26,6 +26,10 @@ template.scm_usage.section1.no_repository=Es wurde kein SCM f
|
||||
template.scm_usage.section2.title=Zugriff über das Web
|
||||
template.scm_usage.section2.description=Hier ist ein Link zum Quellcode Repertoir zum direkten Zugriff mit einem Web Browser:
|
||||
|
||||
# For noscm.xml
|
||||
template.noscm.section1.title=SCM Verbindungen
|
||||
template.noscm.section1.part1=Es wurden keine SCM Verbindungen definiert. Bitte schauen Sie später nochmals rein.
|
||||
|
||||
# For cvs.xml
|
||||
template.cvs.section2.title=Quellcode Archiv
|
||||
template.cvs.section2.part1=Dieses Projekt verwendet
|
||||
|
||||
@@ -26,6 +26,10 @@ template.scm_usage.section1.no_repository=Aucun gestionnaire de version de fichi
|
||||
template.scm_usage.section2.title=Accès Web
|
||||
template.scm_usage.section2.description=C'est un lien au dépôt de sources en ligne qui peut être regardé par l'intermédiaire d'un browser Web.
|
||||
|
||||
# For noscm.xml
|
||||
template.noscm.section1.title=Connexions SCM
|
||||
template.noscm.section1.part1=Aucune connexion SCM n'est défini.
|
||||
|
||||
# For cvs.xml
|
||||
template.cvs.section2.title=Dépôt de sources
|
||||
template.cvs.section2.part1=Ce projet utilise
|
||||
|
||||
@@ -27,6 +27,7 @@
|
||||
</properties>
|
||||
<body>
|
||||
<release version="1.11-SNAPSHOT" date="In SVN">
|
||||
<action dev="ltheussl" type="fix" issue="MPXDOC-197">Report fails if there is no connection element in repository.</action>
|
||||
<action dev="aheritier" type="update">Use a custom build of velocity (1.5-20060721.044818) to wait for a release of velocity 1.5 which will fix the issue VELOCITY-193 (The horrible error : "log4j:ERROR Attempted to append to closed appender named [null]").</action>
|
||||
<action dev="ltheussl" type="update">Update dom4j and jelly dependencies to match the ones in maven 1.1 core.</action>
|
||||
<action dev="aheritier" type="update">Update dependencies to unify them between plugins. The following dependencies are updated : commons-jelly-tags-interaction v1.0 to v1.1, jaxen v1.0-FCS-full to 1.1-beta-9.</action>
|
||||
|
||||
Reference in New Issue
Block a user