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 - patch for apitest repository, improving the maven goals
Summary: patch for apitest repository, improving the maven goals
Status: RESOLVED FIXED
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.2
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-03 08:22 UTC by Milos Kleint
Modified: 2016-03-04 08:01 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
patch (9.12 KB, application/octet-stream)
2016-03-03 08:22 UTC, Milos Kleint
Details

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