ragged-rigid
ragged-rigid
ragged-rigid
ragged-rigid
Category » Maven « @ www.digitalpains.net

Archive for the ‘Maven’ Category

search

Adding Maven Support to JBoss Developer Studio

By default JBoss Developer Studio doesn’t come with a Eclipse Maven plug-in. To be able to install m2eclipse plug-in you need to add update sites for m2eclipse plug-in to your IDE. There are 2 update sites. m2eclipse Core Update Site: http://m2eclipse.sonatype.org/sites/m2e m2eclipse Extras Update Site: http://m2eclipse.sonatype.org/sites/m2e-extras For more information please take a look at the [...]

Read the rest of this entry »
partner

My Favorite Maven Links

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 »
jobs

How to make jar files include both java sources and class files with maven?

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 »
language
 
information