diff --git a/maven-artifact/src/test/java/org/apache/maven/artifact/versioning/ComparableVersionTest.java b/maven-artifact/src/test/java/org/apache/maven/artifact/versioning/ComparableVersionTest.java index 6cf372f7d7..aea98dd16e 100644 --- a/maven-artifact/src/test/java/org/apache/maven/artifact/versioning/ComparableVersionTest.java +++ b/maven-artifact/src/test/java/org/apache/maven/artifact/versioning/ComparableVersionTest.java @@ -184,7 +184,7 @@ public class ComparableVersionTest } /** - * Test MNG-5568 edge case + * Test MNG-5568 edge case * which was showing transitive inconsistency: since A > B and B > C then we should have A > C * otherwise sorting a list of ComparableVersions() will in some cases throw runtime exception; * see Netbeans issues 240845 and diff --git a/maven-compat/src/test/java/org/apache/maven/project/inheritance/t11/ProjectInheritanceTest.java b/maven-compat/src/test/java/org/apache/maven/project/inheritance/t11/ProjectInheritanceTest.java index bbdecd7aa8..78b76406de 100644 --- a/maven-compat/src/test/java/org/apache/maven/project/inheritance/t11/ProjectInheritanceTest.java +++ b/maven-compat/src/test/java/org/apache/maven/project/inheritance/t11/ProjectInheritanceTest.java @@ -28,7 +28,7 @@ import org.apache.maven.project.inheritance.AbstractProjectInheritanceTestCase; * Verifies scope of root project is preserved regardless of parent depenedency management. * * @author Patrick Schneider - * @see MNG-2919 + * @see MNG-2919 */ public class ProjectInheritanceTest extends AbstractProjectInheritanceTestCase diff --git a/maven-core/src/main/java/org/apache/maven/AbstractMavenLifecycleParticipant.java b/maven-core/src/main/java/org/apache/maven/AbstractMavenLifecycleParticipant.java index 20f6c802ea..26c4667cfe 100644 --- a/maven-core/src/main/java/org/apache/maven/AbstractMavenLifecycleParticipant.java +++ b/maven-core/src/main/java/org/apache/maven/AbstractMavenLifecycleParticipant.java @@ -28,7 +28,7 @@ import org.apache.maven.execution.MavenSession; * indicate at what lifecycle point it is being called. * * @see example - * @see MNG-4224 + * @see MNG-4224 * @since 3.0-alpha-3 */ public abstract class AbstractMavenLifecycleParticipant diff --git a/maven-core/src/main/java/org/apache/maven/classrealm/DefaultClassRealmManager.java b/maven-core/src/main/java/org/apache/maven/classrealm/DefaultClassRealmManager.java index e3f4d266c8..8e6cb85366 100644 --- a/maven-core/src/main/java/org/apache/maven/classrealm/DefaultClassRealmManager.java +++ b/maven-core/src/main/java/org/apache/maven/classrealm/DefaultClassRealmManager.java @@ -64,7 +64,7 @@ public class DefaultClassRealmManager /** * During normal command line build, ClassWorld is loaded by jvm system classloader, which only includes - * plexus-classworlds jar and possibly javaagent classes, see http://jira.codehaus.org/browse/MNG-4747. + * plexus-classworlds jar and possibly javaagent classes, see https://issues.apache.org/jira/browse/MNG-4747. *
* Using ClassWorld to determine plugin/extensions realm parent classloaders gives m2e and integration test harness
* flexibility to load multiple version of maven into dedicated classloaders without assuming state of jvm system
diff --git a/maven-core/src/main/java/org/apache/maven/properties/internal/SystemProperties.java b/maven-core/src/main/java/org/apache/maven/properties/internal/SystemProperties.java
index 608df2dcab..aa5fed9d4d 100644
--- a/maven-core/src/main/java/org/apache/maven/properties/internal/SystemProperties.java
+++ b/maven-core/src/main/java/org/apache/maven/properties/internal/SystemProperties.java
@@ -29,7 +29,7 @@ public class SystemProperties
/**
* Thread-safe System.properties copy implementation.
*
- * @see http://jira.codehaus.org/browse/MNG-5670
+ * @see https://issues.apache.org/jira/browse/MNG-5670
*/
public static void addSystemProperties( Properties props )
{
diff --git a/maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java b/maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java
index 034cb004a1..6a437ec4f0 100644
--- a/maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java
+++ b/maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java
@@ -446,7 +446,7 @@ public class MavenCli
slf4jConfiguration.setRootLoggerLevel( Slf4jConfiguration.Level.ERROR );
}
// else fall back to default log level specified in conf
- // see http://jira.codehaus.org/browse/MNG-2570
+ // see https://issues.apache.org/jira/browse/MNG-2570
if ( cliRequest.commandLine.hasOption( CLIManager.LOG_FILE ) )
{
diff --git a/maven-model-builder/src/main/java/org/apache/maven/model/profile/activation/FileProfileActivator.java b/maven-model-builder/src/main/java/org/apache/maven/model/profile/activation/FileProfileActivator.java
index c0dcce23f4..a7da86cf96 100644
--- a/maven-model-builder/src/main/java/org/apache/maven/model/profile/activation/FileProfileActivator.java
+++ b/maven-model-builder/src/main/java/org/apache/maven/model/profile/activation/FileProfileActivator.java
@@ -40,7 +40,7 @@ import org.codehaus.plexus.util.StringUtils;
/**
* Determines profile activation based on the existence/absence of some file.
* File name interpolation support is limited to ${basedir}
(since Maven 3,
- * see MNG-2363),
+ * see MNG-2363),
* System properties and request properties.
* ${project.basedir}
is intentionally not supported as this form would suggest that other
* ${project.*}
expressions can be used, which is however beyond the design.
diff --git a/maven-model-builder/src/main/java/org/apache/maven/model/profile/activation/ProfileActivator.java b/maven-model-builder/src/main/java/org/apache/maven/model/profile/activation/ProfileActivator.java
index 0547e742f7..1779147a65 100644
--- a/maven-model-builder/src/main/java/org/apache/maven/model/profile/activation/ProfileActivator.java
+++ b/maven-model-builder/src/main/java/org/apache/maven/model/profile/activation/ProfileActivator.java
@@ -46,7 +46,7 @@ public interface ProfileActivator
/**
* Determines whether specified activation method is present in configuration or not. It should help to have AND
* between activation conditions
- * Need for solving http://jira.codehaus.org/browse/MNG-4565
+ * Need for solving https://issues.apache.org/jira/browse/MNG-4565
* @param profile The profile whose activation status should be determined, must not be {@code null}.
* @param context The environmental context used to determine the activation status of the profile, must not be
* {@code null}.