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 200320 - [70cat] ModelBuildingException... [ERROR] Unresolveable build extension
Summary: [70cat] ModelBuildingException... [ERROR] Unresolveable build extension
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Jesse Glick
URL: https://jira.codehaus.org/browse/MNG-...
Keywords:
: 211114 (view as bug list)
Depends on:
Blocks: 197994
  Show dependency tree
 
Reported: 2011-07-22 15:47 UTC by javydreamercsw
Modified: 2012-04-14 09:43 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 180073


Attachments
stacktrace (6.04 KB, text/plain)
2011-07-22 15:47 UTC, javydreamercsw
Details

Note You need to log in before you can comment on or make changes to this bug.
Description javydreamercsw 2011-07-22 15:47:12 UTC
Build: NetBeans IDE 7.0 (Build 201104080000)
VM: Java HotSpot(TM) Client VM, 20.1-b02, Java(TM) SE Runtime Environment, 1.6.0_26-b03
OS: Windows 7

User Comments:
javydreamercsw: Using properties on a Maven project




Stacktrace: 
org.apache.maven.model.building.ModelBuildingException: 1 problem was encountered while building the effective model for com.atlassian.jira.plugins:jira-plugin-base:13
[ERROR] Unresolveable build extension: Plugin com.atlassian.maven.plugins:atlassian-pdk:2.1.5 or one of its dependencies could not be resolved: The repository system is offline but the artifact com.atlassian.maven.plugins:atlassian-pdk:jar:2.1.5 is not available in the local repository. @ 

   at org.apache.maven.model.building.DefaultModelBuilder.build(DefaultModelBuilder.java:422)
   at org.apache.maven.model.building.DefaultModelBuilder.build(DefaultModelBuilder.java:374)
   at org.apache.maven.model.building.DefaultModelBuilder.build(DefaultModelBuilder.java:365)
   at org.apache.maven.model.building.DefaultModelBuilder.build(DefaultModelBuilder.java:232)
   at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:141)
   at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:285)
Comment 1 javydreamercsw 2011-07-22 15:47:15 UTC
Created attachment 109578 [details]
stacktrace
Comment 2 Jesse Glick 2011-07-22 16:35:22 UTC
A variant of bug #197994, but requiring a different fix.

Workaround is simply to validate the project (e.g., build it) so its build extension is in the local repo.
Comment 3 javydreamercsw 2011-08-01 20:22:38 UTC
Building it didn't work either as suggested.
Comment 4 Jesse Glick 2012-04-12 15:34:29 UTC
*** Bug 211114 has been marked as a duplicate of this bug. ***
Comment 5 Jesse Glick 2012-04-13 18:03:19 UTC
core-main #a43a83166bf9
Comment 6 Quality Engineering 2012-04-14 09:43:44 UTC
Integrated into 'main-golden', will be available in build *201204140400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/a43a83166bf9
User: Jesse Glick <jglick@netbeans.org>
Log: #200320: [70cat] ModelBuildingException... [ERROR] Unresolveable build extension