mirror of https://github.com/apache/archiva.git
[MRM-608]
-set whenProcessed to null everytime an artifact is discovered git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@637023 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
cd88ed03c4
commit
0a545acdd7
|
@ -189,6 +189,7 @@ public class ArtifactUpdateDatabaseConsumer
|
|||
artifact.getModel().setLastModified( new Date( artifactFile.lastModified() ) );
|
||||
artifact.getModel().setSize( artifactFile.length() );
|
||||
artifact.getModel().setOrigin( "FileSystem" );
|
||||
artifact.getModel().setWhenProcessed( null );
|
||||
|
||||
dao.getArtifactDAO().saveArtifact( artifact );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue