mirror of https://github.com/apache/maven.git
[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:
parent
f8413a1dbe
commit
e2ad36018b
|
@ -1,3 +1,2 @@
|
|||
*.java ident
|
||||
*.jar -text -crlf
|
||||
*.graffle -text -crlf
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -26,7 +26,6 @@ import org.apache.maven.artifact.repository.ArtifactRepository;
|
|||
|
||||
/**
|
||||
* @author Jason van Zyl
|
||||
* @version $Id$
|
||||
*/
|
||||
public class ArtifactResolutionException
|
||||
extends AbstractArtifactResolutionException
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -21,7 +21,6 @@ package org.apache.maven.artifact.deployer;
|
|||
|
||||
/**
|
||||
* @author Jason van Zyl
|
||||
* @version $Id$
|
||||
*/
|
||||
public class ArtifactDeploymentException
|
||||
extends Exception
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 )
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -26,7 +26,6 @@ import java.io.IOException;
|
|||
|
||||
/**
|
||||
* @author jdcasey
|
||||
* @version $Id$
|
||||
*/
|
||||
@Deprecated
|
||||
public interface MavenProfilesBuilder
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -24,7 +24,6 @@ import org.apache.maven.model.Model;
|
|||
|
||||
/**
|
||||
* @author Jason van Zyl
|
||||
* @version $Id$
|
||||
* @deprecated
|
||||
*/
|
||||
@Deprecated
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -26,7 +26,6 @@ import org.codehaus.plexus.interpolation.AbstractValueSource;
|
|||
|
||||
/**
|
||||
*
|
||||
* @version $Id$
|
||||
*/
|
||||
@Deprecated
|
||||
public class BuildTimestampValueSource
|
||||
|
|
|
@ -28,7 +28,6 @@ import java.util.List;
|
|||
|
||||
/**
|
||||
*
|
||||
* @version $Id$
|
||||
*/
|
||||
@Deprecated
|
||||
public class PathTranslatingPostProcessor
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -31,7 +31,6 @@ import org.codehaus.plexus.component.annotations.Requirement;
|
|||
|
||||
/**
|
||||
* @author <a href="mailto:trygvis@inamo.no">Trygve Laugstøl</a>
|
||||
* @version $Id$
|
||||
*/
|
||||
@Component( role = ModelValidator.class )
|
||||
@Deprecated
|
||||
|
|
|
@ -25,7 +25,6 @@ import java.util.List;
|
|||
|
||||
/**
|
||||
* @author <a href="mailto:trygvis@inamo.no">Trygve Laugstøl</a>
|
||||
* @version $Id$
|
||||
*/
|
||||
public class ModelValidationResult
|
||||
{
|
||||
|
|
|
@ -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øl</a>
|
||||
* @version $Id$
|
||||
*/
|
||||
@Deprecated
|
||||
public interface ModelValidator
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -23,7 +23,6 @@ package org.apache.maven.repository;
|
|||
*
|
||||
*
|
||||
* @author Oleg Gusakov
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
public class MavenArtifactMetadata
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -30,7 +30,6 @@ import org.apache.maven.artifact.repository.ArtifactRepository;
|
|||
*
|
||||
*
|
||||
* @author Oleg Gusakov
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
public class MetadataResolutionRequest
|
||||
|
|
|
@ -35,7 +35,6 @@ import org.apache.maven.artifact.versioning.OverConstrainedVersionException;
|
|||
*
|
||||
*
|
||||
* @author Oleg Gusakov
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
public class MetadataResolutionResult
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
*/
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -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" )
|
||||
|
|
|
@ -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" )
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -28,7 +28,6 @@ import org.apache.maven.artifact.repository.ArtifactRepository;
|
|||
* artifact.
|
||||
*
|
||||
* @author Jason van Zyl
|
||||
* @version $Id$
|
||||
*/
|
||||
public interface MetadataSource
|
||||
{
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -32,7 +32,6 @@ import org.codehaus.plexus.PlexusTestCase;
|
|||
|
||||
/**
|
||||
* @author Jason van Zyl
|
||||
* @version $Id$
|
||||
*/
|
||||
public abstract class AbstractMavenProjectTestCase
|
||||
extends PlexusTestCase
|
||||
|
|
|
@ -25,7 +25,6 @@ import org.apache.maven.project.AbstractMavenProjectTestCase;
|
|||
|
||||
/**
|
||||
* @author Jason van Zyl
|
||||
* @version $Id$
|
||||
*/
|
||||
public abstract class AbstractProjectInheritanceTestCase
|
||||
extends AbstractMavenProjectTestCase
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
Loading…
Reference in New Issue