Package | Description |
---|---|
org.netbeans.modules.maven.api | |
org.netbeans.modules.maven.execute |
Modifier and Type | Method and Description |
---|---|
static void |
ModuleInfoUtils.addRequires(NbMavenProject project,
Collection<? extends org.apache.maven.artifact.Artifact> artifacts)
Adds the given artifacts as require entries into module-info.java.
|
static boolean |
ModuleInfoUtils.hasModuleInfo(NbMavenProject nbprj) |
Modifier and Type | Method and Description |
---|---|
NbMavenProject |
AbstractMavenExecutor.ResumeFromFinder.Project root) |
static NbMavenProject |
ReactorChecker.findReactor(NbMavenProject module)
Tries to find the reactor root starting from what may be just a submodule.
|
Modifier and Type | Method and Description |
---|---|
static NbMavenProject |
ReactorChecker.findReactor(NbMavenProject module)
Tries to find the reactor root starting from what may be just a submodule.
|