This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 268831

Summary: NoSuchMethodError: org.apache.maven.DefaultMaven.newRepositorySession(Lorg/apache/maven/execution/MavenExecutionRequest;)Lorg/sonatype/aether/RepositorySystemSession;
Product: projects Reporter: javatlacati <javatlacati>
Component: MavenAssignee: Tomas Stupka <tstupka>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: Dev   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 227086
Attachments: stacktrace

Description javatlacati 2016-11-04 14:28:43 UTC
This issue was reported manually by javatlacati.
It already has 1 duplicates 


Build: NetBeans IDE Dev (Build 201610040002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.77-b03, Java(TM) SE Runtime Environment, 1.8.0_77-b03
OS: Windows 10

User Comments:
javatlacati: saved POM




Stacktrace: 
java.lang.NoSuchMethodError: org.apache.maven.DefaultMaven.newRepositorySession(Lorg/apache/maven/execution/MavenExecutionRequest;)Lorg/sonatype/aether/RepositorySystemSession;
   at org.netbeans.modules.maven.hints.pom.StatusProvider.runMavenValidationImpl(StatusProvider.java:403)
   at org.netbeans.modules.maven.hints.pom.StatusProvider.runMavenValidation(StatusProvider.java:361)
   at org.netbeans.modules.maven.hints.pom.StatusProvider.access$300(StatusProvider.java:120)
   at org.netbeans.modules.maven.hints.pom.StatusProvider$StatusProviderImpl.findHints(StatusProvider.java:185)
   at org.netbeans.modules.maven.hints.pom.StatusProvider$StatusProviderImpl.checkHints(StatusProvider.java:179)
   at org.netbeans.modules.maven.hints.pom.StatusProvider$StatusProviderImpl.access$000(StatusProvider.java:132)
Comment 1 javatlacati 2016-11-04 14:28:44 UTC
Created attachment 162775 [details]
stacktrace
Comment 2 Tomas Stupka 2016-11-07 12:16:20 UTC

*** This bug has been marked as a duplicate of bug 268830 ***