[ 
https://issues.apache.org/jira/browse/MCHANGELOG-141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14947496#comment-14947496
 ] 

James MacNider edited comment on MCHANGELOG-141 at 10/7/15 8:13 PM:
--------------------------------------------------------------------

This is how I have maven-changelog-plugin configured:

{code:xml}
<plugin>
   <groupId>org.apache.maven.plugins</groupId>
   <artifactId>maven-changelog-plugin</artifactId>
   <version>2.3</version>
   <configuration>
      <dateFormat>EEE MMM dd hh:mm:ss yyyy Z</dateFormat>
      <type>tag</type>
      <tags>
         <tag implementation="java.lang.String">tip</tag>
         <tag implementation="java.lang.String">1.3.0</tag>
         <tag implementation="java.lang.String">1.2.0</tag>
         <tag implementation="java.lang.String">1.1.0</tag>
         <tag implementation="java.lang.String">1.0.0</tag>
      </tags>
   </configuration>
   <reports>
      <report>changelog</report>
      <report>dev-activity</report>
      <report>file-activity</report>
   </reports>
</plugin>
{code}


was (Author: jphorx):
This is how I have maven-changelog-plugin configured:

{code:xml}
<plugin>
   <groupId>org.apache.maven.plugins</groupId>
   <artifactId>maven-changelog-plugin</artifactId>
   <version>2.3</version>
   <configuration>
      <dateFormat>EEE MMM dd hh:mm:ss yyyy Z</dateFormat>
      <type>tag</type>
      <tags>
         <tag implementation="java.lang.String">tip</tag>
         <tag implementation="java.lang.String">1.3.0</tag>
         <tag implementation="java.lang.String">1.2.0</tag>
         <tag implementation="java.lang.String">1.1.0</tag>
         <tag implementation="java.lang.String">1.0.0</tag>
      </tags>
   </configuration>
   <reports>
      <report>changelog</report>
      <report>dev-activity</report>
      <report>file-activity</report>
   </reports>
</plugin>
{code>

> Failure to generate changelog.xml with mercurial - need to upgrade to 1.9.4 
> version of Maven SCM
> ------------------------------------------------------------------------------------------------
>
>                 Key: MCHANGELOG-141
>                 URL: https://issues.apache.org/jira/browse/MCHANGELOG-141
>             Project: Maven Changelog Plugin
>          Issue Type: Bug
>    Affects Versions: 2.3
>         Environment: RHEL 6.5, mercurial
>            Reporter: James MacNider
>             Fix For: 2.4
>
>
> I've found that the maven-changelog-plugin will fail to generate a tag-based 
> changelog.xml file when the SCM is mercurial.  This is actually a bug in the 
> 1.8 version of the maven-scm-plugin.  
> My testing with a custom version of maven-changelog-plugin that depends on 
> version 1.9.4 of maven-scm-plugin worked fine.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to