Skip to content

Commit

Permalink
Updated pom.xml and plugin.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wulfspider committed Aug 4, 2011
1 parent 527a79c commit 9588758
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 18 deletions.
File renamed without changes.
19 changes: 4 additions & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,9 @@

<!-- Repository locations -->
<repositories>
<!-- <repository>
<id>craftfire-repo</id>
<url>http://repo.craftfire.com</url>
</repository> -->
<repository>
<id>craftfire-dbrepo</id>
<url>http://db.craftfire.com/repo</url>
<id>spout-repo</id>
<url>http://repo.getspout.org</url>
</repository>
</repositories>

Expand All @@ -63,7 +59,6 @@
<type>jar</type>
<scope>provided</scope>
</dependency>

<!-- SpoutAPI -->
<dependency>
<groupId>org.getspout</groupId>
Expand All @@ -75,8 +70,8 @@
</dependencies>

<build>
<defaultGoal>clean install</defaultGoal>
<sourceDirectory>${basedir}/src/</sourceDirectory>

<!-- Resources -->
<resources>
<resource>
Expand All @@ -88,10 +83,8 @@
</includes>
</resource>
</resources>

<!-- Plugins -->
<plugins>

<!-- Compile plugin -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -102,14 +95,12 @@
<target>1.6</target>
</configuration>
</plugin>

<!-- JAR creation plugin -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.3.1</version>
</plugin>

<!-- JAR dependency addition plugin -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -139,9 +130,7 @@
</execution>
</executions>
</plugin>

</plugins>

</build>

</project>
</project>
9 changes: 6 additions & 3 deletions src/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Spout
version: 1.0.2.${build.number}
description: Spout is a framework to bridge the ever-widening chasm between single player mods, and multiplayer Bukkit plugins.
authors: [Afforess, alta189, Wulfspider]
website: http://www.getspout.org

main: org.getspout.spout.Spout
version: ${project.version}
authors: [Afforess, alta189, WulfSpider]
load: postworld
load: postworld

0 comments on commit 9588758

Please sign in to comment.