remove @author tags as agreed on list: http://markmail.org/message/mtycwzotzosbywzr

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@718864 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Porter 2008-11-19 06:33:35 +00:00
parent 9265e9e8dd
commit f578399872
652 changed files with 5 additions and 672 deletions

View File

@ -29,7 +29,6 @@
/**
* AbstractProgressConsumer
*
* @author <a href="mailto:joakime@apache.org">Joakim Erdfelt</a>
* @version $Id$
*/
public abstract class AbstractProgressConsumer

View File

@ -53,8 +53,6 @@
* ArchivaCli
*
* @todo add back reading of archiva.xml from a given location
* @author Jason van Zyl
* @author <a href="mailto:joakime@apache.org">Joakim Erdfelt</a>
* @version $Id$
*/
public class ArchivaCli

View File

@ -27,7 +27,6 @@
/**
* ArtifactCountConsumer
*
* @author <a href="mailto:joakime@apache.org">Joakim Erdfelt</a>
* @version $Id$
*
* @plexus.component role="org.apache.maven.archiva.consumers.KnownRepositoryContentConsumer"

View File

@ -35,7 +35,6 @@
/**
* ProjectReaderConsumer
*
* @author <a href="mailto:joakime@apache.org">Joakim Erdfelt</a>
* @version $Id$
*
* @plexus.component role="org.apache.maven.archiva.consumers.KnownRepositoryContentConsumer"

View File

@ -22,7 +22,6 @@
/**
* ArtifactConversionException
*
* @author <a href="mailto:joakime@apache.org">Joakim Erdfelt</a>
* @version $Id$
*/
public class ArtifactConversionException

View File

@ -27,7 +27,6 @@
/**
* ArtifactConverter
*
* @author <a href="mailto:joakime@apache.org">Joakim Erdfelt</a>
* @version $Id$
*/
public interface ArtifactConverter

View File

@ -62,7 +62,6 @@
/**
* LegacyToDefaultConverter
*
* @author <a href="mailto:joakime@apache.org">Joakim Erdfelt</a>
* @version $Id$
*
* @plexus.component role="org.apache.maven.archiva.converter.artifact.ArtifactConverter"

View File

@ -26,7 +26,6 @@
/**
* Messages
*
* @author <a href="mailto:joakime@apache.org">Joakim Erdfelt</a>
* @version $Id$
*/
public class Messages

View File

@ -44,7 +44,6 @@
/**
* LegacyToDefaultConverterTest
*
* @author <a href="mailto:joakime@apache.org">Joakim Erdfelt</a>
* @version $Id$
*/
public class LegacyToDefaultConverterTest

View File

@ -32,7 +32,6 @@
/**
* Checksum - simple checksum hashing routines.
*
* @author <a href="mailto:joakime@apache.org">Joakim Erdfelt</a>
* @version $Id$
*/
public class Checksum

View File

