Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Keopsfenks
MMOInventory
Commits
87752b01
Commit
87752b01
authored
3 years ago
by
Indyuce
Browse files
Options
Download
Email Patches
Plain Diff
Clean before building
parent
e2fdc96a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
1 deletion
+22
-1
pom.xml
pom.xml
+22
-1
No files found.
pom.xml
View file @
87752b01
...
...
@@ -4,7 +4,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
net.Indyuce
</groupId>
<artifactId>
mmoinventory
</artifactId>
<version>
1.6.
5
</version>
<version>
1.6.
6
</version>
<name>
MMOInventory
</name>
<description>
A simple RPG custom inventory solution
</description>
...
...
@@ -27,6 +27,20 @@
<encoding>
UTF-8
</encoding>
</configuration>
</plugin>
<plugin>
<artifactId>
maven-clean-plugin
</artifactId>
<version>
3.1.0
</version>
<executions>
<execution>
<id>
auto-clean
</id>
<phase>
initialize
</phase>
<goals>
<goal>
clean
</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
...
...
@@ -41,6 +55,13 @@
<dependencies>
<!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-clean-plugin -->
<dependency>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-clean-plugin
</artifactId>
<version>
3.1.0
</version>
</dependency>
<!-- Spigot base API, MMOInv is natively built for 1.17 ie latest version -->
<dependency>
<groupId>
org.spigotmc
</groupId>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment