Registry / build-tool / maven-profile

maven-profile

JSON →
library2.2.1javamavenunverified

Maven is a project development management and comprehension tool that controls builds, dependency management, documentation creation, site publication, and distribution publication from a declarative file.

<dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-profile</artifactId> <version>2.2.1</version> </dependency>
INSTALL
IMPORT
SIG · MAVEN-PROFILE
M
maven-profile
build-tooljavav2.2.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Profile
org.apache.maven.profiles.Profile

Creates and uses a Maven Profile object.

import org.apache.maven.profiles.Profile; public class Example { public static void main(String[] args) { Profile profile = new Profile(); profile.setId("example"); System.out.println(profile.getId()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.2.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
OpenAI (training)
1
Resources
maven-profile — mvn dependency:get maven-profile · libregistry