@ -26,7 +26,6 @@
/**
* Enumeration of available ChecksumAlgorithm techniques.
*
* @author <a href="mailto:joakime@apache.org">Joakim Erdfelt</a>
* @version $Id$
*/
public enum ChecksumAlgorithm {

View File

@ -47,7 +47,6 @@
* <dd>The file that is being referenced in the checksum file.</dd>
* </dl>
*
* @author <a href="mailto:joakime@apache.org">Joakim Erdfelt</a>
* @version $Id$
*/
public class ChecksummedFile

View File

@ -26,7 +26,6 @@
/**
* AbstractChecksumTestCase
*
* @author <a href="mailto:joakime@apache.org">Joakim Erdfelt</a>
* @version $Id$
*/
public abstract class AbstractChecksumTestCase

View File

@ -26,7 +26,6 @@
/**
* ChecksumAlgorithmTest
*
* @author <a href="mailto:joakime@apache.org">Joakim Erdfelt</a>
* @version $Id$
*/
public class ChecksumAlgorithmTest

View File

@ -27,7 +27,6 @@
/**
* ChecksumTest
*
* @author <a href="mailto:joakime@apache.org">Joakim Erdfelt</a>
* @version $Id$
*/
public class ChecksumTest

View File

@ -28,7 +28,6 @@
/**
* ChecksummedFileTest
*
* @author <a href="mailto:joakime@apache.org">Joakim Erdfelt</a>
* @version $Id$
*/
public class ChecksummedFileTest

View File

@ -22,7 +22,6 @@
/**
* ArchivaException
*
* @author <a href="mailto:joakime@apache.org">Joakim Erdfelt</a>
* @version $Id$
*/
public class ArchivaException

View File

@ -26,7 +26,6 @@
* BaseFile - convenient File object that tracks the Base Directory and can provide relative path values
* for the file object based on that Base Directory value.
*
* @author <a href="mailto:joakime@apache.org">Joakim Erdfelt</a>
* @version $Id$
*/
public class BaseFile

View File

@ -26,7 +26,6 @@
/**
* DateUtil - some (not-so) common date utility methods.
*
* @author <a href="mailto:joakime@apache.org">Joakim Erdfelt</a>
* @version $Id$
*/
public class DateUtil

View File

@ -27,7 +27,6 @@
/**
* PathUtil - simple utility methods for path manipulation.
*
* @author <a href="mailto:joakime@apache.org">Joakim Erdfelt</a>
* @version $Id$
*/
public class PathUtil

View File

@ -26,7 +26,6 @@
* Slf4JPlexusLogger - temporary logger to provide an Slf4j Logger to those components
* outside of the archiva codebase that require a plexus logger.
*
* @author <a href="mailto:joakime@apache.org">Joakim Erdfelt</a>
* @version $Id$
*/
public class Slf4JPlexusLogger implements org.codehaus.plexus.logging.Logger {

View File

@ -47,7 +47,6 @@
* Words that are part of the "special word list" will be treated as their index within that heirarchy.
* Words that cannot be identified as special, are treated using normal case-insensitive comparison rules.
*
* @author <a href="mailto:joakime@apache.org">Joakim Erdfelt</a>
* @version $Id$
*/
public class VersionComparator

View File

@ -27,7 +27,6 @@
/**
* Version utility methods.
*
* @author <a href="mailto:joakime@apache.org">Joakim Erdfelt</a>
* @version $Id$
*/
public class VersionUtil

View File

@ -28,7 +28,6 @@
/**
* BaseFileTest
*
* @author <a href="mailto:joakime@apache.org">Joakim Erdfelt</a>
* @version $Id$
*/
public class BaseFileTest

View File

@ -28,7 +28,6 @@
/**
* DateUtilTest
*
* @author <a href="mailto:joakime@apache.org">Joakim Erdfelt</a>
* @version $Id$
*/
public class DateUtilTest extends TestCase

View File

@ -28,7 +28,6 @@
/**
* PathUtilTest
*
* @author <a href="mailto:joakime@apache.org">Joakim Erdfelt</a>
* @version $Id$
*/
public class PathUtilTest

View File

@ -29,7 +29,6 @@
/**
* VersionComparatorTest
*
* @author <a href="mailto:joakime@apache.org">Joakim Erdfelt</a>
* @version $Id$
*/
public class VersionComparatorTest

View File

@ -22,7 +22,6 @@
/**
* ConfigurationEvent
*
* @author <a href="mailto:joakime@apache.org">Joakim Erdfelt</a>
* @version $Id$
*/
public class ConfigurationEvent

View File

@ -22,7 +22,6 @@
/**
* ConfigurationListener
*
* @author <a href="mailto:joakime@apache.org">Joakim Erdfelt</a>
* @version $Id$
*/
public interface ConfigurationListener

View File

@ -22,7 +22,6 @@
/**
* Utility methods for testing the configuration property name.
*
* @author <a href="mailto:joakime@apache.org">Joakim Erdfelt</a>
* @version $Id$
*/
public class ConfigurationNames

View File

@ -44,7 +44,6 @@
/**
* FileTypes
*
* @author <a href="mailto:joakime@apache.org">Joakim Erdfelt</a>
* @version $Id$
*
* @plexus.component role="org.apache.maven.archiva.configuration.FileTypes"

View File

@ -22,7 +22,6 @@
/**
* An error in the configuration.
*
* @author <a href="mailto:brett@apache.org">Brett Porter</a>
*/
public class InvalidConfigurationException
extends Exception

View File

@ -30,8 +30,6 @@
import java.util.StringTokenizer;
/**
* @author Ben Walding
* @author Brett Porter
*/
public class MavenProxyPropertyLoader
{
@ -151,4 +149,4 @@ private String getMandatoryProperty( Properties props, String key )
return value;
}
}
}

