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 243162 - Maven artifacts missing for issue tracking api
Summary: Maven artifacts missing for issue tracking api
Status: RESOLVED INVALID
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Issuetracking Framework (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-21 20:56 UTC by matthias42
Modified: 2014-03-22 16:38 UTC (History)
0 users

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 matthias42 2014-03-21 20:56:39 UTC
I wanted to build MantisIntegration for netbeans 8.0 (the released API). So I switched the dependency from SNAPSHOT to 8.0 and got a build error.

Looking at the repository, the artifact is in fact missing:

http://bits.netbeans.org/nexus/content/groups/netbeans/org/netbeans/modules/org-netbeans-modules-bugtracking/

Please check the deployment. Thank you!
Comment 1 matthias42 2014-03-22 16:38:39 UTC
Sorry - wrong groupId - if someone else stumbles over this the correct coordinates are:

<groupId>org.netbeans.api</groupId>
<artifactId>org-netbeans-modules-bugtracking</artifactId>
<version>RELEASE80</version>