Maven: Build a Java Project with Maven
Hey, if you want to build your Java Project full automatically or you run a continious integration server, like jenkins, you need to configure your maven settings in your pom.xml. The following pom.xml is an example to build a very easy Java Application. 4.0.0 de.professional_webworkx.newsarchive TextIndexer 0.0.1-SNAPSHOT jar TextIndexer http://maven.apache.org UTF-8 junit junit 4.11 test […]