Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mbax committed Jan 1, 2013
1 parent 37e58da commit ce37f53
Showing 1 changed file with 11 additions and 33 deletions.
44 changes: 11 additions & 33 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,19 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<scm>
<connection>scm:git:git://github.com/joeto/j2mc-resslots/j2mc-resslots.git</connection>
<developerConnection>scm:git:ssh://[email protected]/joeto/j2mc-resslots/j2mc-resslots.git</developerConnection>
<url>s://www.github.com/joeto/j2mc-resslots</url>
</scm>

<repositories>
<repository>
<id>bukkit-repo</id>
<url>http://repo.bukkit.org/content/groups/public</url>
</repository>
</repositories>
</repositories>

<dependencies>
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>craftbukkit</artifactId>
<version>1.1-R5-SNAPSHOT</version>
<artifactId>bukkit</artifactId>
<version>RELEASE</version>
<type>jar</type>
</dependency>
<dependency>
Expand All @@ -35,15 +32,12 @@
<scope>compile</scope>
</dependency>
</dependencies>

<!-- This builds a completely 'ready to start' jar with all dependencies inside -->

<build>
<directory>target</directory>
<outputDirectory>target/classes</outputDirectory>
<finalName>${project.artifactId}</finalName>
<sourceDirectory>src</sourceDirectory>
<defaultGoal>clean install</defaultGoal>

<resources>
<resource>
<targetPath>.</targetPath>
Expand All @@ -58,29 +52,13 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.1</version>
<configuration>
<archive>
<manifestEntries>
<Main-Class>Main</Main-Class>
<Implementation-Title>j2mc-resslots</Implementation-Title>
<Implementation-Version>${describe}</Implementation-Version>
<Implementation-Vendor>j2</Implementation-Vendor>
</manifestEntries>
</archive>
</configuration>
</plugin>
<version>2.4</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<inherited>true</inherited>
<configuration>
<source>1.5</source>
<target>1.5</target>
</configuration>
<version>3.0</version>
</plugin>
</plugins>
</build>
</project>

</project>

0 comments on commit ce37f53

Please sign in to comment.