Developers: ?
Status: ongoing
Nice introductory article on Maven 2.
On-line books:
Maven – The Definitive Guide
Better Builds With Maven
TODOs
jersey-bundle
- transitive dependencies need to have scope appropriate to dependencies document
- need to provide also source and javadoc bundle
- try to avoid explicit reference to META-INF/services
- rename it to reuse jersey
examples
- need to be mavenized
- should be published as zip files including pom and readme doc
status
- Bookmark(DB,client,GF) project zip
- Bookstore project zip
- EntityProvider project zip
- GenerateWADL project zip
- HelloWorld project zip
- HelloWorldWebApp project zip
- GlassFishDB(DB,GF)
- jMakiBackend project zip
- JsonFromJaxb(client) project zip
- Mandel(Scala) project zip
- OptimisticConcurrency project zip
- SimpleAtomServer project zip
- SimpleConsole project zip
- SimpleServlet(GF) project zip
- StorageService project zip
tests
- tests using http.jar are hanging
- mvn -Pbundle-dependency clean test should create jersey-bundle and run functional tests using it
Notice: current workaround is to run: mvn -Pbundle-dependency clean install
maven-istack-commons-plugin
- com.sun.istack.localization.* should be added into sources to avoid dependency on istack-commons
added appropriate classes to target/classes using maven-dependency-plugin
dependencies for all modules
- specify required versions more flexibly
- avoid requiring jaxb when jdk6 is used
jersey-json
- re-add jflex json grammar definition file and generate the lexer from it
Comments (4)
Jul 03, 2008
brozow says:
I would be happy to work on this. My project moved from Ant to Maven2 a couple ...I would be happy to work on this. My project moved from Ant to Maven2 a couple of years ago and it has been really been worth the effort.
Jul 03, 2008
jakub.podlesak says:
It's a great news. Thanks for the offer. I will commit what i have so far to the...It's a great news. Thanks for the offer. I will commit what i have so far
to the repository so that you can review it. After that we can discus what
to do next.
Jul 24, 2008
brozow says:
Hi Jakub, Did you commit what you had? would you mind posting how you run it? ...Hi Jakub,
Did you commit what you had? would you mind posting how you run it? I see a number of poms but I'm not sure how the current process is working.
Matt
Aug 14, 2008
japod says:
Hi Matt, Sorry for a late reply; notification mechanism somehow failed and i se...Hi Matt,
Sorry for a late reply; notification mechanism somehow failed and i see your question only now.
I am going to put some TODOs onto this page, so that you can see what needs to be done and decide
what you want to help with.
Thanks for your patience,
~Jakub