View File

@ -26,7 +26,6 @@
/**
* FiletypeSelectionPredicate
*
* @author <a href="mailto:joakime@apache.org">Joakim Erdfelt</a>
* @version $Id$
*/
public class FiletypeSelectionPredicate

View File

@ -28,7 +28,6 @@
/**
* FiletypeToMapClosure
*
* @author <a href="mailto:joakime@apache.org">Joakim Erdfelt</a>
* @version $Id$
*/
public class FiletypeToMapClosure

View File

@ -26,7 +26,6 @@
/**
* NetworkProxyComparator
*
* @author <a href="mailto:joakime@apache.org">Joakim Erdfelt</a>
* @version $Id$
*/
public class NetworkProxyComparator

View File

@ -26,7 +26,6 @@
/**
* NetworkProxySelectionPredicate
*
* @author <a href="mailto:joakime@apache.org">Joakim Erdfelt</a>
* @version $Id$
*/
public class NetworkProxySelectionPredicate

View File

@ -26,7 +26,6 @@
/**
* ProxyConnectorConfigurationOrderComparator
*
* @author <a href="mailto:joakime@apache.org">Joakim Erdfelt</a>
* @version $Id$
*/
public class ProxyConnectorConfigurationOrderComparator

View File

@ -26,7 +26,6 @@
/**
* ProxyConnectorPredicate
*
* @author <a href="mailto:joakime@apache.org">Joakim Erdfelt</a>
* @version $Id$
*/
public class ProxyConnectorSelectionPredicate

View File

@ -26,7 +26,6 @@
/**
* RepositoryConfigurationComparator
*
* @author <a href="mailto:joakime@apache.org">Joakim Erdfelt</a>
* @version $Id$
*/
public class RepositoryConfigurationComparator

View File

@ -33,7 +33,6 @@
/**
* Test the configuration store.
*
* @author <a href="mailto:brett@apache.org">Brett Porter</a>
*/
public class ArchivaConfigurationTest
extends PlexusInSpringTestCase

View File

@ -28,7 +28,6 @@
import org.codehaus.plexus.spring.PlexusInSpringTestCase;
/**
* @author Edwin Punzalan
*/
public class MavenProxyPropertyLoaderTest
extends PlexusInSpringTestCase

View File

@ -31,7 +31,6 @@
/**
* ProxyConnectorConfigurationOrderComparatorTest
*
* @author <a href="mailto:joakime@apache.org">Joakim Erdfelt</a>
* @version $Id$
*/
public class ProxyConnectorConfigurationOrderComparatorTest

View File

@ -29,7 +29,6 @@
/**
* AbstractMonitoredConsumer
*
* @author <a href="mailto:joakime@apache.org">Joakim Erdfelt</a>
* @version $Id$
*/
public abstract class AbstractMonitoredConsumer

View File

@ -26,7 +26,6 @@
/**
* ArchivaArtifactConsumer - consumer for ArchivaArtifact objects.
*
* @author <a href="mailto:joakime@apache.org">Joakim Erdfelt</a>
* @version $Id$
*/
public interface ArchivaArtifactConsumer extends Consumer

View File

