diff --git a/.gitignore b/.gitignore index 0682a384..ebacf515 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ .DS_Store node_modules/ package-lock.json +target *.tgz *.log diff --git a/pom.xml b/pom.xml new file mode 100644 index 00000000..8b48fbf4 --- /dev/null +++ b/pom.xml @@ -0,0 +1,94 @@ + + + 4.0.0 + com.github.ua-parser + uap-core + jar + 1.4.1-SNAPSHOT + + + + The Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + + + Benjamin Possolo + bpossolo@gmail.com + UA Parser + https://github.com/ua-parser + + + + https://github.com/ua-parser/uap-core + + + scm:git:git://github.com/ua-parser/uap-core.git + scm:git:ssh://github.com:ua-parser/uap-core.git + http://github.com/ua-parser/uap-core/tree/master + + + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + + UTF-8 + + + + + + ua_parser + ${basedir} + + regexes.yaml + + + + + + + ua_parser + ${basedir}/test_resources + + *.yaml + + + + ua_parser + ${basedir}/tests + + *.yaml + + + + + + + org.apache.maven.plugins + maven-jar-plugin + 3.1.0 + + + + test-jar + + + + + + +