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 195635 - Maven CRUD Sample unbuildable
Summary: Maven CRUD Sample unbuildable
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Templates (show other bugs)
Version: 7.0
Hardware: PC Linux
: P2 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-18 00:38 UTC by Jesse Glick
Modified: 2011-12-09 12:35 UTC (History)
1 user (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 Jesse Glick 2011-02-18 00:38:08 UTC
http://ftp.ing.umu.se/mirror/eclipse/rt/eclipselink/maven.repo does not exist. You're going to need to find EclipseLink somewhere else. Surely some Eclipse-hosted repo has it?
Comment 1 Jiri Rechtacek 2011-02-25 13:33:49 UTC
It seems that repo is there again - eclipselink can be downloaded into application.
Comment 2 Kenneth Ganfield 2011-11-14 13:50:04 UTC
I am reopening this because the eclipselink repo is not working for me.
Here is the error that I get when I try to build.

Failed to execute goal on project crudsample: Could not resolve dependencies for project demo.crud.mvn:crudsample:nbm:1.0-SNAPSHOT: Could not find artifact org.eclipse.persistence:eclipselink:jar:2.0.0 in eclipselink (http://ftp.ing.umu.se/mirror/eclipse/rt/eclipselink/maven.repo/) -> [Help 1]

The POM specifies the following eclipselink repo:
<repositories>
    <repository>
      <url>http://ftp.ing.umu.se/mirror/eclipse/rt/eclipselink/maven.repo/</url>
      <id>eclipselink</id>
    </repository>
  </repositories>

The application builds if I modify the POM and change the repo to the following:

<repositories>
        <repository>
            <url>http://download.eclipse.org/rt/eclipselink/maven.repo/</url>
            <id>eclipselink</id>
            <layout>default</layout>
            <name>Repository for library Library[eclipselink]</name>
        </repository>
    </repositories>

There are a few more details in issue 201370
Comment 3 Jiri Rechtacek 2011-11-14 17:01:00 UTC
core-main/rev/a0e03be4181a
Comment 4 Quality Engineering 2011-11-16 15:49:24 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/a0e03be4181a
User: Jiri Rechtacek <jrechtacek@netbeans.org>
Log: #195635: Maven CRUD Sample unbuildable
Comment 5 Tomas Danek 2011-12-09 12:35:27 UTC
verified in 7.1 fcs