Posted in 01/02/2010 ¬ 11:23 amh.alper.sogukpinar
Formal Apache Maven site AvaJava Web Tutorials‘ Maven category. Really useful web site, teaches common maven configurations and tasks with screenshots and short explanations Maven: The Definitive Guide published by O’Reilly. It’s free and you can read full content of the book from the website. Both, html and pdf versions are available.
Read the rest of this entry »
Posted in 22/01/2010 ¬ 1:56 amh.alper.sogukpinar
The Maven Source Plugin creates a jar archive of the source files of the current project. The jar file is, by default, created in the project’s target directory. If you want to make a jar file which includes both java sources and class files you can use Resources element as specified below xml snippet. After this [...]
Read the rest of this entry »