Monkey created NETBEANS-5358:
--------------------------------
Summary: "Build with dependencies" does not work for Maven
dependencies
Key: NETBEANS-5358
URL: https://issues.apache.org/jira/browse/NETBEANS-5358
Project: NetBeans
Issue Type: Bug
Components: projects - Maven
Affects Versions: 12.1
Reporter: Monkey
I have a tree of Maven projects, all use local repo and Netbeans properly
recognizes the dependencies between them on the source level (hints,
navigation). All what is needed is a dependency declartion in pom.xml. For
example, If I change a method in a library, Netbeans reflects that change
instantly in the main application by modifying possible errors.
However, it is not reflected at all by "Build with dependencies". It just
rebuilds a single project. It causes different problems. For example, it makes
the compiler show errors which do not exist for Netbeans anymore, or the
developer has impression that there is no stale code when there is one. The
dependency tree must be manually rebuilt project by project to remove the
stqale code.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
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