no

How to Pull a Git Repository with Sub Modules

In some cases, we might need to add a sub-module to our Git repository. A sub-module is actually a pointer that points to another Git reposi...

How to Install Maven on Windows

This blog post will list down the steps on how we can install and configure Maven on a Windows machine. 1. Introduction Maven is a project...

Getting Started With Github

Go Back to Course Outline Repositories https://github.com/terawarehouse/terawarehouse-catalog https://github.com/terawarehouse/teraw...

How to Pull All Remote Branches Using Egit

Sometimes we just select a number of branches when cloning a repository. But after a while when we decided to pull all the other branches, i...

How to Use Mariadb and Liquibase Together With Maven on Jboss

First you must define the needed dependency in your pom file. <profile> <id>mariadb</id> <activation> <pr...

How to package a java standalone app using maven assembly

The sample codes below will assemble a zipped package of a java standalone app. Dependencies: maven-jar-plugin - to create the jar mave...

How to create a modularized ear project in maven

This post is one way of creating a typical javaee6 maven project that contains ear, web, ejb and api. The output of course is an ear file th...

How to generate wadl via maven plugin

So you've written your web service and would now want to create the wadl for it.  Assuming you have your web project in eclipse with m...

How to get git build id using maven

There are times when git's build number is important for a release. Specially in development mode, when there are frequent releases. So ...

Introduction to a git remote repository

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...

How to setup your google code repository to be accessible in maven

This tutorial will teach us how we can setup a google code project, so we can make the artifact accessible via maven. Requirements: 1.) Y...

How to connect git in 2 remote repositories

This tutorial will explain how to create 2 local branches with the same code base, each linked to different repository. The purpose is that ...

How to solve GIT permission denied

I've encountered this GIT permission denied several times before each time I always come up with a different solution. This time from a ...

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 wan...

How to add global ignore file in git

This tutorial assumes that you already download and install GIT: http://git-scm.com/downloads. Note that I've done this in windows 7. Al...

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 ...

How to create a maven project that have multiple property files via maven antrun plugin

This tutorial will answer several questions (below) within a maven project that has several configuration files (dataset, property, persiste...

How to Push External Jar Into Artifactory Using Maven

This code assumes that you already have artifactory setup. And your local settings.xml allows you to push external jars into it. To do that ...

How to Fix User Anonymous Is Not Permitted to Deploy in Maven

If you ever encounter the error stated about when performing maven deploy, it means you did not specify your repository's account for va...

How to Ignore Maven's Plugin Execution Not Covered by Lifecycle Configuration Warning

There are times when you want to ignore some of maven warnings or errors. To do so, normally we add the ff code in the parent project's ...

index