Skip to content

Instantly share code, notes, and snippets.

@jamesnetherton
jamesnetherton / pom.xml
Last active November 16, 2017 17:27
Empty project pom.xml
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId></groupId>
<artifactId></artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>
@jamesnetherton
jamesnetherton / gist:882d52a2b7f3b11f393f3e83ac1e02fc
Created May 19, 2016 06:51
Maven project quick version update
mvn org.codehaus.mojo:versions-maven-plugin:2.2:set -DnewVersion=1.0.0
@jamesnetherton
jamesnetherton / Makefile.golang
Created October 27, 2015 20:56 — forked from dnishimura/Makefile.golang
Makefile for Golang projects
# Makefile for a go project
#
# Author: Jon Eisen
# site: joneisen.me
#
# Targets:
# all: Builds the code
# build: Builds the code
# fmt: Formats the source files
# clean: cleans the code