To add source code to a WordPress.com blog, check out the following instructions: http://en.support.wordpress.com/code/
Installing Apache Maven
Download and install Java from here Download Apache Maven from here Follow the instructions to install Maven add the following lines to your .profile: . ./.profile mvn --version Create a Sample Project from the Command Line CD to your Development Root folder mvn archetype:generate -DgroupId=com.mycompany.app -DartifactId=my-app -DarchetypeArtifactId=maven-archetype-quickstart -DinteractiveMode=false This creates the following directory structure: my-app +- pom.xml... Continue Reading →