1 <project xmlns=
"http://maven.apache.org/POM/4.0.0"
2 xmlns:
xsi=
"http://www.w3.org/2001/XMLSchema-instance"
3 xsi:
schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4 <modelVersion>4.0.0</modelVersion>
5 <groupId>com.gitlab.klamonte
</groupId>
6 <artifactId>jexer
</artifactId>
7 <packaging>jar
</packaging>
9 <description>Java Text User Interface library that resembles Turbo Vision
</description>
10 <version>0.3.0</version>
11 <url>https://gitlab.com/klamonte/jexer
</url>
15 <name>MIT License
</name>
16 <url>http://www.opensource.org/licenses/mit-license.php
</url>
17 <distribution>repo
</distribution>
22 <project.build.sourceEncoding
>UTF-
8</project.build.sourceEncoding
>
23 <project.reporting.outputEncoding
>UTF-
8</project.reporting.outputEncoding
>
27 <connection>scm:git:https://gitlab.com/klamonte/jexer.git
</connection>
28 <developerConnection>scm:git:https://gitlab.com/klamonte/jexer.git
</developerConnection>
29 <url>https://gitlab.com/klamonte/jexer
</url>
34 <system>gitlab
</system>
35 <url>https://gitlab.com/klamonte/jexer/issues
</url>
39 <sourceDirectory>${project.basedir}/src
</sourceDirectory>
42 <directory>${project.basedir}/resources
</directory>
43 <filtering>false
</filtering>
45 <include>**/*
</include>
49 <directory>src
</directory>
51 <exclude>**/*.java
</exclude>
57 <groupId>org.apache.maven.plugins
</groupId>
58 <artifactId>maven-compiler-plugin
</artifactId>
59 <version>3.1</version>
66 <groupId>org.apache.maven.plugins
</groupId>
67 <artifactId>maven-jar-plugin
</artifactId>
68 <version>3.0.2</version>
78 <Implementation-Version>${project.version}
</Implementation-Version>
86 <distributionManagement>
89 <url>https://oss.sonatype.org/content/repositories/snapshots
</url>
91 </distributionManagement>
99 <groupId>org.apache.maven.plugins
</groupId>
100 <artifactId>maven-source-plugin
</artifactId>
101 <version>2.2.1</version>
104 <id>attach-sources
</id>
106 <goal>jar-no-fork
</goal>
112 <groupId>org.apache.maven.plugins
</groupId>
113 <artifactId>maven-javadoc-plugin
</artifactId>
114 <version>2.9.1</version>
117 <id>attach-javadocs
</id>
126 <groupId>org.apache.maven.plugins
</groupId>
127 <artifactId>maven-gpg-plugin
</artifactId>
128 <version>1.5</version>
131 <id>sign-artifacts
</id>
132 <phase>verify
</phase>
147 <name>Kevin Lamonte
</name>
148 <email>kevin.lamonte@gmail.com
</email>