geforkt von Mirrors/FastAsyncWorldEdit
Updated pom.xml with correct versions.
Disabled pushing for release. Fixed checkout URL in pom.xml. Added local checkout for pom.xml. Added assembly:assembly to preparation goal of release. Fixed path issues with build. Removed release config.
Dieser Commit ist enthalten in:
Ursprung
ae30001ceb
Commit
deef660620
@ -3,7 +3,7 @@
|
||||
en-masse, de-griefing, and fixing issues.</description>
|
||||
|
||||
<property name="src.dir" location="src/main"/>
|
||||
<property name="resources.dir" location="src/resources"/>
|
||||
<property name="resources.dir" location="src/main/resources"/>
|
||||
<property name="build.dir" location="build"/>
|
||||
<property name="dist.dir" location="dist"/>
|
||||
<property name="release.dir" location="release"/>
|
||||
|
17
pom.xml
17
pom.xml
@ -1,11 +1,10 @@
|
||||
<!-- Maven build file for WorldEdit Copyright (c) 2011 sk89q <http://www.sk89q.com>
|
||||
WorldEdit is available under the GNU General Public License v3 -->
|
||||
<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">
|
||||
<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">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.sk89q</groupId>
|
||||
<artifactId>worldedit</artifactId>
|
||||
<version>4.4.0-SNAPSHOT</version>
|
||||
<version>4.4.1-SNAPSHOT</version>
|
||||
<name>WorldEdit</name>
|
||||
<description>WorldEdit allows for editing the Minecraft SMP world
|
||||
en-masse, de-griefing, and fixing issues.</description>
|
||||
@ -77,19 +76,19 @@
|
||||
<!-- Resources -->
|
||||
<resources>
|
||||
<resource>
|
||||
<targetPath></targetPath>
|
||||
<targetPath>.</targetPath>
|
||||
<filtering>true</filtering>
|
||||
<directory>${basedir}</directory>
|
||||
<directory>${basedir}/src/main/resources/</directory>
|
||||
<includes>
|
||||
<include>src/resources/plugin.yml</include>
|
||||
<include>plugin.yml</include>
|
||||
</includes>
|
||||
</resource>
|
||||
<resource>
|
||||
<targetPath>defaults/</targetPath>
|
||||
<filtering>true</filtering>
|
||||
<directory>${basedir}</directory>
|
||||
<directory>${basedir}/src/main/resources/</directory>
|
||||
<includes>
|
||||
<include>src/resources/config.yml</include>
|
||||
<include>config.yml</include>
|
||||
</includes>
|
||||
</resource>
|
||||
</resources>
|
||||
@ -132,7 +131,7 @@
|
||||
<artifactId>maven-assembly-plugin</artifactId>
|
||||
<version>2.2-beta-2</version>
|
||||
<configuration>
|
||||
<descriptor>${basedir}/src/assembly/default.xml</descriptor>
|
||||
<descriptor>${basedir}/src/main/assembly/default.xml</descriptor>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren