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 144529 - Maven deploy to Glassfish does not work
Summary: Maven deploy to Glassfish does not work
Status: RESOLVED DUPLICATE of bug 143307
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-20 08:05 UTC by kurti
Modified: 2008-08-20 08:12 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 kurti 2008-08-20 08:05:14 UTC
I upgraded from 6.1 to 6.5 and tried to deploy our project. This is what I got:

[ERROR]Maven encountered an error while loading a plugin for use in your build.
[ERROR]Plugin:
[ERROR]Group-Id: org.netbeans.plugins
[ERROR]Artifact-Id: netbeans-deploy-plugin
[ERROR]Version: 2.0
[ERROR]Referenced mojo: deploy
[ERROR]brought in via: null
[ERROR]While building project:
[ERROR]Group-Id: com.scooterattack.webshop
[ERROR]Artifact-Id: webshop-ear
[ERROR]Version: 1.0-SNAPSHOT
[ERROR]From file: /home/kurt/NetBeansProjects/webshop/webshop-ear/pom.xml
[ERROR]Error message:Failed to load plugin. Reason: Unable to build project for plugin
'org.netbeans.plugins:netbeans-deploy-plugin': POM 'org.netbeans.plugins:netbeans-deploy-plugin' not found in
repository: Unable to download the artifact from any repository
[ERROR]  org.netbeans.plugins:netbeans-deploy-plugin:pom:2.0
[ERROR]from the specified remote repositories:
[ERROR]  central (http://repo1.maven.org/maven2),
[ERROR]  internal (http://team.it.lan/archiva/repository/internal),
[ERROR]  snapshots (http://team.it.lan/archiva/repository/snapshots)
[ERROR] for project org.netbeans.plugins:netbeans-deploy-plugin
[ERROR]Root error message:Unable to download the artifact from any repository
------------------------------------------------------------------------
Comment 1 Milos Kleint 2008-08-20 08:12:23 UTC
duplicate of #143307, fix to be available today or tomorrow

*** This issue has been marked as a duplicate of 143307 ***