mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-11 16:26:22 +00:00
Temporarily remove flatten to get a release out
This commit is contained in:
36
pom.xml
36
pom.xml
@@ -4,7 +4,7 @@
|
||||
<artifactId>forge</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>Forge Parent</name>
|
||||
<version>${revision}</version>
|
||||
<version>2.0.00-SNAPSHOT</version>
|
||||
|
||||
<description>
|
||||
Forge lets you play the card game Magic: The Gathering against a computer opponent using all of the rules.
|
||||
@@ -30,7 +30,7 @@
|
||||
<!-- set snapshotName to blank for release -->
|
||||
<snapshotName>-SNAPSHOT</snapshotName>
|
||||
<!-- revision will be the global version string -->
|
||||
<revision>${versionCode}${snapshotName}</revision>
|
||||
<revision>2.0.00-SNAPSHOT</revision>
|
||||
</properties>
|
||||
|
||||
<licenses>
|
||||
@@ -200,9 +200,10 @@
|
||||
<version>3.0.1</version>
|
||||
<configuration>
|
||||
<allowTimestampedSnapshots>true</allowTimestampedSnapshots>
|
||||
<checkModificationExcludes>
|
||||
<checkModificationExclude>.mvn/local-settings.xml</checkModificationExclude>
|
||||
</checkModificationExcludes>
|
||||
<checkModificationExcludes>
|
||||
<checkModificationExclude>.mvn/local-settings.xml</checkModificationExclude>
|
||||
<checkModificationExclude>forge-gui/release-files/CHANGES.txt</checkModificationExclude>
|
||||
</checkModificationExcludes>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
@@ -331,31 +332,6 @@
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>flatten-maven-plugin</artifactId>
|
||||
<version>1.6.0</version>
|
||||
<configuration>
|
||||
<updatePomFile>true</updatePomFile>
|
||||
<flattenMode>resolveCiFriendliesOnly</flattenMode>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>flatten</id>
|
||||
<phase>process-resources</phase>
|
||||
<goals>
|
||||
<goal>flatten</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>flatten.clean</id>
|
||||
<phase>clean</phase>
|
||||
<goals>
|
||||
<goal>clean</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user