Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 572 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (13 loc) · 572 Bytes

Building

Building is fairly simple as we are using maven, though, if you would like to speed up the process of iterative changes, you can setup a build script without stepping on any other developers very simply.

Edit the pom.xml

Under profiles, add your own profile and reference a script with your username

<profile>
  <id>cyberpwn</id>
  <properties>
    <react.development.location>${user.home}\Documents\development\servers\dynamic\plugins\React.jar</react.development.location>
  </properties>
</profile>

Then Build with your profile! You're done!