[maven-release-plugin] prepare release 5.5.3

This commit is contained in:
wizjany 2013-03-17 11:17:41 -04:00
parent 9139775c52
commit 84d78ff334

806
pom.xml
View File

@ -1,404 +1,402 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" <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/xsd/maven-4.0.0.xsd">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <modelVersion>4.0.0</modelVersion>
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <groupId>com.sk89q</groupId>
<modelVersion>4.0.0</modelVersion> <artifactId>worldedit</artifactId>
<groupId>com.sk89q</groupId> <version>5.5.3</version>
<artifactId>worldedit</artifactId> <packaging>jar</packaging>
<version>5.5.3-SNAPSHOT</version>
<packaging>jar</packaging> <!-- Project information -->
<name>WorldEdit</name>
<!-- Project information --> <inceptionYear>2010</inceptionYear>
<name>WorldEdit</name> <url>http://wiki.sk89q.com/wiki/WorldEdit</url>
<inceptionYear>2010</inceptionYear> <description>A voxel map editor for Minecraft with tools for adventure map designers,
<url>http://wiki.sk89q.com/wiki/WorldEdit</url> server administrators, and anyone who enjoys building massive structures.</description>
<description>A voxel map editor for Minecraft with tools for adventure map designers,
server administrators, and anyone who enjoys building massive structures.</description> <licenses>
<license>
<licenses> <name>GNU General Public License 2.0</name>
<license> <url>LICENSE.txt</url>
<name>GNU General Public License 2.0</name> <distribution>repo</distribution>
<url>LICENSE.txt</url> <comments>License on WorldEdit</comments>
<distribution>repo</distribution> </license>
<comments>License on WorldEdit</comments> <license>
</license> <name>GNU Lesser General Public License 3.0</name>
<license> <url>LICENSE_LGPL.txt</url>
<name>GNU Lesser General Public License 3.0</name> <distribution>repo</distribution>
<url>LICENSE_LGPL.txt</url> <comments>License on all new contributions</comments>
<distribution>repo</distribution> </license>
<comments>License on all new contributions</comments> </licenses>
</license>
</licenses> <issueManagement>
<system>YouTrack</system>
<issueManagement> <url>http://youtrack.sk89q.com</url>
<system>YouTrack</system> </issueManagement>
<url>http://youtrack.sk89q.com</url>
</issueManagement> <ciManagement>
<system>Jenkins</system>
<ciManagement> <url>http://build.sk89q.com</url>
<system>Jenkins</system> </ciManagement>
<url>http://build.sk89q.com</url>
</ciManagement> <scm>
<connection>scm:git:git://github.com/sk89q/worldedit.git</connection>
<scm> <developerConnection>scm:git:git@github.com:sk89q/worldedit.git</developerConnection>
<connection>scm:git:git://github.com/sk89q/worldedit.git</connection> <url>https://github.com/sk89q/worldedit</url>
<developerConnection>scm:git:git@github.com:sk89q/worldedit.git</developerConnection> <tag>5.5.3</tag>
<url>https://github.com/sk89q/worldedit</url> </scm>
<tag>master</tag>
</scm> <mailingLists>
<mailingList>
<mailingLists> <name>Developer Discussion</name>
<mailingList> <archive>https://groups.google.com/d/forum/sk-dev-discuss</archive>
<name>Developer Discussion</name> </mailingList>
<archive>https://groups.google.com/d/forum/sk-dev-discuss</archive> </mailingLists>
</mailingList>
</mailingLists> <distributionManagement>
<site>
<distributionManagement> <id>sk89q-docs-upload</id>
<site> <url>ftp://sk89q-maven-deploy/worldedit/</url>
<id>sk89q-docs-upload</id> </site>
<url>ftp://sk89q-maven-deploy/worldedit/</url> <repository>
</site> <id>maven.sk89q.com</id>
<repository> <url>http://maven.sk89q.com/artifactory/libs-release-local</url>
<id>maven.sk89q.com</id> </repository>
<url>http://maven.sk89q.com/artifactory/libs-release-local</url> </distributionManagement>
</repository>
</distributionManagement> <properties> <!-- Fix encoding warnings -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<properties> <!-- Fix encoding warnings --> </properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties> <repositories>
<repository>
<repositories> <id>sk89q-repo</id>
<repository> <url>http://maven.sk89q.com/repo/</url>
<id>sk89q-repo</id> </repository>
<url>http://maven.sk89q.com/repo/</url> <repository>
</repository> <id>bukkit-repo</id>
<repository> <url>http://repo.bukkit.org/content/groups/public</url>
<id>bukkit-repo</id> </repository>
<url>http://repo.bukkit.org/content/groups/public</url> </repositories>
</repository>
</repositories> <dependencies>
<dependency> <!-- Used for snapshots -->
<dependencies> <groupId>de.schlichtherle</groupId>
<dependency> <!-- Used for snapshots --> <artifactId>truezip</artifactId>
<groupId>de.schlichtherle</groupId> <version>6.8.3</version>
<artifactId>truezip</artifactId> <scope>compile</scope>
<version>6.8.3</version> <type>jar</type>
<scope>compile</scope> </dependency>
<type>jar</type>
</dependency> <dependency> <!-- Used for CraftScripts -->
<groupId>rhino</groupId>
<dependency> <!-- Used for CraftScripts --> <artifactId>js</artifactId>
<groupId>rhino</groupId> <version>1.7R2</version>
<artifactId>js</artifactId> <scope>compile</scope>
<version>1.7R2</version> <type>jar</type>
<scope>compile</scope> </dependency>
<type>jar</type>
</dependency> <dependency> <!-- Time format detection -->
<groupId>com.sk89q</groupId>
<dependency> <!-- Time format detection --> <artifactId>jchronic</artifactId> <!-- not original library -->
<groupId>com.sk89q</groupId> <version>0.2.4a</version>
<artifactId>jchronic</artifactId> <!-- not original library --> <scope>compile</scope>
<version>0.2.4a</version> <type>jar</type>
<scope>compile</scope> </dependency>
<type>jar</type>
</dependency> <!-- Used for Permissions support (this version has both the legacy API
and the new Permissions API to compile against -->
<!-- Used for Permissions support (this version has both the legacy API <dependency>
and the new Permissions API to compile against --> <groupId>com.sk89q</groupId>
<dependency> <artifactId>dummypermscompat</artifactId>
<groupId>com.sk89q</groupId> <version>1.7</version>
<artifactId>dummypermscompat</artifactId> <scope>compile</scope>
<version>1.7</version> <type>jar</type>
<scope>compile</scope> <optional>true</optional> <!-- Don't export -->
<type>jar</type> </dependency>
<optional>true</optional> <!-- Don't export -->
</dependency> <dependency> <!-- Bukkit implementation -->
<groupId>org.bukkit</groupId>
<dependency> <!-- Bukkit implementation --> <artifactId>bukkit</artifactId>
<groupId>org.bukkit</groupId> <version>1.5-R0.1-SNAPSHOT</version>
<artifactId>bukkit</artifactId> <scope>compile</scope>
<version>1.5-R0.1-SNAPSHOT</version> <type>jar</type>
<scope>compile</scope> <optional>true</optional>
<type>jar</type> </dependency>
<optional>true</optional>
</dependency> <dependency> <!-- NMS blocks -->
<groupId>org.bukkit</groupId>
<dependency> <!-- NMS blocks --> <artifactId>craftbukkit</artifactId>
<groupId>org.bukkit</groupId> <version>1.5-R0.1-SNAPSHOT</version>
<artifactId>craftbukkit</artifactId> <scope>compile</scope>
<version>1.5-R0.1-SNAPSHOT</version> <type>jar</type>
<scope>compile</scope> <optional>true</optional>
<type>jar</type> </dependency>
<optional>true</optional>
</dependency> <dependency> <!-- Unit tests -->
<groupId>org.mockito</groupId>
<dependency> <!-- Unit tests --> <artifactId>mockito-core</artifactId>
<groupId>org.mockito</groupId> <version>1.9.0-rc1</version>
<artifactId>mockito-core</artifactId> <scope>test</scope>
<version>1.9.0-rc1</version> <type>jar</type>
<scope>test</scope> </dependency>
<type>jar</type>
</dependency> <dependency>
<groupId>javax.servlet</groupId>
<dependency> <artifactId>servlet-api</artifactId>
<groupId>javax.servlet</groupId> <version>2.4</version>
<artifactId>servlet-api</artifactId> <scope>provided</scope>
<version>2.4</version> </dependency>
<scope>provided</scope> </dependencies>
</dependency>
</dependencies> <build>
<defaultGoal>install</defaultGoal>
<build> <sourceDirectory>${basedir}/src/main/java/</sourceDirectory>
<defaultGoal>install</defaultGoal>
<sourceDirectory>${basedir}/src/main/java/</sourceDirectory> <extensions> <!-- Used for uploading the docs -->
<extension>
<extensions> <!-- Used for uploading the docs --> <groupId>org.apache.maven.wagon</groupId>
<extension> <artifactId>wagon-ftp</artifactId>
<groupId>org.apache.maven.wagon</groupId> <version>1.0-beta-6</version>
<artifactId>wagon-ftp</artifactId> </extension>
<version>1.0-beta-6</version> </extensions>
</extension>
</extensions> <resources>
<resource>
<resources> <targetPath>.</targetPath>
<resource> <filtering>true</filtering>
<targetPath>.</targetPath> <directory>${basedir}/src/main/resources/</directory>
<filtering>true</filtering> <includes>
<directory>${basedir}/src/main/resources/</directory> <include>plugin.yml</include>
<includes> <include>properties.yml</include>
<include>plugin.yml</include> </includes>
<include>properties.yml</include> </resource>
</includes> <resource>
</resource> <targetPath>defaults/</targetPath>
<resource> <filtering>true</filtering>
<targetPath>defaults/</targetPath> <directory>${basedir}/src/main/resources/</directory>
<filtering>true</filtering> <includes>
<directory>${basedir}/src/main/resources/</directory> <include>config.yml</include>
<includes> </includes>
<include>config.yml</include> </resource>
</includes> <resource> <!-- NMS support in Bukkit -->
</resource> <targetPath>nmsblocks/</targetPath>
<resource> <!-- NMS support in Bukkit --> <filtering>false</filtering>
<targetPath>nmsblocks/</targetPath> <directory>${basedir}/src/main/resources/nmsblocks/</directory>
<filtering>false</filtering> <includes>
<directory>${basedir}/src/main/resources/nmsblocks/</directory> <include>*.class</include>
<includes> </includes>
<include>*.class</include> </resource>
</includes> </resources>
</resource>
</resources> <plugins>
<plugin>
<plugins> <groupId>org.apache.maven.plugins</groupId>
<plugin> <artifactId>maven-compiler-plugin</artifactId>
<groupId>org.apache.maven.plugins</groupId> <version>2.3.2</version>
<artifactId>maven-compiler-plugin</artifactId> <configuration>
<version>2.3.2</version> <source>1.6</source>
<configuration> <target>1.6</target>
<source>1.6</source> </configuration>
<target>1.6</target> </plugin>
</configuration>
</plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId>
<plugin> <artifactId>maven-jar-plugin</artifactId>
<groupId>org.apache.maven.plugins</groupId> <version>2.3.1</version>
<artifactId>maven-jar-plugin</artifactId> <configuration>
<version>2.3.1</version> <archive>
<configuration> <addMavenDescriptor>true</addMavenDescriptor>
<archive> <manifest>
<addMavenDescriptor>true</addMavenDescriptor> <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
<manifest> <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries> </manifest>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries> <manifestEntries>
</manifest> <Class-Path>truezip.jar WorldEdit/truezip.jar js.jar WorldEdit/js.jar</Class-Path>
<manifestEntries> <!-- This is a legacy manifest entry for older versions of
<Class-Path>truezip.jar WorldEdit/truezip.jar js.jar WorldEdit/js.jar</Class-Path> WorldEdit (like really old) -->
<!-- This is a legacy manifest entry for older versions of <WorldEdit-Version>${project.version}</WorldEdit-Version>
WorldEdit (like really old) --> </manifestEntries>
<WorldEdit-Version>${project.version}</WorldEdit-Version> </archive>
</manifestEntries> </configuration>
</archive> </plugin>
</configuration>
</plugin> <plugin>
<artifactId>maven-assembly-plugin</artifactId>
<plugin> <version>2.2-beta-2</version>
<artifactId>maven-assembly-plugin</artifactId> <configuration>
<version>2.2-beta-2</version> <descriptor>${basedir}/src/main/assembly/default.xml</descriptor>
<configuration> </configuration>
<descriptor>${basedir}/src/main/assembly/default.xml</descriptor> <executions>
</configuration> <execution>
<executions> <id>release</id>
<execution> <phase>package</phase>
<id>release</id> <goals>
<phase>package</phase> <goal>single</goal>
<goals> </goals>
<goal>single</goal> </execution>
</goals> </executions>
</execution> </plugin>
</executions>
</plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId>
<plugin> <artifactId>maven-shade-plugin</artifactId>
<groupId>org.apache.maven.plugins</groupId> <version>1.7.1</version>
<artifactId>maven-shade-plugin</artifactId> <executions>
<version>1.7.1</version> <execution>
<executions> <phase>package</phase>
<execution> <goals>
<phase>package</phase> <goal>shade</goal>
<goals> </goals>
<goal>shade</goal> <configuration>
</goals> <artifactSet>
<configuration> <includes>
<artifactSet> <include>com.sk89q:jchronic</include>
<includes> </includes>
<include>com.sk89q:jchronic</include> </artifactSet>
</includes> </configuration>
</artifactSet> </execution>
</configuration> </executions>
</execution> </plugin>
</executions>
</plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId>
<plugin> <artifactId>maven-release-plugin</artifactId>
<groupId>org.apache.maven.plugins</groupId> <version>2.3.2</version>
<artifactId>maven-release-plugin</artifactId> <configuration>
<version>2.3.2</version> <preparationGoals>assembly:assembly</preparationGoals>
<configuration> <goals>assembly:assembly</goals>
<preparationGoals>assembly:assembly</preparationGoals> <tagNameFormat>@{project.version}</tagNameFormat>
<goals>assembly:assembly</goals> </configuration>
<tagNameFormat>@{project.version}</tagNameFormat> </plugin>
</configuration>
</plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId>
<plugin> <artifactId>maven-surefire-plugin</artifactId>
<groupId>org.apache.maven.plugins</groupId> <version>2.7.2</version>
<artifactId>maven-surefire-plugin</artifactId> <configuration>
<version>2.7.2</version> <excludes>
<configuration> <exclude>**/TestOfflinePermissible.java</exclude>
<excludes> </excludes>
<exclude>**/TestOfflinePermissible.java</exclude> </configuration>
</excludes> </plugin>
</configuration>
</plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId>
<plugin> <artifactId>maven-site-plugin</artifactId>
<groupId>org.apache.maven.plugins</groupId> <version>3.1</version>
<artifactId>maven-site-plugin</artifactId> <configuration>
<version>3.1</version> <reportPlugins>
<configuration> <plugin>
<reportPlugins> <groupId>org.apache.maven.plugins</groupId>
<plugin> <artifactId>maven-project-info-reports-plugin</artifactId>
<groupId>org.apache.maven.plugins</groupId> <version>2.5</version>
<artifactId>maven-project-info-reports-plugin</artifactId> <reportSets>
<version>2.5</version> <reportSet>
<reportSets> <reports>
<reportSet> <report>license</report>
<reports> <report>index</report>
<report>license</report> </reports>
<report>index</report> </reportSet>
</reports> </reportSets>
</reportSet> </plugin>
</reportSets>
</plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId>
<plugin> <artifactId>maven-javadoc-plugin</artifactId>
<groupId>org.apache.maven.plugins</groupId> <version>2.8.1</version>
<artifactId>maven-javadoc-plugin</artifactId> </plugin>
<version>2.8.1</version> </reportPlugins>
</plugin> </configuration>
</reportPlugins> </plugin>
</configuration> </plugins>
</plugin> </build>
</plugins>
</build> <profiles>
<!-- Attach javadocs and source .jars -->
<profiles> <profile>
<!-- Attach javadocs and source .jars --> <id>attach-docs</id>
<profile>
<id>attach-docs</id> <build>
<plugins>
<build> <plugin>
<plugins> <groupId>org.apache.maven.plugins</groupId>
<plugin> <artifactId>maven-source-plugin</artifactId>
<groupId>org.apache.maven.plugins</groupId> <version>2.2.1</version>
<artifactId>maven-source-plugin</artifactId> <executions>
<version>2.2.1</version> <execution>
<executions> <id>attach-sources</id>
<execution> <goals>
<id>attach-sources</id> <goal>jar</goal>
<goals> </goals>
<goal>jar</goal> </execution>
</goals> </executions>
</execution> </plugin>
</executions>
</plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId>
<plugin> <artifactId>maven-javadoc-plugin</artifactId>
<groupId>org.apache.maven.plugins</groupId> <version>2.8.1</version>
<artifactId>maven-javadoc-plugin</artifactId> <executions>
<version>2.8.1</version> <execution>
<executions> <id>attach-javadocs</id>
<execution> <goals>
<id>attach-javadocs</id> <goal>jar</goal>
<goals> </goals>
<goal>jar</goal> </execution>
</goals> </executions>
</execution> </plugin>
</executions> </plugins>
</plugin> </build>
</plugins> </profile>
</build>
</profile> <!-- Build Spout, disabled by default because it always breaks -->
<profile>
<!-- Build Spout, disabled by default because it always breaks --> <id>spout</id>
<profile>
<id>spout</id> <repositories>
<repository> <!-- WARNING: This breaks all the time -->
<repositories> <id>spout-repo</id>
<repository> <!-- WARNING: This breaks all the time --> <url>http://nexus.spout.org/content/groups/public/</url>
<id>spout-repo</id> </repository>
<url>http://nexus.spout.org/content/groups/public/</url> </repositories>
</repository>
</repositories> <dependencies>
<dependency>
<dependencies> <groupId>org.spout</groupId>
<dependency> <artifactId>spoutapi</artifactId>
<groupId>org.spout</groupId> <version>dev-SNAPSHOT</version> <!-- WARNING: This breaks all the time -->
<artifactId>spoutapi</artifactId> <optional>true</optional>
<version>dev-SNAPSHOT</version> <!-- WARNING: This breaks all the time --> </dependency>
<optional>true</optional> <dependency>
</dependency> <groupId>org.spout</groupId>
<dependency> <artifactId>vanilla</artifactId>
<groupId>org.spout</groupId> <version>1.4.7-SNAPSHOT</version> <!-- WARNING: This breaks all the time -->
<artifactId>vanilla</artifactId> <optional>true</optional>
<version>1.4.7-SNAPSHOT</version> <!-- WARNING: This breaks all the time --> </dependency>
<optional>true</optional> </dependencies>
</dependency>
</dependencies> <build>
<plugins>
<build> <plugin>
<plugins> <groupId>org.codehaus.mojo</groupId>
<plugin> <artifactId>build-helper-maven-plugin</artifactId>
<groupId>org.codehaus.mojo</groupId> <version>1.5</version>
<artifactId>build-helper-maven-plugin</artifactId> <executions>
<version>1.5</version> <execution>
<executions> <id>add-sources</id>
<execution> <phase>generate-sources</phase>
<id>add-sources</id> <goals>
<phase>generate-sources</phase> <goal>add-source</goal>
<goals> </goals>
<goal>add-source</goal> <configuration>
</goals> <sources>
<configuration> <source>${basedir}/src/spout/java</source>
<sources> </sources>
<source>${basedir}/src/spout/java</source> </configuration>
</sources> </execution>
</configuration> </executions>
</execution> </plugin>
</executions> </plugins>
</plugin> </build>
</plugins> </profile>
</build> </profiles>
</profile> </project>
</profiles>
</project>