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 251060

Summary: core-base nbm artifact is missing on http://bits.netbeans.org/dev/maven-snapshot or new-maven-snapshot
Product: www Reporter: skygo <skygo>
Component: Builds & RepositoriesAssignee: pgebauer <pgebauer>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: P1    
Version: 8.1   
Hardware: PC   
OS: Other   
Issue Type: DEFECT Exception Reporter:

Description skygo 2015-03-10 11:19:32 UTC
During build using dev-SNAPSHOT version, maven cannot find a nbm artifact. I use the -U (update snapshots in netbeans) option to be sure to have last version.  

Error shown:
Could not find artifact org.netbeans.modules:core-base:nbm:dev-20150310.083415-1 in snapshots.

It is now impossible to build a mavenized netbeans application according to the template in

File > New Project > NetBeans Application

PS:
 was the case on 9th of march version of the artifact also.

As I have no workaround I put priority P1
Comment 1 skygo 2015-03-11 02:59:35 UTC
nb repository plugin need to be adapted to handle the core artifacts special renaming. (not sure how the plugin is used in netbeans infra)
http://jira.codehaus.org/browse/MNBMODULE-252
Comment 2 skygo 2015-04-13 14:49:43 UTC
Not sure what was patched in infra but it works now