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 258218

Summary: patch for apitest repository, improving the maven goals
Product: third-party Reporter: Milos Kleint <mkleint>
Component: -- Other --Assignee: Jaroslav Tulach <jtulach>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: PC   
OS: Mac OS X   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: patch

Description Milos Kleint 2016-03-03 08:22:21 UTC
Created attachment 158721 [details]
patch

patch includes getting rid of aether dependencies and streamlining some goals.
Comment 1 Jaroslav Tulach 2016-03-04 07:02:48 UTC
Compatibility with Maven 3.3.x:
https://hg.netbeans.org/apitest/rev/f701c2bbf583
Thanks.
Comment 2 Jaroslav Tulach 2016-03-04 07:24:37 UTC
I've noticed a TODO in the patch asking for list of possible values for the action operation. Try:

$ mvn sigtest:compare -Dsigtest.check=unknown

and it will be printed. If you know how to pass the list to Maven, so the right values show in code completion another patch is welcomed.
Comment 3 Jaroslav Tulach 2016-03-04 08:01:40 UTC
Attaching & checking the artifact:
http://hg.netbeans.org/apitest/rev/5c25d3065dca
Thanks a lot!