1
0
mirror of https://github.com/moparisthebest/sxf4j synced 2024-12-21 22:18:49 -05:00

Add properties to pom.xml

This commit is contained in:
Travis Burtrum 2017-03-01 01:09:04 -05:00
parent ac1984c9ad
commit 5eaf447881

View File

@ -39,6 +39,12 @@
<connection>scm:git:git@github.com:moparisthebest/sxf4j.git</connection>
<url>git@github.com:moparisthebest/sxf4j.git</url>
</scm>
<properties>
<maven.test.skip>true</maven.test.skip>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<pushChanges>false</pushChanges>
<localCheckout>true</localCheckout>
</properties>
<dependencies>
<!-- for Xpp3XmlElement -->