- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 157 for rtinfo (0.04 seconds)
-
impl/maven-core/src/test/java/org/apache/maven/rtinfo/internal/DefaultRuntimeInformationTest.java
assertTrue(rtInfo.isMavenVersion("[2.0.11,2.1.0),[3.0,)")); assertFalse(rtInfo.isMavenVersion("[9.0,)")); assertThrows( IllegalArgumentException.class, () -> rtInfo.isMavenVersion("[3.0,"), "Bad version range wasn't rejected"); assertThrows(Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Sep 17 10:01:14 GMT 2025 - 2.3K bytes - Click Count (0) -
compat/maven-compat/src/main/java/org/apache/maven/execution/DefaultRuntimeInformation.java
@Inject private org.apache.maven.rtinfo.RuntimeInformation rtInfo; private ArtifactVersion applicationVersion; @Override public ArtifactVersion getApplicationVersion() { return applicationVersion; } @Override public void initialize() throws InitializationException { String mavenVersion = rtInfo.getMavenVersion();Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Jun 06 14:28:57 GMT 2025 - 2K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/rtinfo/internal/DefaultRuntimeInformation.java
* under the License. */ package org.apache.maven.rtinfo.internal; import javax.inject.Inject; import javax.inject.Named; import javax.inject.Singleton; import java.io.IOException; import java.io.InputStream; import java.util.Objects; import java.util.Properties; import org.apache.maven.rtinfo.RuntimeInformation; import org.eclipse.aether.version.InvalidVersionSpecificationException;
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 4K bytes - Click Count (0) -
impl/maven-core/pom.xml
<include>org.apache.maven.reporting</include> <include>org.apache.maven.repository</include> <include>org.apache.maven.rtinfo</include> <include>org.apache.maven.rtinfo.internal</include> <include>org.apache.maven.settings</include> <include>org.apache.maven.toolchain</include> <include>org.apache.maven.usability</include>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Nov 26 10:37:56 GMT 2025 - 16.9K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/internal/impl/DefaultSessionFactory.java
import org.apache.maven.api.services.Lookup; import org.apache.maven.bridge.MavenRepositorySystem; import org.apache.maven.execution.MavenSession; import org.apache.maven.impl.InternalSession; import org.apache.maven.rtinfo.RuntimeInformation; import org.eclipse.aether.RepositorySystem; @Singleton @Named public class DefaultSessionFactory { private final RepositorySystem repositorySystem;Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Jan 24 17:29:44 GMT 2025 - 2.3K bytes - Click Count (0) -
compat/maven-compat/src/main/java/org/apache/maven/execution/RuntimeInformation.java
*/ package org.apache.maven.execution; import org.apache.maven.artifact.versioning.ArtifactVersion; /** * Describes runtime information about the application. * * @deprecated Use {@link org.apache.maven.rtinfo.RuntimeInformation} instead. */ @Deprecated public interface RuntimeInformation { ArtifactVersion getApplicationVersion();Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 1.1K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/plugin/internal/MavenPluginMavenPrerequisiteChecker.java
import javax.inject.Named; import javax.inject.Singleton; import org.apache.maven.plugin.MavenPluginPrerequisitesChecker; import org.apache.maven.plugin.descriptor.PluginDescriptor; import org.apache.maven.rtinfo.RuntimeInformation; import org.slf4j.Logger; import org.slf4j.LoggerFactory; @Named @Singleton public class MavenPluginMavenPrerequisiteChecker implements MavenPluginPrerequisitesChecker {Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 2.6K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/rtinfo/RuntimeInformation.java
* KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ package org.apache.maven.rtinfo; /** * Provides information about the current Maven runtime. * * @since 3.0.2 */ public interface RuntimeInformation { /** * Retrieves the current Maven version, for example "3.0.2".Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 1.9K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/internal/impl/DefaultSession.java
import org.apache.maven.plugin.MojoExecution; import org.apache.maven.plugin.descriptor.MojoDescriptor; import org.apache.maven.plugin.descriptor.PluginDescriptor; import org.apache.maven.project.MavenProject; import org.apache.maven.rtinfo.RuntimeInformation; import org.eclipse.aether.RepositorySystem; import org.eclipse.aether.RepositorySystemSession; import static java.util.Objects.requireNonNull; import static org.apache.maven.internal.impl.CoreUtils.map;
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Jun 06 14:28:57 GMT 2025 - 8.9K bytes - Click Count (0) -
compat/maven-compat/src/test/java/org/apache/maven/artifact/AbstractArtifactComponentTestCase.java
import org.apache.maven.repository.internal.scopes.Maven4ScopeManagerConfiguration; import org.apache.maven.repository.legacy.repository.ArtifactRepositoryFactory; import org.apache.maven.rtinfo.RuntimeInformation; import org.codehaus.plexus.PlexusContainer; import org.codehaus.plexus.testing.PlexusTest; import org.eclipse.aether.DefaultRepositorySystemSession; import org.eclipse.aether.RepositorySystem;
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 10 09:40:15 GMT 2025 - 13.8K bytes - Click Count (0)