mirror of
https://github.com/nikdoof/bukkitxmpp.git
synced 2025-12-13 17:42:16 +00:00
Correct POM.xml formatting.
This commit is contained in:
128
pom.xml
128
pom.xml
@@ -18,40 +18,38 @@
|
|||||||
<scm>
|
<scm>
|
||||||
<url>git://github.com/nikdoof/bukkitxmpp.git</url>
|
<url>git://github.com/nikdoof/bukkitxmpp.git</url>
|
||||||
</scm>
|
</scm>
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<snapshots>
|
<snapshots>
|
||||||
<enabled>false</enabled>
|
<enabled>false</enabled>
|
||||||
</snapshots>
|
</snapshots>
|
||||||
<id>central</id>
|
<id>central</id>
|
||||||
<name>libs-release</name>
|
<name>libs-release</name>
|
||||||
<url>http://repo.bukkit.org/artifactory/libs-release</url>
|
<url>http://repo.bukkit.org/artifactory/libs-release</url>
|
||||||
</repository>
|
</repository>
|
||||||
<repository>
|
<repository>
|
||||||
<snapshots />
|
<snapshots />
|
||||||
<id>snapshots</id>
|
<id>snapshots</id>
|
||||||
<name>libs-snapshot</name>
|
<name>libs-snapshot</name>
|
||||||
<url>http://repo.bukkit.org/artifactory/libs-snapshot</url>
|
<url>http://repo.bukkit.org/artifactory/libs-snapshot</url>
|
||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
<pluginRepositories>
|
<pluginRepositories>
|
||||||
<pluginRepository>
|
<pluginRepository>
|
||||||
<snapshots>
|
<snapshots>
|
||||||
<enabled>false</enabled>
|
<enabled>false</enabled>
|
||||||
</snapshots>
|
</snapshots>
|
||||||
<id>central</id>
|
<id>central</id>
|
||||||
<name>plugins-release</name>
|
<name>plugins-release</name>
|
||||||
<url>http://repo.bukkit.org/artifactory/plugins-release</url>
|
<url>http://repo.bukkit.org/artifactory/plugins-release</url>
|
||||||
</pluginRepository>
|
</pluginRepository>
|
||||||
<pluginRepository>
|
<pluginRepository>
|
||||||
<snapshots />
|
<snapshots />
|
||||||
<id>snapshots</id>
|
<id>snapshots</id>
|
||||||
<name>plugins-snapshot</name>
|
<name>plugins-snapshot</name>
|
||||||
<url>http://repo.bukkit.org/artifactory/plugins-snapshot</url>
|
<url>http://repo.bukkit.org/artifactory/plugins-snapshot</url>
|
||||||
</pluginRepository>
|
</pluginRepository>
|
||||||
</pluginRepositories>
|
</pluginRepositories>
|
||||||
|
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.bukkit</groupId>
|
<groupId>org.bukkit</groupId>
|
||||||
@@ -71,40 +69,34 @@
|
|||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<dependencyManagement>
|
|
||||||
<dependencies />
|
|
||||||
|
|
||||||
</dependencyManagement>
|
|
||||||
<modules>
|
|
||||||
</modules>
|
|
||||||
<build>
|
<build>
|
||||||
<defaultGoal>clean install</defaultGoal>
|
<defaultGoal>clean install</defaultGoal>
|
||||||
<plugins>
|
<plugins>
|
||||||
<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.1</version>
|
<version>2.1</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<archive>
|
<archive>
|
||||||
<manifestEntries>
|
<manifestEntries>
|
||||||
<Implementation-Title>BukkitXMPP</Implementation-Title>
|
<Implementation-Title>BukkitXMPP</Implementation-Title>
|
||||||
<Implementation-Version>${describe}</Implementation-Version>
|
<Implementation-Version>${describe}</Implementation-Version>
|
||||||
<Implementation-Vendor>Matalok</Implementation-Vendor>
|
<Implementation-Vendor>Matalok</Implementation-Vendor>
|
||||||
</manifestEntries>
|
</manifestEntries>
|
||||||
</archive>
|
</archive>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-compiler-plugin</artifactId>
|
<artifactId>maven-compiler-plugin</artifactId>
|
||||||
<version>2.0.2</version>
|
<version>2.0.2</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<source>1.5</source>
|
<source>1.5</source>
|
||||||
<target>1.5</target>
|
<target>1.5</target>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
<resources>
|
<resources>
|
||||||
</resources>
|
</resources>
|
||||||
</build>
|
</build>
|
||||||
</project>
|
</project>
|
||||||
Reference in New Issue
Block a user