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 - NoSuchMethodError: org.apache.maven.DefaultMaven.newRepositorySession(Lorg/apache/maven/execution/MavenExecutionRequest;)Lorg/sonatype/aether/RepositorySystemSession;
Summary: NoSuchMethodError: org.apache.maven.DefaultMaven.newRepositorySession(Lorg/ap...
Status: RESOLVED DUPLICATE of bug 268830
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-04 14:28 UTC by javatlacati
Modified: 2016-11-07 12:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 227086


Attachments
stacktrace (3.97 KB, text/plain)
2016-11-04 14:28 UTC, javatlacati
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***