you'll need to install the package/artifactId/version from eclipse plugins site http://www.eclipse.org/eclipselink/downloads/
i suggest contacting eclipse support for any issues with their installer Martin Gainty ______________________________________________ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen. Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le destinataire prévu, nous te demandons avec bonté que pour satisfaire informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est interdite. Ce message sert à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Mon, 2 Nov 2009 16:16:28 -0800 > Subject: Persistence > From: [email protected] > To: [email protected] > > Hi - > > I'm very new to maven but, from what I understand, maven will download jars > as needed from repo sites. However, it continually claimed it could not > download org.eclipse.persistence:javax.persistence:jar:1.1.0 > and org.eclipse.persistence:eclipselink:jar:1.1.0. So, I went to a mirror, > downloaded them myself and installed them both using the commands: > > mvn install:install-file -DgroupId=org.eclipse.persistence -DartifactId=* > eclipselink* -Dversion=1.1.0 -Dpackaging=jar -Dfile=/path/to/file > > and > > mvn install:install-file -DgroupId=org.eclipse.persistence -DartifactId=* > javax.persistence* -Dversion=1.1.0 -Dpackaging=jar -Dfile=/path/to/file > > But, now when I run "mvn compile" it complains about every persistence > annotation saying that the symbol is not found. > > What now? I'm lost. > > Jared _________________________________________________________________ Bing brings you maps, menus, and reviews organized in one place. http://www.bing.com/search?q=restaurants&form=MFESRP&publ=WLHMTAG&crea=TEXT_MFESRP_Local_MapsMenu_Resturants_1x1
