kockas
May 12th, 2008, 10:41 AM
First of all thank you for bringing OSGI into Spring world. :) But I've some remarks to your usage of maven.
It's nice, that you use maven to support build process, however I found it kind of tricky.
Maven is good because it brought convention over configuration into java. And here comes problems.
I'm used to write 'mvn test' and expect BUILD SUCCESSFUL. Instead I receive a plenty of strange exceptions. (I know I need to define profile, but #%^#$ )
There should be the default one.
When I need to run test I need to use profile "it"? Instead of 'mvn test'? Why? That's crazy.
In many places in documentation, you are going too deep into technical details (how and why things done), but it takes time to find out, how to import project into eclipse without compilation problems. How to run tests? And definitely: WHY usual maven commands does not behave like they should?
Your doc, is definitely missing maven howto. And I think it is wrong, that it needs it...
It's nice, that you use maven to support build process, however I found it kind of tricky.
Maven is good because it brought convention over configuration into java. And here comes problems.
I'm used to write 'mvn test' and expect BUILD SUCCESSFUL. Instead I receive a plenty of strange exceptions. (I know I need to define profile, but #%^#$ )
There should be the default one.
When I need to run test I need to use profile "it"? Instead of 'mvn test'? Why? That's crazy.
In many places in documentation, you are going too deep into technical details (how and why things done), but it takes time to find out, how to import project into eclipse without compilation problems. How to run tests? And definitely: WHY usual maven commands does not behave like they should?
Your doc, is definitely missing maven howto. And I think it is wrong, that it needs it...