If the problem is because of missing EMF jars, the pom.xml should actually
have this:
<repositories>
<repository>
<id>eclipse.emf</id>
<url>http://download.eclipse.org/tools/emf/maven2</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
http://people.apache.org/~jboynes/maven2 has recently (this morning) been
replaced by the real EMF download site.
Frank.
Daniel Kulp <[EMAIL PROTECTED]> wrote on 03/21/2006 02:54:54 PM:
>
> The helloworldaxis2 sample doesn't build right now. All that needs to
> be done is to add:
>
> <repositories>
> <repository>
> <id>jeremy</id>
> <url>http://people.apache.org/~jboynes/maven2</url>
> <snapshots>
> <enabled>true</enabled>
> </snapshots>
> </repository>
> </repositories>
>
> to the pom.xml and it builds fine. (don't know about running, I'm more
> concerned with a broken build right now) Someone just needs to add that.
>
> Shall I file a JIRA or is this email sufficient?
>
> Thanks!
> --
> J. Daniel Kulp
> Principal Engineer
> IONA
> P: 781-902-8727 C: 508-380-7194
> [EMAIL PROTECTED]