HI,

no, at this moment, the historic results are stored by version.

the reason is , in many companies, you must developp with a trunk version
with current developpment and a branch version for correction and each
version must have its own historic.

it will be possible to to disregard the version with a configuration
parameter in the future but you must create a JIRA issue for that.

Best regards

David Vicente

2008/1/22, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
>
>
> Hi,
>
> I´ve had a pom.xml like
>
> ...
> <artifactId>myartifact</artifactId>
> <groupId>mycompany.mygroup</groupId>
> <version>2.5.5</version>
> ...
>
> The dashboard maven plugin worked fine, i enjoyed the historic page very
> much.
>
> Now, in our developement process, we often change between SNAPSHOT and
> Releaseversions.
> Each change of the <version> tag in pom.xml results in a new generated
> MAVENPROJECT_ID value in the database of the dashboard plugin.
>
> The MAVENPROJECT table looks like
>
> MAVENPROJECT_ID         GROUPID                ARTIFACTID        VERSION
>      ...
> ===============================================================
>         16                com.gide.crypto        gide-crypto-util
> 2.5.5
>         294913                com.gide.crypto        gide-crypto-util
>    3.0.0-SNAPSHOT
>         ...                com.gide.crypto        gide-crypto-util
> 3.0.1-SNAPSHOT
>
> The generated historic page of one module now only contains the recently
> stored information - the information from the last "stable version phase".
>
> => Is there a way to get a whole historic view (all versions) of one
> module ?
>
>
> Thanx, Torsten

Reply via email to