- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for getSubprojects (0.06 seconds)
-
impl/maven-core/src/main/java/org/apache/maven/project/MavenProject.java
} return Collections.unmodifiableList(getModel().getBuild().getPlugins()); } public List<String> getModules() { if (!getModel().getDelegate().getSubprojects().isEmpty()) { return getModel().getDelegate().getSubprojects(); } return getModel().getModules(); } public PluginManagement getPluginManagement() { PluginManagement pluginMgmt = null;Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Aug 29 12:47:20 GMT 2025 - 67K bytes - Click Count (0)