You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Ernie Rael (Jira)" <ji...@apache.org> on 2020/06/10 17:57:00 UTC

[jira] [Created] (NETBEANS-4424) rename maven artifactid doesn't rename in children projects

Ernie Rael created NETBEANS-4424:
------------------------------------

             Summary: rename maven artifactid doesn't rename in children projects
                 Key: NETBEANS-4424
                 URL: https://issues.apache.org/jira/browse/NETBEANS-4424
             Project: NetBeans
          Issue Type: Bug
          Components: projects - Maven
            Reporter: Ernie Rael


To recreate
 # "NewProject > java with maven > POM project", create "parent_proj"
 # Using context menu "parent_proj > Modules > CreateNewModule"
create "child1_proj" and "child2_proj"
 # In parent_proj add dependencyManagement entry for child2_proj.
In child1_proj add dependency to child2_proj.
 # Rename child2_proj artifactid

Observe that dependencyManagement entry is not renamed; dependency in child1_proj is not renamed.

Note that this is particularly important during early development; having some modules refer to old names in local repository is a mess.

I'd guess a checkbox to rename within parent project is appropriate. An option to delete old from local repository should be considered as well.

Is there a find usage for group:artifact?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

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