@ -22,7 +22,6 @@
/**
* Consumer - the base set of methods for a consumer.
*
* @author <a href="mailto:joakime@apache.org">Joakim Erdfelt</a>
* @version $Id$
*/
public abstract interface Consumer

View File

@ -24,7 +24,6 @@
/**
* ConsumerException - details about the failure of a consumer.
*
* @author <a href="mailto:joakime@apache.org">Joakim Erdfelt</a>
* @version $Id$
*/
public class ConsumerException

View File

@ -22,7 +22,6 @@
/**
* ConsumerMonitor - a monitor for consumers.
*
* @author <a href="mailto:joakime@apache.org">Joakim Erdfelt</a>
* @version $Id$
*/
public interface ConsumerMonitor

View File

@ -22,7 +22,6 @@
/**
* DatabaseCleanupConsumer
*
* @author <a href="mailto:joakime@apache.org">Joakim Erdfelt</a>
* @version $Id$
*/
public interface DatabaseCleanupConsumer

View File

@ -22,7 +22,6 @@
/**
* DatabaseUnprocessedArtifactConsumer
*
* @author <a href="mailto:joakime@apache.org">Joakim Erdfelt</a>
* @version $Id$
*/
public interface DatabaseUnprocessedArtifactConsumer

View File

@ -22,7 +22,6 @@
/**
* Consumer for Invalid Repository Content
*
* @author <a href="mailto:joakime@apache.org">Joakim Erdfelt</a>
* @version $Id$
*/
public interface InvalidRepositoryContentConsumer

View File

@ -22,7 +22,6 @@
/**
* Consumer for Known Repository Content.
*
* @author <a href="mailto:joakime@apache.org">Joakim Erdfelt</a>
* @version $Id$
*/
public interface KnownRepositoryContentConsumer

View File

@ -27,7 +27,6 @@
/**
* A consumer of content (files) in the repository.
*
* @author <a href="mailto:joakime@apache.org">Joakim Erdfelt</a>
* @version $Id$
*/
public interface RepositoryContentConsumer extends Consumer

View File

@ -25,7 +25,6 @@
/**
* Selects Consumers that are flaged as 'permanent'.
*
* @author <a href="mailto:joakime@apache.org">Joakim Erdfelt</a>
* @version $Id$
*/
public class PermanentConsumerPredicate

View File

@ -45,7 +45,6 @@
/**
* ArtifactMissingChecksumsConsumer - Create missing checksums for the artifact.
*
* @author <a href="mailto:joakime@apache.org">Joakim Erdfelt</a>
* @version $Id$
* @plexus.component role="org.apache.maven.archiva.consumers.KnownRepositoryContentConsumer"
* role-hint="create-missing-checksums"

View File

@ -41,7 +41,6 @@
/**
* AutoRemoveConsumer
*
* @author <a href="mailto:joakime@apache.org">Joakim Erdfelt</a>
* @version $Id$
* @plexus.component role="org.apache.maven.archiva.consumers.KnownRepositoryContentConsumer"
* role-hint="auto-remove"

View File

@ -37,7 +37,6 @@
/**
* AutoRenameConsumer
*
* @author <a href="mailto:joakime@apache.org">Joakim Erdfelt</a>
* @version $Id$
* @plexus.component role="org.apache.maven.archiva.consumers.KnownRepositoryContentConsumer"
* role-hint="auto-rename"

View File

@ -53,7 +53,6 @@
/**
* MetadataUpdaterConsumer will create and update the metadata present within the repository.
*
* @author <a href="mailto:joakime@apache.org">Joakim Erdfelt</a>
* @version $Id$
* @plexus.component role="org.apache.maven.archiva.consumers.KnownRepositoryContentConsumer"
* role-hint="metadata-updater"

View File

@ -40,7 +40,6 @@
/**
* ValidateChecksumConsumer - validate the provided checksum against the file it represents.
*
* @author <a href="mailto:joakime@apache.org">Joakim Erdfelt</a>
* @version $Id$
* @plexus.component role="org.apache.maven.archiva.consumers.KnownRepositoryContentConsumer"
* role-hint="validate-checksum"

View File

@ -32,7 +32,6 @@
/**
* Base class for all repository purge tasks.
*
* @author <a href="mailto:oching@apache.org">Maria Odea Ching</a>
*/
public abstract class AbstractRepositoryPurge
implements RepositoryPurge

View File

@ -25,7 +25,6 @@
/**
* Filename filter for getting all the files related to a specific artifact.
*
* @author <a href="mailto:oching@apache.org">Maria Odea Ching</a>
*/
public class ArtifactFilenameFilter
implements FilenameFilter

View File

@ -65,7 +65,6 @@
* be purged. Leaving 2.1-SNAPSHOT in alone.
* </p>
*
* @author <a href="mailto:oching@apache.org">Maria Odea Ching</a>
* @version $Id$
*/
public class CleanupReleasedSnapshotsRepositoryPurge

View File

@ -43,7 +43,6 @@
/**
* Purge from repository all snapshots older than the specified days in the repository configuration.
*
* @author <a href="mailto:oching@apache.org">Maria Odea Ching</a>
*/
public class DaysOldRepositoryPurge
extends AbstractRepositoryPurge

View File

@ -20,7 +20,6 @@
*/
/**
* @author <a href="mailto:oching@apache.org">Maria Odea Ching</a>
* @version $Id$
*/
public interface RepositoryPurge

View File

@ -47,7 +47,6 @@
* Consumer for removing old snapshots in the repository based on the criteria
* specified by the user.
*
* @author <a href="mailto:oching@apache.org">Maria Odea Ching</a>
*
* @plexus.component
* role="org.apache.maven.archiva.consumers.KnownRepositoryContentConsumer"

View File

@ -21,7 +21,6 @@
/**
*
* @author <a href="mailto:oching@apache.org">Maria Odea Ching</a>
* @version $Id$
*/
public class RepositoryPurgeException

View File

@ -37,7 +37,6 @@
/**
* Purge the repository by retention count. Retain only the specified number of snapshots.
*
* @author <a href="mailto:oching@apache.org">Maria Odea Ching</a>
*/
public class RetentionCountRepositoryPurge
extends AbstractRepositoryPurge

View File

@ -31,7 +31,6 @@
import org.easymock.MockControl;
/**
* @author <a href="mailto:oching@apache.org">Maria Odea Ching</a>
*/
public abstract class AbstractRepositoryPurgeTest
extends PlexusInSpringTestCase

View File

@ -33,7 +33,6 @@
/**
* @author <a href="mailto:oching@apache.org">Maria Odea Ching</a>
*/
public class CleanupReleasedSnapshotsRepositoryPurgeTest
extends AbstractRepositoryPurgeTest

View File

@ -29,7 +29,6 @@
import org.apache.commons.lang.time.DateUtils;
/**
* @author <a href="mailto:oching@apache.org">Maria Odea Ching</a>
*/
public class DaysOldRepositoryPurgeTest
extends AbstractRepositoryPurgeTest

View File

@ -33,7 +33,6 @@
import org.custommonkey.xmlunit.XMLAssert;
/**
* @author <a href="mailto:oching@apache.org">Maria Odea Ching</a>
*/
public class RepositoryPurgeConsumerTest
extends AbstractRepositoryPurgeTest

View File

@ -24,7 +24,6 @@
/**
* Test RetentionsCountRepositoryPurgeTest
*
* @author <a href="mailto:oching@apache.org">Maria Odea Ching</a>
*/
public class RetentionCountRepositoryPurgeTest
extends AbstractRepositoryPurgeTest

View File

