diff --git a/changelog/plugin.jelly b/changelog/plugin.jelly index 24768cb9..e4611af6 100644 --- a/changelog/plugin.jelly +++ b/changelog/plugin.jelly @@ -70,6 +70,10 @@ ${pom.repository.developerConnection} + ${maven.changelog.useDeveloperConnection} + + ${pom.repository.developerConnection} + diff --git a/changelog/plugin.properties b/changelog/plugin.properties index 2bab411f..6bc679e7 100644 --- a/changelog/plugin.properties +++ b/changelog/plugin.properties @@ -30,3 +30,4 @@ maven.changelog.range = 30 #maven.changelog.tag = maven.changelog.quoteDate=false +#maven.changelog.useDeveloperConnection= \ No newline at end of file diff --git a/changelog/xdocs/changes.xml b/changelog/xdocs/changes.xml index 3f388fd0..4beeb32f 100644 --- a/changelog/xdocs/changes.xml +++ b/changelog/xdocs/changes.xml @@ -25,6 +25,7 @@ + New property maven.changelog.useDeveloperConnection. Support time period in MKS changelog parser. Upgrade to Xerces 2.8.0. Replace the deprecated xmlParserAPIs by xml-apis 1.3.03. Add the xml-resolver dependency for xerces. Upgrade to Junit 3.8.2. diff --git a/changelog/xdocs/properties.xml b/changelog/xdocs/properties.xml index f26cc1d3..b51850a2 100644 --- a/changelog/xdocs/properties.xml +++ b/changelog/xdocs/properties.xml @@ -159,6 +159,15 @@ Currently only used by cvs. Defaults to false. + + maven.changelog.useDeveloperConnection + Yes + + Set this to true to use the repository/developerConnection + pom element for connecting to the source repository. + Default is to use the repository/connection element. + +