(This is obviously a Maven issue and not a tapestry issue; but...)
I'm not the Maven expert, but it might have been better to delete the entire
artifact folder instead of just the jar. The only real issue with doing this
is that some software (I honestly don't know which) might index the
reposi
I updated tapestry-core5.0.5 from SVN to Eclipse today .
But I got compilation error. The error occured at line 117 in
org.apache.tapestry.internal.test.InternalBaseTestCase.java.
The code at line 117 is
_registry.eagerLoadServices();
The method eagerLoadServices is undefined for the type Registry.