Skip to content

Instantly share code, notes, and snippets.

View krissrex's full-sized avatar
🏠
Working from home

Kristian Rekstad krissrex

🏠
Working from home
View GitHub Profile
@krissrex
krissrex / pom.xml
Created March 10, 2018 17:45 — forked from kvalv/pom.xml
mikaels prosjekt
<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/maven-v4_0_0.xsd">
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
<repositories>
</repositories>
<modelVersion>4.0.0</modelVersion>
<groupId>com.mycompany.app</groupId>