@ -49,7 +49,6 @@
/**
* ArtifactUpdateDatabaseConsumer - Take an artifact off of disk and put it into the repository.
*
* @author <a href="mailto:joakime@apache.org">Joakim Erdfelt</a>
* @version $Id$
* @plexus.component role="org.apache.maven.archiva.consumers.KnownRepositoryContentConsumer"
* role-hint="update-db-artifact"

View File

@ -29,7 +29,6 @@
/**
* BytecodeStatsToDatabaseConsumer
*
* @author <a href="mailto:joakime@apache.org">Joakim Erdfelt</a>
* @version $Id$
*
* @plexus.component role="org.apache.maven.archiva.consumers.DatabaseUnprocessedArtifactConsumer"

View File

@ -39,7 +39,6 @@
/**
* Consumer for cleaning up the database of artifacts that are no longer existing in the repository.
*
* @author <a href="mailto:joakime@apache.org">Joakim Erdfelt</a>
* <a href="mailto:oching@apache.org">Maria Odea Ching</a>
* @version $Id$
*

View File

@ -39,7 +39,6 @@
* Consumer for removing or deleting from the database the project models fo artifacts that have been
* deleted/removed from the repository.
*
* @author <a href="mailto:joakime@apache.org">Joakim Erdfelt</a>
* <a href="mailto:oching@apache.org">Maria Odea Ching</a>
* @version $Id$
*

View File

@ -53,7 +53,6 @@
/**
* ProjectModelToDatabaseConsumer
*
* @author <a href="mailto:joakime@apache.org">Joakim Erdfelt</a>
* @version $Id$
* @plexus.component role="org.apache.maven.archiva.consumers.DatabaseUnprocessedArtifactConsumer"
* role-hint="update-db-project"

View File

@ -29,7 +29,6 @@
/**
* VerifyMetadataAgainstDatabaseConsumer
*
* @author <a href="mailto:joakime@apache.org">Joakim Erdfelt</a>
* @version $Id$
*
* @plexus.component role="org.apache.maven.archiva.consumers.DatabaseUnprocessedArtifactConsumer"

View File

@ -32,7 +32,6 @@
import java.io.File;
/**
* @author <a href="mailto:oching@apache.org">Maria Odea Ching</a>
*/
public abstract class AbstractDatabaseCleanupTest
extends PlexusInSpringTestCase

View File

@ -27,7 +27,6 @@
/**
* Test for DatabaseCleanupRemoveArtifactConsumerTest
*
* @author <a href="mailto:oching@apache.org">Maria Odea Ching</a>
*/
public class DatabaseCleanupRemoveArtifactConsumerTest
extends AbstractDatabaseCleanupTest

View File

@ -28,7 +28,6 @@
/**
* Test for DatabaseCleanupRemoveProjectConsumer
*
* @author <a href="mailto:oching@apache.org">Maria Odea Ching</a>
*/
public class DatabaseCleanupRemoveProjectConsumerTest
extends AbstractDatabaseCleanupTest

View File

@ -40,7 +40,6 @@
/**
* Test for ProjectModelToDatabaseConsumerTest
*
* @author <a href="mailto:michal.stochmialek@eurobank.pl">Michal Stochmialek</a>
*/
public class ProjectModelToDatabaseConsumerTest
extends PlexusInSpringTestCase

View File

@ -29,7 +29,6 @@
/**
* IndexArchiveTableOfContentsConsumer
*
* @author <a href="mailto:joakime@apache.org">Joakim Erdfelt</a>
* @version $Id$
*
* @plexus.component role="org.apache.maven.archiva.consumers.DatabaseUnprocessedArtifactConsumer"

View File

@ -49,7 +49,6 @@
/**
* IndexArtifactConsumer
*
* @author <a href="mailto:joakime@apache.org">Joakim Erdfelt</a>
* @version $Id$
* @plexus.component role="org.apache.maven.archiva.consumers.DatabaseUnprocessedArtifactConsumer"
* role-hint="index-artifact"

View File

@ -54,7 +54,6 @@
/**
* IndexContentConsumer - generic full file content indexing consumer.
*
* @author <a href="mailto:joakime@apache.org">Joakim Erdfelt</a>
* @version $Id$
* @plexus.component role="org.apache.maven.archiva.consumers.KnownRepositoryContentConsumer"
* role-hint="index-content"

View File

@ -48,7 +48,6 @@
/**
* IndexJavaPublicMethodsConsumer
*
* @author <a href="mailto:joakime@apache.org">Joakim Erdfelt</a>
* <a href="mailto:oching@apache.org">Maria Odea Ching</a>
* @version $Id$
*

View File

@ -39,7 +39,6 @@
/**
* LuceneCleanupRemoveIndexedConsumer
*
* @author <a href="mailto:joakime@apache.org">Joakim Erdfelt</a>
* @version $Id$
* @plexus.component role="org.apache.maven.archiva.consumers.DatabaseCleanupConsumer"
* role-hint="not-present-remove-indexed" instantiation-strategy="per-lookup"

View File

@ -35,7 +35,6 @@
/**
*
* @author <a href="mailto:oching@apache.org">Maria Odea Ching</a>
* @version
*
*/

