|
|
|
Maven 2
|
Maven 2 Eclipse Plug-in
Plugins are great in simplifying the life of programmers; it actually reduces the repetitive tasks involved in the programming. In this article our experts will show you the steps required to download and install the Maven Plugin with your eclipse IDE.
View Rating |
|
|
Maven 2
|
Deployment in Tomcat 6.0
Deploy the 'war' file of your application in ?/webapp? to ? /webapps?. There is no need to change the configuration with jdk1.6 and Tomcat 6.0. Tomcat detects the web application and deploy i
View Rating |
|
|
Maven 2
|
Installing and Getting Hands on Maven
Now that we have sufficient understanding of the pom.xml file, let us shift on trying something out. Download Maven from maven.apache.org, unzip the archive into your local directory. Set the JAVA_HOME variable to point to the JDK installation and MAVEN_
View Rating |
|
|
Maven 2
|
Apache Maven plugins
Plugins are used to interact with a host application to provide a specific task on demand. Maven provides a plugin execution framework and all work is done by plugins i.e. real action is performed by plugins like compile code, create jar files, create war
View Rating |
|
|
Maven 2
|
Repository
Another concept in Maven is that of a repository. The repository holds the artifacts on which your project depends. There are two kinds of repository: local and remote. Both of them can be declaratively set. Unless specified otherwise, the local repositor
View Rating |
|
|