MavenBuild

This project is abandoned and its default file will likely not work with the most recent version of Minecraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.

Maven Build

Maven Build is a plugin that builds all specified maven projects and moves the files into the plugin directory. It will execute a 'mvn clean install' command and wait for the project to build. It will then transfer the file and allow all the plugins to reload. It only builds plugins when the /reload command is executed.

Configuration

Each directory should have a path with sub paths:

  • files: A list of files to copy (without extension)
  • path: the path to the directory
  • s represent wild values AKA file only needs to contain that part of the string. It is important to have apostrophes around the values so special characters can be read.

Example configurations:

SomeProject:
  files:
    - 'SomeFileName*'
  path: 'C:\PathToFolder\'
ProjectTwo:
  files
    - 'ExactFileName'
    - 'This*and*that'
  path: 'C:\MyDevEnv\Project\'

Source

Source code can be found on github. Source code licensed under GPLv3 https://github.com/minnymin3/mavenbuild


Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

Categories

Members

Recent Files