Skip to content

Conversation

@totemo
Copy link

@totemo totemo commented Aug 17, 2019

This pull request builds the plugin JAR with one command, mvn. You need only edit the version number in one file (pom.xml) to set the version number on the JAR file and in plugin.yml.

If including the version number in the filename is not to your liking, I can talk you through the Maven syntax to drop the version number from the JAR file name. And I made this commit a while back when I was trying to get i0xHeX's fork built in a hurry. Consequently the version in pom.xml is 6.0-SNAPSHOT which I guess you would want to change anyway before you merge.

The default goal when you run mvn is set to clean package, which builds the JAR. If you prefer, you can change the default goal to clean install to put the JAR in the local Maven repository.

This PR also includes a .gitignore file to avoid checking in build artifacts.

totemo added 2 commits July 14, 2019 19:24
 * Fix region checking code. It was picking up all regions in all worlds
   at specified coordinates. Now only regions applicable to the current world
   at the specified location are checked.
 * Treat all air material types equivalently.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant