Giacomo Pati wrote: > > I'm trying to get the cocoon.jcr block compiling but cannot find a > jcr-1.1.jar to download from any of the maven repos I know of. > > Anybody knows of one? I've found a jcr-1.0.jar at > http://www.day.com/maven/jsr170/jars/ but I don't want to list the Day > server in our poms. > > I also don't know whether that one is publically redistributable and the > Maven 2 docs suggests downloading it from the official Sun site and > installing it into each ones local Maven2 repository. > > Any ideas how to solve this? >
This is mentioned in the maven docs (though of not much help) : http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html Also read the discussion on [email protected] : http://mail-archives.apache.org/mod_mbox/www-repository/200512.mbox/thread (thread "Making a redist of all the javax.* packages") Aren't there geronimo packages available for this, like eg geronimo-spec-javamail.jar ? Jorg
