Charles Severance wrote:
The trunk has a bug where PageId's end up with a prefix of a "/" and so
the configuration can never find find pages - and things blow up horribly.
Are you seeing this with the trunk? Craig committed a patch that seems
related just a few days ago. I'll take a look at it tonight if you are.
======= Neither trunk nor beta1 will build unless maven.test.skip=true
========
I can't duplicate this. It builds fine for me on the following:
- Mac OSX - upon which it was never before installed
- Windows XP - upon which it has been installed before
Both using: Maven version: 2.0.4
===== The beta1 tag builds but will not pluto:install =======
The key here is that you need to clean out your maven repo before doing
install and pluto:install.
cd ~/.m2
rm -rf `find . -name '*SNAPSHOT*'`
This is because we're using 1.1.0-SNAPSHOT as the version in trunk which
has been hard coded (yuck) in the install goal as the dependent
version. I recommend that we look into finding a more elegant
approach to managing plugin dependencies.
Just in case anyone is wondering, I don't recommend that we modify the
tag since it represents a release. Let's just upgrade the trunk.
David