Skip to content

Commit 04830f4

Browse files
committed
Version FC-0.79
1 parent b1773e7 commit 04830f4

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

pom.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>us.tastybento</groupId>
55
<artifactId>bskyblock</artifactId>
66
<packaging>jar</packaging>
7-
<version>FC-0.74</version>
7+
<version>FC-0.79</version>
88
<name>BSkyBlock</name>
99
<description>The next generation of ASkyBlock</description>
1010
<properties>
@@ -61,18 +61,18 @@
6161
<target>1.8</target>
6262
</configuration>
6363
</plugin>
64-
<!-- <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId>
65-
<version>1.6</version> <executions> <execution> <phase>package</phase> <goals>
66-
<goal>shade</goal> </goals> <configuration> <transformers> <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
67-
<mainClass>us.tastybento.bskyblock.BSkyBlock</mainClass> </transformer> </transformers>
64+
<!-- <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId>
65+
<version>1.6</version> <executions> <execution> <phase>package</phase> <goals>
66+
<goal>shade</goal> </goals> <configuration> <transformers> <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
67+
<mainClass>us.tastybento.bskyblock.BSkyBlock</mainClass> </transformer> </transformers>
6868
</configuration> </execution> </executions> </plugin> -->
69-
<!-- I'm going to comment out these sections for now to speed up compilation
70-
<plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId>
71-
<version>3.0.1</version> <executions> <execution> <id>attach-sources</id>
72-
<goals> <goal>jar-no-fork</goal> </goals> </execution> </executions> </plugin>
73-
<plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId>
74-
<version>3.0.0</version> <configuration> <additionalJOption>-Xdoclint:none</additionalJOption>
75-
</configuration> <executions> <execution> <id>attach-javadocs</id> <goals>
69+
<!-- I'm going to comment out these sections for now to speed up compilation
70+
<plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId>
71+
<version>3.0.1</version> <executions> <execution> <id>attach-sources</id>
72+
<goals> <goal>jar-no-fork</goal> </goals> </execution> </executions> </plugin>
73+
<plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId>
74+
<version>3.0.0</version> <configuration> <additionalJOption>-Xdoclint:none</additionalJOption>
75+
</configuration> <executions> <execution> <id>attach-javadocs</id> <goals>
7676
<goal>jar</goal> </goals> </execution> </executions> </plugin> -->
7777
</plugins>
7878
<pluginManagement>

0 commit comments

Comments
 (0)