- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for convertFromProfileXmlProfile (0.11 seconds)
-
compat/maven-compat/src/main/java/org/apache/maven/profiles/ProfilesConversionUtils.java
import org.apache.maven.model.Repository; /** * ProfilesConversionUtils */ @Deprecated public class ProfilesConversionUtils { private ProfilesConversionUtils() {} public static Profile convertFromProfileXmlProfile(org.apache.maven.profiles.Profile profileXmlProfile) { Profile profile = new Profile(); profile.setId(profileXmlProfile.getId()); profile.setSource("profiles.xml");Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 4.8K bytes - Click Count (0)