[MNG-5046] Remove $Id$ from sources

Submitted by: Jesse Glick

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1084807 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2011-03-23 23:30:11 +00:00
parent f8413a1dbe
commit e2ad36018b
204 changed files with 0 additions and 204 deletions

1
.gitattributes vendored
View File

@ -1,3 +1,2 @@
*.java ident
*.jar -text -crlf
*.graffle -text -crlf

View File

@ -32,7 +32,6 @@ import org.apache.maven.settings.io.xpp3.SettingsXpp3Reader;
* Tests that the global settings.xml shipped with the distribution is in good state.
*
* @author Benjamin Bentmann
* @version $Id$
*/
public class GlobalSettingsTest
extends TestCase

View File

@ -21,7 +21,6 @@ package org.apache.maven.artifact.handler;
/**
* @author <a href="mailto:jason@maven.org">Jason van Zyl</a>
* @version $Id$
*/
public interface ArtifactHandler
{

View File

@ -27,7 +27,6 @@ import java.util.TimeZone;
* Describes a set of policies for a repository to use under certain conditions.
*
* @author <a href="mailto:brett@apache.org">Brett Porter</a>
* @version $Id$
*/
public class ArtifactRepositoryPolicy
{

View File

@ -23,7 +23,6 @@ package org.apache.maven.artifact.repository.metadata;
* Problem storing the repository metadata in the local repository.
*
* @author <a href="mailto:brett@apache.org">Brett Porter</a>
* @version $Id$
*/
public class RepositoryMetadataStoreException
extends Exception

View File

@ -30,7 +30,6 @@ import org.apache.maven.artifact.repository.ArtifactRepositoryPolicy;
* Base class for artifact resolution exceptions.
*
* @author <a href="mailto:brett@apache.org">Brett Porter</a>
* @version $Id$
*/
public class AbstractArtifactResolutionException
extends Exception

View File

@ -26,7 +26,6 @@ import org.apache.maven.artifact.repository.ArtifactRepository;
/**
* @author Jason van Zyl
* @version $Id$
*/
public class ArtifactResolutionException
extends AbstractArtifactResolutionException

View File

@ -25,7 +25,6 @@ import org.apache.maven.artifact.Artifact;
* Indiciates a cycle in the dependency graph.
*
* @author <a href="mailto:brett@apache.org">Brett Porter</a>
* @version $Id$
*/
public class CyclicDependencyException
extends ArtifactResolutionException

View File

@ -23,7 +23,6 @@ import org.apache.maven.artifact.Artifact;
/**
* @author <a href="mailto:jason@maven.org">Jason van Zyl</a>
* @version $Id$
*/
public interface ArtifactFilter
{

View File

@ -24,7 +24,6 @@ package org.apache.maven.artifact.versioning;
* compares two versions.
*
* @author <a href="mailto:brett@apache.org">Brett Porter</a>
* @version $Id$
*/
public interface ArtifactVersion
extends Comparable<ArtifactVersion>

View File

@ -54,7 +54,6 @@ import java.util.Stack;
* @see <a href="http://docs.codehaus.org/display/MAVEN/Versioning">"Versioning" on Maven Wiki</a>
* @author <a href="mailto:kenney@apache.org">Kenney Westerhof</a>
* @author <a href="mailto:hboutemy@apache.org">Hervé Boutemy</a>
* @version $Id$
*/
public class ComparableVersion
implements Comparable<ComparableVersion>

View File

@ -25,7 +25,6 @@ import java.util.StringTokenizer;
* Default implementation of artifact versioning.
*
* @author <a href="mailto:brett@apache.org">Brett Porter</a>
* @version $Id$
*/
public class DefaultArtifactVersion
implements ArtifactVersion

View File

@ -23,7 +23,6 @@ package org.apache.maven.artifact.versioning;
* Occurs when a version is invalid.
*
* @author <a href="mailto:brett@apache.org">Brett Porter</a>
* @version $Id$
*/
public class InvalidVersionSpecificationException
extends Exception

View File

@ -29,7 +29,6 @@ import org.apache.maven.artifact.resolver.ArtifactResolutionException;
* Occurs when ranges exclude each other and no valid value remains.
*
* @author <a href="mailto:brett@apache.org">Brett Porter</a>
* @version $Id$
*/
public class OverConstrainedVersionException
extends ArtifactResolutionException

View File

@ -23,7 +23,6 @@ package org.apache.maven.artifact.versioning;
* Describes a restriction in versioning.
*
* @author <a href="mailto:brett@apache.org">Brett Porter</a>
* @version $Id$
*/
public class Restriction
{

View File

@ -30,7 +30,6 @@ import org.apache.maven.artifact.Artifact;
* Construct a version range from a specification.
*
* @author <a href="mailto:brett@apache.org">Brett Porter</a>
* @version $Id$
*/
public class VersionRange
{

View File

@ -26,7 +26,6 @@ import org.apache.maven.artifact.repository.metadata.RepositoryMetadataStoreExce
* Contains metadata about an artifact, and methods to retrieve/store it from an artifact repository.
*
* @author <a href="mailto:brett@apache.org">Brett Porter</a>
* @version $Id$
* @todo merge with artifactmetadatasource
* @todo retrieval exception not appropriate for store
*/

View File

@ -27,7 +27,6 @@ import junit.framework.TestCase;
* Test ComparableVersion.
*
* @author <a href="mailto:hboutemy@apache.org">Hervé Boutemy</a>
* @version $Id$
*/
@SuppressWarnings( "unchecked" )
public class ComparableVersionTest

View File

@ -25,7 +25,6 @@ import junit.framework.TestCase;
* Test DefaultArtifactVersion.
*
* @author <a href="mailto:brett@apache.org">Brett Porter</a>
* @version $Id$
*/
public class DefaultArtifactVersionTest
extends TestCase

View File

@ -29,7 +29,6 @@ import org.apache.maven.artifact.Artifact;
* Tests version range construction.
*
* @author <a href="mailto:brett@apache.org">Brett Porter</a>
* @version $Id$
*/
public class VersionRangeTest
extends TestCase

View File

@ -26,7 +26,6 @@ import java.util.Map;
* Type safe enumeration for the artifact status field.
*
* @author <a href="mailto:brett@apache.org">Brett Porter</a>
* @version $Id$
*/
public final class ArtifactStatus
implements Comparable<ArtifactStatus>

View File

@ -21,7 +21,6 @@ package org.apache.maven.artifact.deployer;
/**
* @author Jason van Zyl
* @version $Id$
*/
public class ArtifactDeploymentException
extends Exception

View File

@ -21,7 +21,6 @@ package org.apache.maven.artifact.installer;
/**
* @author <a href="mailto:jason@maven.org">Jason van Zyl</a>
* @version $Id$
*/
public class ArtifactInstallationException
extends Exception

View File

@ -26,7 +26,6 @@ import org.apache.maven.artifact.repository.ArtifactRepository;
/**
* @author <a href="michal@codehaus.org">Michal Maczka</a>
* @version $Id$
*/
public interface ArtifactInstaller
{

View File

@ -32,7 +32,6 @@ import org.apache.maven.wagon.proxy.ProxyInfo;
* Manages <a href="http://maven.apache.org/wagon">Wagon</a> related operations in Maven.
*
* @author <a href="michal.maczka@dimatics.com">Michal Maczka </a>
* @version $Id$
*/
@Deprecated
public interface WagonManager

View File

@ -34,7 +34,6 @@ import org.apache.maven.wagon.repository.Repository;
* transfered.
*
* @author <a href="michal.maczka@dimatics.com">Michal Maczka </a>
* @version $Id$
*/
@Deprecated
public class DefaultArtifactRepository

View File

@ -29,7 +29,6 @@ import org.codehaus.plexus.component.annotations.Component;
* The code in this class is taken from DefaultRepositorylayout, located at:
* http://svn.apache.org/viewvc/maven/components/trunk/maven-artifact/src/main/java/org/apache/maven/artifact/repository/layout/DefaultRepositoryLayout.java
*
* @version $Id$
*/
@Component( role = ArtifactRepositoryLayout.class, hint = "flat" )
public class FlatRepositoryLayout

View File

@ -28,7 +28,6 @@ import java.util.List;
* Metadata for the group directory of the repository.
*
* @author <a href="mailto:brett@apache.org">Brett Porter</a>
* @version $Id$
*/
public class GroupRepositoryMetadata
extends AbstractRepositoryMetadata

View File

@ -23,7 +23,6 @@ package org.apache.maven.artifact.repository.metadata;
* Problem storing the repository metadata in the local repository.
*
* @author <a href="mailto:brett@apache.org">Brett Porter</a>
* @version $Id$
*/
public class RepositoryMetadataReadException
extends Exception

View File

@ -26,7 +26,6 @@ import org.apache.maven.artifact.repository.ArtifactRepository;
* Metadata for the artifact version directory of the repository.
*
* @author <a href="mailto:brett@apache.org">Brett Porter</a>
* @version $Id$
* @todo split instantiation (versioning, plugin mappings) from definition
*/
public class SnapshotArtifactRepositoryMetadata

View File

@ -30,7 +30,6 @@ import org.codehaus.plexus.logging.Logger;
* Send resolution events to the debug log.
*
* @author <a href="mailto:brett@apache.org">Brett Porter</a>
* @version $Id$
*/
public class DebugResolutionListener
implements ResolutionListener, ResolutionListenerForDepMgmt

View File

@ -27,7 +27,6 @@ import org.codehaus.plexus.logging.Logger;
* Send resolution warning events to the warning log.
*
* @author <a href="mailto:brett@apache.org">Brett Porter</a>
* @version $Id$
*/
public class WarningResolutionListener
implements ResolutionListener

View File

@ -31,7 +31,6 @@ import org.codehaus.plexus.util.StringUtils;
* Describes runtime information about the application.
*
* @author <a href="mailto:brett@apache.org">Brett Porter</a>
* @version $Id$
*/
@Deprecated
@Component( role = RuntimeInformation.class )

View File

@ -26,7 +26,6 @@ import org.apache.maven.artifact.versioning.ArtifactVersion;
*
* @deprecated Use {@link org.apache.maven.rtinfo.RuntimeInformation} instead.
* @author <a href="mailto:brett@apache.org">Brett Porter</a>
* @version $Id$
*/
@Deprecated
public interface RuntimeInformation

View File

@ -26,7 +26,6 @@ import java.io.IOException;
/**
* @author jdcasey
* @version $Id$
*/
@Deprecated
public interface MavenProfilesBuilder

View File

@ -46,7 +46,6 @@ import org.codehaus.plexus.component.annotations.Component;
import org.codehaus.plexus.component.annotations.Requirement;
/**
* @version $Id$
*/
@Component( role = MavenProjectBuilder.class )
@Deprecated

View File

@ -24,7 +24,6 @@ import org.apache.maven.model.Model;
/**
* @author Jason van Zyl
* @version $Id$
* @deprecated
*/
@Deprecated

View File

@ -57,7 +57,6 @@ import java.util.Properties;
* Use a regular expression search to find and resolve expressions within the POM.
*
* @author jdcasey Created on Feb 3, 2005
* @version $Id$
* @todo Consolidate this logic with the PluginParameterExpressionEvaluator, minus deprecations/bans.
*/
@Deprecated

View File

@ -26,7 +26,6 @@ import org.codehaus.plexus.interpolation.AbstractValueSource;
/**
*
* @version $Id$
*/
@Deprecated
public class BuildTimestampValueSource

View File

@ -28,7 +28,6 @@ import java.util.List;
/**
*
* @version $Id$
*/
@Deprecated
public class PathTranslatingPostProcessor

View File

@ -30,7 +30,6 @@ import org.codehaus.plexus.interpolation.RegexBasedInterpolator;
* Use a regular expression search to find and resolve expressions within the POM.
*
* @author jdcasey Created on Feb 3, 2005
* @version $Id$
* @todo Consolidate this logic with the PluginParameterExpressionEvaluator, minus deprecations/bans.
*/
@Deprecated

View File

@ -31,7 +31,6 @@ import org.codehaus.plexus.component.annotations.Requirement;
/**
* @author <a href="mailto:trygvis@inamo.no">Trygve Laugst&oslash;l</a>
* @version $Id$
*/
@Component( role = ModelValidator.class )
@Deprecated

View File

@ -25,7 +25,6 @@ import java.util.List;
/**
* @author <a href="mailto:trygvis@inamo.no">Trygve Laugst&oslash;l</a>
* @version $Id$
*/
public class ModelValidationResult
{

View File

@ -25,7 +25,6 @@ import org.apache.maven.model.Model;
* Checks the model for missing or invalid values.
*
* @author <a href="mailto:trygvis@inamo.no">Trygve Laugst&oslash;l</a>
* @version $Id$
*/
@Deprecated
public interface ModelValidator

View File

@ -24,7 +24,6 @@ package org.apache.maven.reporting;
*
* @author Brett Porter
* @author <a href="evenisse@apache.org">Emmanuel Venisse</a>
* @version $Id$
*/
public class MavenReportException extends Exception
{

View File

@ -23,7 +23,6 @@ package org.apache.maven.repository;
*
*
* @author Oleg Gusakov
* @version $Id$
*
*/
public class MavenArtifactMetadata

View File

@ -26,7 +26,6 @@ import java.util.Collection;
* This is the main graph data structure used by the RepositorySystem to present tree and graph objects.
*
* @author Oleg Gusakov
* @version $Id$
*
*/
public class MetadataGraph

View File

@ -26,7 +26,6 @@ import java.util.List;
* MetadataGraph node - as it's a directed graph - holds adjacency lists for incident and exident nodes
*
* @author Oleg Gusakov
* @version $Id$
*
*/
public class MetadataGraphNode

View File

@ -30,7 +30,6 @@ import org.apache.maven.artifact.repository.ArtifactRepository;
*
*
* @author Oleg Gusakov
* @version $Id$
*
*/
public class MetadataResolutionRequest

View File

@ -35,7 +35,6 @@ import org.apache.maven.artifact.versioning.OverConstrainedVersionException;
*
*
* @author Oleg Gusakov
* @version $Id$
*
*/
public class MetadataResolutionResult

View File

@ -29,7 +29,6 @@ import org.apache.maven.model.Dependency;
* Thrown if a dependency has an invalid version.
*
* @author <a href="mailto:brett@apache.org">Brett Porter</a>
* @version $Id$
*/
public class VersionNotFoundException
extends Exception

View File

@ -25,7 +25,6 @@ import org.apache.maven.wagon.TransferFailedException;
* Occurs when a download checksum fails.
*
* @author <a href="mailto:brett@apache.org">Brett Porter</a>
* @version $Id$
*/
public class ChecksumFailedException
extends TransferFailedException

View File

@ -37,7 +37,6 @@ import org.apache.maven.repository.legacy.resolver.conflict.ConflictResolver;
* along with their metadata. No artifacts are downloaded.
*
* @author <a href="mailto:brett@apache.org">Brett Porter</a>
* @version $Id$
*/
@Deprecated
public interface LegacyArtifactCollector

View File

@ -26,7 +26,6 @@ import org.apache.maven.artifact.resolver.ResolutionNode;
*
* @author <a href="mailto:jason@maven.org">Jason van Zyl</a>
* @author <a href="mailto:markhobson@gmail.com">Mark Hobson</a>
* @version $Id$
*/
public interface ConflictResolver
{

View File

@ -23,7 +23,6 @@ package org.apache.maven.repository.legacy.resolver.conflict;
* A factory that produces conflict resolvers of various types.
*
* @author <a href="mailto:markhobson@gmail.com">Mark Hobson</a>
* @version $Id$
* @see ConflictResolver
* @since 3.0
*/

View File

@ -23,7 +23,6 @@ package org.apache.maven.repository.legacy.resolver.conflict;
* Indicates that a specified conflict resolver implementation could not be found.
*
* @author <a href="mailto:markhobson@gmail.com">Mark Hobson</a>
* @version $Id$
* @since 3.0
*/
public class ConflictResolverNotFoundException

View File

@ -25,7 +25,6 @@ import org.codehaus.plexus.component.annotations.Component;
* The default conflict resolver that delegates to the nearest strategy.
*
* @author <a href="mailto:jason@maven.org">Jason van Zyl</a>
* @version $Id$
* @see NearestConflictResolver
* @deprecated As of 3.0, use a specific implementation instead, e.g. {@link NearestConflictResolver}
*/

View File

@ -32,7 +32,6 @@ import org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable;
* A conflict resolver factory that obtains instances from a plexus container.
*
* @author <a href="mailto:markhobson@gmail.com">Mark Hobson</a>
* @version $Id$
* @todo you don't need the container in here with the active maps (jvz).
* @since 3.0
*/

View File

@ -27,7 +27,6 @@ import org.codehaus.plexus.component.annotations.Component;
* declaration that has the most transitive steps away from the project being built.
*
* @author <a href="mailto:markhobson@gmail.com">Mark Hobson</a>
* @version $Id$
* @since 3.0
*/
@Component( role = ConflictResolver.class, hint = "farthest" )

View File

@ -28,7 +28,6 @@ import org.codehaus.plexus.component.annotations.Component;
*
* @author <a href="mailto:jason@maven.org">Jason van Zyl</a>
* @author <a href="mailto:markhobson@gmail.com">Mark Hobson</a>
* @version $Id$
* @since 3.0
*/
@Component( role = ConflictResolver.class, hint = "nearest" )

View File

@ -29,7 +29,6 @@ import org.codehaus.plexus.component.annotations.Component;
* declaration whose version is greater according to <code>ArtifactVersion.compareTo</code>.
*
* @author <a href="mailto:markhobson@gmail.com">Mark Hobson</a>
* @version $Id$
* @see ArtifactVersion#compareTo
* @since 3.0
*/

View File

@ -29,7 +29,6 @@ import org.codehaus.plexus.component.annotations.Component;
* declaration whose version is less according to <code>ArtifactVersion.compareTo</code>.
*
* @author <a href="mailto:markhobson@gmail.com">Mark Hobson</a>
* @version $Id$
* @see ArtifactVersion#compareTo
* @since 3.0
*/

View File

@ -42,7 +42,6 @@ import org.codehaus.plexus.logging.AbstractLogEnabled;
* Describes a version transformation during artifact resolution.
*
* @author <a href="mailto:brett@apache.org">Brett Porter</a>
* @version $Id$
* @todo try and refactor to remove abstract methods - not particular happy about current design
*/
public abstract class AbstractVersionTransformation

View File

@ -31,7 +31,6 @@ import org.apache.maven.artifact.resolver.ArtifactResolutionException;
/**
* @author <a href="mailto:jason@maven.org">Jason van Zyl </a>
* @version $Id$
*/
public interface ArtifactTransformation
{

View File

@ -34,7 +34,6 @@ import org.codehaus.plexus.component.annotations.Component;
* Change the version <code>RELEASE</code> to the appropriate release version from the remote repository.
*
* @author <a href="mailto:brett@apache.org">Brett Porter</a>
* @version $Id$
*/
@Component( role = ArtifactTransformation.class, hint = "release" )
public class ReleaseArtifactTransformation

View File

@ -41,7 +41,6 @@ import org.codehaus.plexus.util.StringUtils;
/**
* @author <a href="mailto:brett@apache.org">Brett Porter</a>
* @author <a href="mailto:mmaczka@interia.pl">Michal Maczka</a>
* @version $Id$
*/
@Component( role = ArtifactTransformation.class, hint = "snapshot" )
public class SnapshotTransformation

View File

@ -27,7 +27,6 @@ import org.codehaus.plexus.component.annotations.Configuration;
/**
* @author <a href="mailto:oleg@codehaus.org">Oleg Gusakov</a>
*
* @version $Id$
*/
@Component( role = GraphConflictResolutionPolicy.class )
public class DefaultGraphConflictResolutionPolicy

View File

@ -31,7 +31,6 @@ import org.codehaus.plexus.component.annotations.Requirement;
* Default conflict resolver.Implements closer newer first policy by default, but could be configured via plexus
*
* @author <a href="mailto:oleg@codehaus.org">Oleg Gusakov</a>
* @version $Id$
*/
@Component( role = GraphConflictResolver.class )
public class DefaultGraphConflictResolver

View File

@ -23,7 +23,6 @@ package org.apache.maven.repository.metadata;
*
* @author <a href="mailto:oleg@codehaus.org">Oleg Gusakov</a>
*
* @version $Id$
*/
public class GraphConflictResolutionException
extends Exception

View File

@ -25,7 +25,6 @@ package org.apache.maven.repository.metadata;
*
* @author <a href="mailto:oleg@codehaus.org">Oleg Gusakov</a>
*
* @version $Id$
*/
public interface GraphConflictResolutionPolicy

View File

@ -26,7 +26,6 @@ import org.apache.maven.artifact.ArtifactScopeEnum;
* Different implementations will implement different conflict resolution policies.
*
* @author <a href="mailto:oleg@codehaus.org">Oleg Gusakov</a>
* @version $Id$
*/
public interface GraphConflictResolver
{

View File

@ -23,7 +23,6 @@ package org.apache.maven.repository.metadata;
* Error while retrieving repository metadata from the repository.
*
* @author Jason van Zyl
* @version $Id$
*/
public class MetadataRetrievalException
extends Exception

View File

@ -28,7 +28,6 @@ import org.apache.maven.artifact.repository.ArtifactRepository;
* artifact.
*
* @author Jason van Zyl
* @version $Id$
*/
public interface MetadataSource
{

View File

@ -59,7 +59,6 @@ import org.sonatype.aether.util.graph.traverser.FatArtifactTraverser;
/**
* @author <a href="mailto:jason@maven.org">Jason van Zyl </a>
* @version $Id$
*/
public abstract class AbstractArtifactComponentTestCase
extends PlexusTestCase

View File

@ -28,7 +28,6 @@ import org.codehaus.plexus.util.FileUtils;
/**
* @author <a href="mailto:jason@maven.org">Jason van Zyl</a>
* @version $Id$
*/
public class ArtifactDeployerTest
extends AbstractArtifactComponentTestCase

View File

@ -26,7 +26,6 @@ import org.apache.maven.artifact.Artifact;
/**
* @author <a href="mailto:jason@maven.org">Jason van Zyl</a>
* @version $Id$
*/
public class ArtifactInstallerTest
extends AbstractArtifactComponentTestCase

View File

@ -32,7 +32,6 @@ import org.codehaus.plexus.PlexusTestCase;
/**
* @author Jason van Zyl
* @version $Id$
*/
public abstract class AbstractMavenProjectTestCase
extends PlexusTestCase

View File

@ -25,7 +25,6 @@ import org.apache.maven.project.AbstractMavenProjectTestCase;
/**
* @author Jason van Zyl
* @version $Id$
*/
public abstract class AbstractProjectInheritanceTestCase
extends AbstractMavenProjectTestCase

View File

@ -33,7 +33,6 @@ import org.apache.maven.project.inheritance.AbstractProjectInheritanceTestCase;
* down in the lineage are bubbling up where they should.
*
* @author Jason van Zyl
* @version $Id$
*/
public class ProjectInheritanceTest
extends AbstractProjectInheritanceTestCase

View File

@ -28,7 +28,6 @@ import org.apache.maven.project.inheritance.AbstractProjectInheritanceTestCase;
* not clobbered by the same elements elsewhere in the lineage.
*
* @author Jason van Zyl
* @version $Id$
*/
public class ProjectInheritanceTest
extends AbstractProjectInheritanceTestCase

View File

@ -41,7 +41,6 @@ import org.apache.maven.project.inheritance.AbstractProjectInheritanceTestCase;
* down in the lineage are bubbling up where they should.
*
* @author Jason van Zyl
* @version $Id$
*/
public class ProjectInheritanceTest
extends AbstractProjectInheritanceTestCase

View File

@ -34,7 +34,6 @@ import org.apache.maven.project.inheritance.AbstractProjectInheritanceTestCase;
* down in the lineage are bubbling up where they should.
*
* @author Jason van Zyl
* @version $Id$
*/
public class ProjectInheritanceTest
extends AbstractProjectInheritanceTestCase

View File

@ -33,7 +33,6 @@ import org.apache.maven.project.inheritance.AbstractProjectInheritanceTestCase;
* dependency, listed transitively.
*
* @author <a href="mailto:pschneider@gmail.com">Patrick Schneider</a>
* @version $Id$
*/
public class ProjectInheritanceTest
extends AbstractProjectInheritanceTestCase

View File

@ -31,7 +31,6 @@ import org.apache.maven.project.inheritance.AbstractProjectInheritanceTestCase;
* A test which demonstrates maven's dependency management
*
* @author <a href="rgoers@apache.org">Ralph Goers</a>
* @version $Id$
*/
public class ProjectInheritanceTest
extends AbstractProjectInheritanceTestCase

View File

@ -31,7 +31,6 @@ import org.apache.maven.project.inheritance.AbstractProjectInheritanceTestCase;
* A test which demonstrates maven's dependency management
*
* @author <a href="rgoers@apache.org">Ralph Goers</a>
* @version $Id$
*/
public class ProjectInheritanceTest
extends AbstractProjectInheritanceTestCase

View File

@ -31,7 +31,6 @@ import org.apache.maven.project.inheritance.AbstractProjectInheritanceTestCase;
* A test which demonstrates maven's dependency management
*
* @author Jason van Zyl
* @version $Id$
*/
public class ProjectInheritanceTest
extends AbstractProjectInheritanceTestCase

View File

@ -31,7 +31,6 @@ import org.apache.maven.project.inheritance.AbstractProjectInheritanceTestCase;
* A test which demonstrates maven's dependency management
*
* @author <a href="rgoers@apache.org">Ralph Goers</a>
* @version $Id$
*/
public class ProjectInheritanceTest
extends AbstractProjectInheritanceTestCase

View File

@ -29,7 +29,6 @@ import org.apache.maven.project.inheritance.AbstractProjectInheritanceTestCase;
* transitive dependencies.
*
* @author <a href="mailto:pschneider@gmail.com">Patrick Schneider</a>
* @version $Id$
*/
public class ProjectInheritanceTest
extends AbstractProjectInheritanceTestCase

View File

@ -37,7 +37,6 @@ import org.apache.maven.project.inheritance.AbstractProjectInheritanceTestCase;
* they do not explicitly state a scope.
*
* @author <a href="mailto:pschneider@gmail.com">Patrick Schneider</a>
* @version $Id$
*/
public class ProjectInheritanceTest
extends AbstractProjectInheritanceTestCase

View File

@ -28,7 +28,6 @@ import org.apache.maven.project.inheritance.AbstractProjectInheritanceTestCase;
* Verifies scope of root project is preserved regardless of parent depenedency management.
*
* @author <a href="mailto:pschneider@gmail.com">Patrick Schneider</a>
* @version $Id$
* @see <a href="http://jira.codehaus.org/browse/MNG-2919">MNG-2919</a>
*/
public class ProjectInheritanceTest

View File

@ -28,7 +28,6 @@ import org.apache.maven.project.inheritance.AbstractProjectInheritanceTestCase;
* Verifies SCM inheritance uses modules statement from parent.
*
* @author jdcasey
* @version $Id$
*/
public class ProjectInheritanceTest
extends AbstractProjectInheritanceTestCase

View File

@ -49,7 +49,6 @@ import org.easymock.MockControl;
/**
* @author <a href="michal.maczka@dimatics.com">Michal Maczka</a>
* @version $Id$
*/
public class DefaultWagonManagerTest
extends PlexusTestCase

View File

@ -27,7 +27,6 @@ import org.codehaus.plexus.component.annotations.Component;
*
* @author <a href="mailto:carlos@apache.org">Carlos Sanchez</a>
* @author <a href="mailto:jason@maven.org">Jason van Zyl</a>
* @version $Id$
*/
@Component(role=Wagon.class,hint="a")
public class WagonA

View File

@ -27,7 +27,6 @@ import org.codehaus.plexus.component.annotations.Component;
*
* @author <a href="mailto:carlos@apache.org">Carlos Sanchez</a>
* @author <a href="mailto:jason@maven.org">Jason van Zyl</a>
* @version $Id$
*/
@Component(role=Wagon.class,hint="b")
public class WagonB

View File

@ -27,7 +27,6 @@ import org.codehaus.plexus.component.annotations.Component;
*
* @author <a href="mailto:carlos@apache.org">Carlos Sanchez</a>
* @author <a href="mailto:jason@maven.org">Jason van Zyl</a>
* @version $Id$
*/
@Component(role=Wagon.class,hint="c")
public class WagonC

View File

@ -25,7 +25,6 @@ import org.apache.maven.wagon.providers.file.FileWagon;
* Mock of a Wagon for testing
*
* @author <a href="mailto:carlos@apache.org">Carlos Sanchez</a>
* @version $Id$
*/
public class WagonMock
extends FileWagon

View File

@ -54,7 +54,6 @@ import org.codehaus.plexus.PlexusTestCase;
* Test the default artifact collector.
*
* @author <a href="mailto:brett@apache.org">Brett Porter</a>
* @version $Id$
*/
public class DefaultArtifactCollectorTest
extends PlexusTestCase

View File

@ -31,7 +31,6 @@ import org.codehaus.plexus.PlexusTestCase;
* Provides a basis for testing conflict resolvers.
*
* @author <a href="mailto:markhobson@gmail.com">Mark Hobson</a>
* @version $Id$
*/
public abstract class AbstractConflictResolverTest
extends PlexusTestCase

View File

@ -28,7 +28,6 @@ import org.apache.maven.repository.legacy.resolver.conflict.FarthestConflictReso
* Tests <code>FarthestConflictResolver</code>.
*
* @author <a href="mailto:markhobson@gmail.com">Mark Hobson</a>
* @version $Id$
* @see FarthestConflictResolver
*/
public class FarthestConflictResolverTest

View File

@ -28,7 +28,6 @@ import org.apache.maven.repository.legacy.resolver.conflict.NearestConflictResol
* Tests <code>NearestConflictResolver</code>.
*
* @author <a href="mailto:markhobson@gmail.com">Mark Hobson</a>
* @version $Id$
* @see NearestConflictResolver
*/
public class NearestConflictResolverTest

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