links · people · groups · tags | My: links · tags · groups · watchlists · notes login · sign up now! | help · blog
Simpy simpy
 
Home / people / othiym23 / groups / content ops
1 - 7 of 7  
 
Dependency management is one of the features of Maven that is best known to users and is one of the areas where Maven excels. There is not much difficulty in managing dependencies for a single a project, but when you start getting into dealing with multi-module projects and applications that consist of tens or hundreds of modules this is where Maven can help you a great deal in maintaining a high degree of control and stability.
by othiym23 2006-08-29 18:40 maven · build · reference · dependency
http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html
Same concept of the install:install-file goal of the maven-install-plugin where the 3rd party JAR is installed in the local repository. But this time instead to local repository the JAR will be install both in the local and remote repository.
by othiym23 2006-11-06 18:27 maven · build · java · programming
http://maven.apache.org/guides/mini/guide-3rd-party-jars-remote.html
you may want to use an alternative mirror for a particular repository without changing the project files
by othiym23 2006-07-20 22:26 maven · build · work · development · ops
http://maven.apache.org/guides/mini/guide-mirror-settings.html
This article finally pins down the elusive Maven 2 POM, version 4.0, the single largest configuration file you are likely ever to love. Readers will learn that the successful Maven 2 build system derives much of its power and portability from the POM, and that—despite what you may have heard—it is really not so bad after all.
by othiym23 2006-07-21 02:01 maven · build · reference · work · programming
http://www.javaworld.com/javaworld/jw-05-2006/jw-0529-maven_p.html
So you started using maven / maven2 in your organization. Now you need a place to deploy your company specific artifacts. You also don’t want to depend on an external repository to perform your b
by othiym23 2006-05-12 12:50 maven · build · java · programming · j2ee · agile · work
http://www.coffeebreaks.org/blogs/?p=37
by othiym23 2006-05-15 17:42 maven · repository · build · java · work · j2ee
http://www.ibiblio.org/maven2/
In order to deploy artifacts using SSH you must first specify the use of an SSH server in the distributionManagement element of your POM as well as specifying an extension in your build element which will pull in the SSH artifacts required to deploy with SSH:
by othiym23 2006-05-15 17:44 maven · remote · repository · troubleshooting · ssh · work
http://maven.apache.org/guides/mini/guide-deploy-ssh-external.html
1 - 7 of 7  
Related Tags
 
- exclude ~ optional + require
-- ~ + 7 maven
-- ~ + 6 build
-- ~ + 5 work
-- ~ + 3 java
-- ~ + 2 j2ee
-- ~ + 1 agile
Related Members
othiym23