1 <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">
2 <modelVersion>4.0.0</modelVersion>
3 <groupId>com.gitlab.klamonte
</groupId>
4 <artifactId>jexer
</artifactId>
5 <packaging>jar
</packaging>
7 <description>Java Text User Interface library that resembles Turbo Vision
</description>
8 <version>0.3.1-SNAPSHOT
</version>
9 <url>https://gitlab.com/klamonte/jexer
</url>
13 <name>MIT License
</name>
14 <url>http://www.opensource.org/licenses/mit-license.php
</url>
15 <distribution>repo
</distribution>
20 <project.build.sourceEncoding
>UTF-
8</project.build.sourceEncoding
>
21 <project.reporting.outputEncoding
>UTF-
8</project.reporting.outputEncoding
>
25 <connection>scm:git:https://gitlab.com/klamonte/jexer.git
</connection>
26 <developerConnection>scm:git:https://gitlab.com/klamonte/jexer.git
</developerConnection>
27 <url>https://gitlab.com/klamonte/jexer
</url>
32 <system>gitlab
</system>
33 <url>https://gitlab.com/klamonte/jexer/issues
</url>
36 <distributionManagement>
39 <url>https://oss.sonatype.org/content/repositories/snapshots
</url>
43 <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/
</url>
45 </distributionManagement>
48 <sourceDirectory>${project.basedir}/src
</sourceDirectory>
51 <directory>${project.basedir}/resources
</directory>
52 <filtering>false
</filtering>
54 <include>**/*
</include>
58 <directory>src
</directory>
60 <exclude>**/*.java
</exclude>
68 <groupId>org.apache.maven.plugins
</groupId>
69 <artifactId>maven-compiler-plugin
</artifactId>
70 <version>3.1</version>
78 <groupId>org.apache.maven.plugins
</groupId>
79 <artifactId>maven-jar-plugin
</artifactId>
80 <version>3.0.2</version>
90 <Implementation-Version>${project.version}
</Implementation-Version>
97 <groupId>org.apache.maven.plugins
</groupId>
98 <artifactId>maven-source-plugin
</artifactId>
99 <version>2.2.1</version>
102 <id>attach-sources
</id>
103 <phase>verify
</phase>
105 <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-release-plugin
</artifactId>
128 <version>2.5.3</version>
130 <localCheckout>true
</localCheckout>
131 <pushChanges>false
</pushChanges>
132 <mavenExecutorId>forked-path
</mavenExecutorId>
133 <!-- <arguments>-Dgpg.passphrase=${gpg.passphrase}</arguments> -->
139 <groupId>org.apache.maven.scm</groupId>
140 <artifactId>maven-scm-provider-gitexe</artifactId>
141 <version>1.9.5</version>
148 <groupId>org.sonatype.plugins
</groupId>
149 <artifactId>nexus-staging-maven-plugin
</artifactId>
150 <version>1.6.7</version>
151 <extensions>true
</extensions>
153 <serverId>ossrh
</serverId>
154 <nexusUrl>https://oss.sonatype.org/
</nexusUrl>
155 <autoReleaseAfterClose>true
</autoReleaseAfterClose>
163 <id>release-sign-artifacts
</id>
166 <name>performRelease
</name>
176 <artifactId>maven-deploy-plugin</artifactId>
177 <version>2.8.2</version>
180 <id>default-deploy</id>
181 <phase>deploy</phase>
191 <groupId>org.apache.maven.plugins
</groupId>
192 <artifactId>maven-gpg-plugin
</artifactId>
193 <version>1.5</version>
196 <id>sign-artifacts
</id>
197 <phase>verify
</phase>
212 <name>Kevin Lamonte
</name>
213 <email>kevin.lamonte@gmail.com
</email>