[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [eclipselink-users] Gah! Netbeans, Maven, and EclipseLink
|
On Sep 26, 2008, at 1:38 PM, amphoras wrote:
Yes, I also found it a pain to use Maven with EclipseLink at first.
But now
things work fine. The trick is to convert the "&" symbol to "&
amp;" in the
URL (remove the space in that quoted string--that was the only way I
could
get the string to display properly by this forum).
I had already done that with no joy. Are you able to get auto-complete
for eclipse maven repo elements?
How do you have the actual repository defined?
Here's my current repo definition that only displays eclipselink 1.0-
SNAPSHOT under org.eclipse.persistence. I'm not presented with any
release versions, etc.
<repository>
<id>EclipseLink Repo</id>
<url>http://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/rt/eclipselink/maven.repo
</url>
<releases><enabled>1</enabled></releases>
<snapshots><enabled>1</enabled></snapshots>
</repository>
-David