- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getProjectMap (0.07 sec)
-
impl/maven-core/src/main/java/org/apache/maven/DefaultMaven.java
// // 8) Create ReactorReader with the getProjectMap( projects ). NOTE that getProjectMap(projects) is the code that // checks for duplicate projects definitions in the build. Ideally this type of duplicate checking should be // part of getting the reactor projects in 6). The duplicate checking is conflated with getProjectMap(projects). //
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 27.5K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/execution/MavenSession.java
private final Settings settings; private Session session; @Deprecated /** @deprecated This appears not to be used anywhere within Maven itself. */ public Map<String, MavenProject> getProjectMap() { return projectMap; } public MavenSession( RepositorySystemSession repositorySystemSession, MavenExecutionRequest request,
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 16.6K bytes - Viewed (0)