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