Tech-Today
Repository Management
GIT
- How to invoke a Jenkins build from Assembla on GIT push
- How to initialize a git repository and linked it to a remote repository provider
SVN
- How to setup your google code repository to be accessible in maven
MAVEN
- How to push external jar into artifactory using maven
-
How To Initialize A Git Repository And Linked It To A Remote Repository Provider
For example we've just created a new project and want to push it to a remote repository. Here's what we need to do. Find out what is the repository url, you can see it at github. For example: https://github.com/czetsuya/JAX-RS-REST-Security.gitOpen...
-
How To Invoke A Jenkins Build From Assembla On Git Push
This tutorial will try to configure a jenkins job to run when a git push is done on Assembla. This tutorial assumes that your server is running in Ubuntu 12.04.2. Requirements: You must have an assembla account with admin privilege.An external server...
-
How To Sync Github And Openshift Git Repository
OpenShift is such a wonderful playground for those who want to try and experience real javaee6/jboss cloud hosting. But often some of us wanted to host the code in another git repository like github or bitbucket or somewhere else. This article will try...
-
How To Install A Maven Artifact Into Your Local Repository
For example, you are working on a maven project application that integrates with paypal. You download paypal sdk (jars), but you don't have any repository manager installed/setup on your local machine. What you can do are: 1.) Include the...
-
The Most Commonly Use Maven Repositories
Primefaces - http://repository.primefaces.org Liferay portlets - http://repository.portletfaces.org/content/repositories/portletfaces-releases Sonatype - http://oss.sonatype.org/content/groups/public JBoss - http://repository.jboss.org/nexus/content/groups/public-jboss...
Tech-Today