1
0
mirror of https://github.com/moparisthebest/xAuth synced 2024-12-22 07:08:51 -05:00

Maven stuff again

This commit is contained in:
CypherX 2011-04-21 15:18:29 -04:00
parent e1114e8d4c
commit 1c45f1d496
3 changed files with 61 additions and 61 deletions

4
.gitignore vendored
View File

@ -1,5 +1,5 @@
/.classpath
/.project
/.settings /.settings
/bin /bin
/target /target
/.classpath
/.project

View File

@ -1 +1 @@
Will write this when I have time. Will write when I have time.

16
pom.xml
View File

@ -4,6 +4,9 @@
<artifactId>xauth</artifactId> <artifactId>xauth</artifactId>
<version>1.2.2</version> <version>1.2.2</version>
<name>xAuth</name> <name>xAuth</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<url>http://www.bukkit.org</url> <url>http://www.bukkit.org</url>
<dependencies> <dependencies>
<dependency> <dependency>
@ -41,18 +44,15 @@
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
</configuration> </configuration>
</plugin> </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>2.4.3</version>
<configuration>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId> <artifactId>maven-jar-plugin</artifactId>
<version>2.3.1</version> <version>2.3.1</version>
<executions>
<execution>
<phase>package</phase>
</execution>
</executions>
</plugin> </plugin>
</plugins> </plugins>
</build> </build>