View File

@ -45,7 +45,6 @@
/**
* Searcher used for testing purposes only.
*
* @author <a href="mailto:oching@apache.org">Maria Odea Ching</a>
* @version
*/
public class IndexJavaPublicMethodsCrossRepositorySearch

View File

@ -27,7 +27,6 @@
/**
* LuceneCleanupRemoveIndexedConsumerTest
*
* @author <a href="mailto:oching@apache.org">Maria Odea Ching</a>
* @version
*/
public class LuceneCleanupRemoveIndexedConsumerTest

View File

@ -26,7 +26,6 @@
/**
* LuceneRepositoryContenIndexFactoryStub
*
* @author <a href="mailto:oching@apache.org">Maria Odea Ching</a>
* @version
*/
public class LuceneRepositoryContentIndexFactoryStub

View File

@ -35,7 +35,6 @@
import org.apache.maven.archiva.indexer.lucene.LuceneRepositoryContentRecord;
/**
* @author <a href="mailto:oching@apache.org">Maria Odea Ching</a>
* @version
*/
public class LuceneRepositoryContentIndexStub

View File

@ -22,7 +22,6 @@
/**
* Exception occuring during repository conversion.
*
* @author <a href="mailto:brett@apache.org">Brett Porter</a>
*/
public class RepositoryConversionException
extends Exception

View File

@ -37,7 +37,6 @@
/**
* DefaultLegacyRepositoryConverter
*
* @author <a href="mailto:joakime@apache.org">Joakim Erdfelt</a>
* @version $Id$
* @plexus.component
*/

View File

@ -43,7 +43,6 @@
* LegacyConverterArtifactConsumer - convert artifacts as they are found
* into the destination repository.
*
* @author <a href="mailto:joakime@apache.org">Joakim Erdfelt</a>
* @version $Id$
*
* @plexus.component role="org.apache.maven.archiva.consumers.KnownRepositoryContentConsumer"

View File

@ -27,7 +27,6 @@
/**
* Convert an entire repository.
*
* @author Jason van Zyl
*/
public interface LegacyRepositoryConverter
{

View File

@ -37,7 +37,6 @@
/**
* Test the repository converter.
*
* @author <a href="mailto:brett@apache.org">Brett Porter</a>
* @todo what about deletions from the source repository?
* @todo use artifact-test instead
* @todo should reject if dependencies are missing - rely on reporting?

View File

@ -44,7 +44,6 @@
/**
* DependencyGraphFactory
*
* @author <a href="mailto:joakime@apache.org">Joakim Erdfelt</a>
* @version $Id$
*/
public class DependencyGraphFactory

View File

@ -34,7 +34,6 @@
/**
* DependencyGraph
*
* @author <a href="mailto:joakime@apache.org">Joakim Erdfelt</a>
* @version $Id$
*/
public class DependencyGraph

View File

@ -24,7 +24,6 @@
/**
* DependencyGraphBuilder
*
* @author <a href="mailto:joakime@apache.org">Joakim Erdfelt</a>
* @version $Id$
*/
public interface DependencyGraphBuilder

Some files were not shown because too many files have changed in this diff Show More