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 254352 - core-base.nbm missing from Maven RELEASE81-BETA
Summary: core-base.nbm missing from Maven RELEASE81-BETA
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.1
Hardware: PC Linux
: P1 normal (vote)
Assignee: pgebauer
URL:
Keywords:
Depends on: 251077
Blocks:
  Show dependency tree
 
Reported: 2015-08-13 19:43 UTC by Jaroslav Tulach
Modified: 2015-08-14 11:14 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Tulach 2015-08-13 19:43:34 UTC
When building my Maven app against 8.1BETA, I get error:

Could not find artifact org.netbeans.modules:core-base:nbm:RELEASE81-BETA in netbeans (http://bits.netbeans.org/nexus/content/groups/netbeans/) -> [Help 1]

and yes, the NBM is missing in the repository:

http://bits.netbeans.org/nexus/content/groups/netbeans/org/netbeans/modules/core-base/RELEASE81-BETA/
Comment 1 Jaroslav Tulach 2015-08-13 19:45:13 UTC
This looks like the same problem as issue 251077
Comment 2 Jaroslav Tulach 2015-08-13 19:47:31 UTC
The comment
https://netbeans.org/bugzilla/show_bug.cgi?id=251077#c7
says that the plugin has been upgraded. I assume it has been upgraded only on dev build, but the changes didn't make it to BETA1 build. 

Could that be fixed? It is a bit urgent otherwise nobody can use Maven to build a NetBeans app in/against BETA1.
Comment 3 pgebauer 2015-08-14 09:58:03 UTC
I have generate a new 81-beta maven repo with the netbeans maven plugin 1.3.

Please, check if the issue is fixed.
Comment 4 Jaroslav Tulach 2015-08-14 11:14:16 UTC
I had to cleanup my local Maven repository and remove everything NetBeans related:
$ rm ~/.m2/repository/org/netbeans
but then the build succeeded. Thanks.