You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2006/08/02 04:30:29 UTC

svn commit: r427858 - in /maven/repository-manager/trunk/maven-repository-indexer/src: main/java/org/apache/maven/repository/indexing/record/ test/managed-repository/org/apache/maven/repository/record/test-child-pom/1.0-SNAPSHOT/

Author: brett
Date: Tue Aug  1 19:30:29 2006
New Revision: 427858

URL: http://svn.apache.org/viewvc?rev=427858&view=rev
Log:
ignore transient file

Modified:
    maven/repository-manager/trunk/maven-repository-indexer/src/main/java/org/apache/maven/repository/indexing/record/StandardArtifactIndexRecordFactory.java
    maven/repository-manager/trunk/maven-repository-indexer/src/test/managed-repository/org/apache/maven/repository/record/test-child-pom/1.0-SNAPSHOT/   (props changed)

Modified: maven/repository-manager/trunk/maven-repository-indexer/src/main/java/org/apache/maven/repository/indexing/record/StandardArtifactIndexRecordFactory.java
URL: http://svn.apache.org/viewvc/maven/repository-manager/trunk/maven-repository-indexer/src/main/java/org/apache/maven/repository/indexing/record/StandardArtifactIndexRecordFactory.java?rev=427858&r1=427857&r2=427858&view=diff
==============================================================================
--- maven/repository-manager/trunk/maven-repository-indexer/src/main/java/org/apache/maven/repository/indexing/record/StandardArtifactIndexRecordFactory.java (original)
+++ maven/repository-manager/trunk/maven-repository-indexer/src/main/java/org/apache/maven/repository/indexing/record/StandardArtifactIndexRecordFactory.java Tue Aug  1 19:30:29 2006
@@ -192,6 +192,7 @@
     private Model readPom( Artifact artifact, ArtifactRepository repository )
         throws RepositoryIndexException, ProjectBuildingException
     {
+        // TODO: this can create a -SNAPSHOT.pom when it didn't exist and a timestamped one did. This is harmless, but should be avoided
         // TODO: will this pollute with local repo metadata?
         MavenProject project = projectBuilder.buildFromRepository( artifact, Collections.EMPTY_LIST, repository );
         return project.getModel();

Propchange: maven/repository-manager/trunk/maven-repository-indexer/src/test/managed-repository/org/apache/maven/repository/record/test-child-pom/1.0-SNAPSHOT/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Tue Aug  1 19:30:29 2006
@@ -0,0 +1 @@
+test-child-pom-1.0-SNAPSHOT.pom