inited maven project

master
Vyacheslav N. Boyko 2017-06-21 16:51:04 +03:00
parent 57f5c6a1d6
commit 66f814da31
2 changed files with 23 additions and 0 deletions

11
.gitignore vendored 100644
View File

@ -0,0 +1,11 @@
.idea/**
.idea/*
.idea
*.iml
out/**
out/*
lib/**
lib/*
target/**
target/*
build.7z

12
pom.xml 100644
View File

@ -0,0 +1,12 @@
<?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>ru.bvn13</groupId>
<artifactId>licenseserverjclient</artifactId>
<version>1.0-SNAPSHOT</version>
</project>