This is an automated email from the ASF dual-hosted git repository.

sdedic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/master by this push:
     new 32548629b8 Build action must be included in the cache key
     new 27c4a9bc20 Merge pull request #4526 from 
sdedic/maven/project-loading-buildctx-action
32548629b8 is described below

commit 32548629b81a1b41b1679f9483c7e3097dda8539
Author: Svata Dedic <[email protected]>
AuthorDate: Mon Aug 22 12:12:11 2022 +0200

    Build action must be included in the cache key
---
 java/maven/src/org/netbeans/modules/maven/NbMavenProjectImpl.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/java/maven/src/org/netbeans/modules/maven/NbMavenProjectImpl.java 
b/java/maven/src/org/netbeans/modules/maven/NbMavenProjectImpl.java
index fe895ebb36..a67a5ff8e5 100644
--- a/java/maven/src/org/netbeans/modules/maven/NbMavenProjectImpl.java
+++ b/java/maven/src/org/netbeans/modules/maven/NbMavenProjectImpl.java
@@ -442,6 +442,7 @@ public final class NbMavenProjectImpl implements Project {
                 ProjectActionContext.newBuilder(ctx.getProject())
                     .withProfiles(ctx.getProfiles())
                     .withProperties(ctx.getProperties())
+                    .forProjectAction(ctx.getProjectAction())
                     .context();
         MavenProject result;
         


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to