Continuum use some SUN jars that can't be redistributed. So you need to download them from sun site
and copy them in the correct group in your repository like describe there :
http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html
Emmanuel
Bob Herrmann a écrit :
ok,
$ svn co
http://svn.apache.org/repos/asf/maven/continuum/branches/continuum-1.0.x/
$ cd continuum-1.0.x
$ sh build.sh
...
[WARNING] Unable to get resource from repository central
(http://repo1.maven.org/maven2)
[INFO]
----------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
----------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
required artifacts missing:
javax.resource:connector:jar:1.0
javax.transaction:jta:jar:1.0.1B
for the artifact:
org.codehaus.mojo:maven-jpox-plugin:maven-plugin:1.0.1
from the specified remote repositories:
central (http://repo1.maven.org/maven2),
snapshots (http://snapshots.maven.codehaus.org/maven2)
Why am I getting these missing resources? I'm following the building
continuum instructions,
http://maven.apache.org/continuum/guides/development/guide-build-continuum.html
and dont see any reference to needed external stuff. (I did already put
maven-2.0.2 in my path.)
Cheers
-bob