In Maven, adding dependency is just a piece of cake. Take a look on the following pom.xml.
Continue reading Maven – Dependency on jar/war package
Tag Archives: Maven
Maven – Setup mirror to Archiva Repository Manager
So we know how to install the Archiva.
Maven – Archiva Installation
The next task is to configure the Maven such that it will download the dependencies through the Archiva.
Continue reading Maven – Setup mirror to Archiva Repository Manager
Maven – Archiva Installation
Archiva is a repository manager which is necessary for development in Maven for 2 purposes.
1. Add your own dependencies to the repository in Archiva in case if they are not found in the public Maven repository like http://repo1.maven.org/maven2/
Continue reading Maven – Archiva Installation
Maven – Proxy setting
Maven helps you to manage all the dependencies in your java projects. Whenever you add a new dependency in the pom.xml. Maven will check if that dependency exists in the Maven Repository on internet. So in order to let Maven work, it should be allowed to access the internet without any problem.
Continue reading Maven – Proxy setting
Maven – Installation
Pre-requisites
1. Java SDK 1.5 or above
Windows Installation
1. Download the .zip at the Apache Maven Official site
Continue reading Maven – Installation
Maven – Introduction
In Maven, each project is associate with a pom.xml which stored all the information about the project. This information includes the project reference libraries. To create a new workspace, what you need to do is to check out the source code from svn and maven will get you all the dependencies.
Continue reading Maven – Introduction
Maven + SVN + CruiseControl @ 1
The need of management is always true everywhere — a company, an application as well as yourself. As a programmer. i have been involved in some messy IT projects which have no management at all. Actually this is very common in HK where local companies only want you to complete the tasks before deadline. In such a busy city, seems that quality means nothing and changes come everyday.
Continue reading Maven + SVN + CruiseControl @ 1