MavenShow all

GOPROXY - A Central Module Dependency Management

In the last article Module - Futu…

Read More »

Releasing with Maven and Git

We were using maven release plug-in along with SVN since last couple of ye…

Read More »

Adding SCM Revision number in property file using maven plugin

One of the requirement in my project was to create an entry of last SCM Rev…

Read More »

Debugging Maven Project on Tomcat

We were creating a maven web project which needs to be deployed on the Tomcat. As we al…

Read More »

Add *.java source files along with the *.class files in my jar using Maven

I wanted to bundle a jar file along with the source using Maven fo…

Read More »

How to get auto fill in Maven JSF web project

I created a JSF web project using Maven in eclipse. As soon as I did this I found that my…

Read More »

How do I increase the amount of memory available to Maven?

At times Maven build fails with java.lang.OutOfMemory , while runn…

Read More »