[
https://issues.apache.org/jira/browse/NETBEANS-2384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16818971#comment-16818971
]
Tobias Warneke commented on NETBEANS-2384:
------------------------------------------
Hi Geertjan,
I was able to produce a minimal example using Netbeans 11. The resulting maven
project structure is within the attached zip file. Trying to build it, I get
the described exception.
So here is how I created it.
# created a maven pom project
# created an angular project within it
# integrated a simple pom.xml within the angular project and registered it
within the parent pom via
<modules>
<module>NodeJsApplication</module>
</modules>
I am using
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
<version>1.6</version>
</plugin>
with some additional configuration to build it.
Hope that helps.
Best regards and keep on the good work
Tobias
> multi module maven build stops with exception
> ---------------------------------------------
>
> Key: NETBEANS-2384
> URL: https://issues.apache.org/jira/browse/NETBEANS-2384
> Project: NetBeans
> Issue Type: Bug
> Components: projects - Maven
> Affects Versions: 11.0
> Reporter: Tobias Warneke
> Priority: Critical
> Attachments: mavenproject4.zip
>
>
> Using Netbeans 10, it works.
>
>
> SEVERE [org.openide.util.RequestProcessor]: Error in RequestProcessor
> org.netbeans.modules.maven.execute.CommandLineOutputHandler$Output
> java.lang.NullPointerException
> at
> org.netbeans.modules.maven.api.PluginPropertyUtils.createEvaluator(PluginPropertyUtils.java:511)
> at
> org.netbeans.modules.maven.output.TestOutputListenerProvider.processLine(TestOutputListenerProvider.java:127)
> at
> org.netbeans.modules.maven.execute.AbstractOutputHandler.processLine(AbstractOutputHandler.java:293)
> at
> org.netbeans.modules.maven.execute.CommandLineOutputHandler$Output.run(CommandLineOutputHandler.java:330)
> at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> at
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> [catch] at
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]:
> Resolving dependencies took: 56 ms
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
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