You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mahout.apache.org by Benson Margulies <bi...@gmail.com> on 2011/05/17 17:48:31 UTC

Improving release site doc

Can I interest anyone in :

 <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-changes-plugin</artifactId>
        <version>2.4</version>
        <configuration>
          <onlyCurrentVersion>true</onlyCurrentVersion>
          <columnNames>Type,Key,Summary,Status,Resolution,Assignee</columnNames>
          <sortColumnNames>Type,Key</sortColumnNames>
        </configuration>
        <reportSets>
          <reportSet>
            <reports>
              <report>jira-report</report>
            </reports>
          </reportSet>
        </reportSets>
      </plugin>

which depends on (a) correctly marking fixed release versions and (b)
an issueManagement element above it in the pom.

Re: Improving release site doc

Posted by Sean Owen <sr...@gmail.com>.
I defer to you. Stick it in and I'll use it shortly for a release.

On Tue, May 17, 2011 at 4:48 PM, Benson Margulies <bi...@gmail.com> wrote:
> Can I interest anyone in :
>
>  <plugin>
>        <groupId>org.apache.maven.plugins</groupId>
>        <artifactId>maven-changes-plugin</artifactId>
>        <version>2.4</version>
>        <configuration>
>          <onlyCurrentVersion>true</onlyCurrentVersion>
>          <columnNames>Type,Key,Summary,Status,Resolution,Assignee</columnNames>
>          <sortColumnNames>Type,Key</sortColumnNames>
>        </configuration>
>        <reportSets>
>          <reportSet>
>            <reports>
>              <report>jira-report</report>
>            </reports>
>          </reportSet>
>        </reportSets>
>      </plugin>
>
> which depends on (a) correctly marking fixed release versions and (b)
> an issueManagement element above it in the pom.
>

Re: Improving release site doc

Posted by Benson Margulies <bi...@gmail.com>.
done.

On Tue, May 17, 2011 at 11:48 AM, Benson Margulies
<bi...@gmail.com> wrote:
> Can I interest anyone in :
>
>  <plugin>
>        <groupId>org.apache.maven.plugins</groupId>
>        <artifactId>maven-changes-plugin</artifactId>
>        <version>2.4</version>
>        <configuration>
>          <onlyCurrentVersion>true</onlyCurrentVersion>
>          <columnNames>Type,Key,Summary,Status,Resolution,Assignee</columnNames>
>          <sortColumnNames>Type,Key</sortColumnNames>
>        </configuration>
>        <reportSets>
>          <reportSet>
>            <reports>
>              <report>jira-report</report>
>            </reports>
>          </reportSet>
>        </reportSets>
>      </plugin>
>
> which depends on (a) correctly marking fixed release versions and (b)
> an issueManagement element above it in the pom.
>