-
Notifications
You must be signed in to change notification settings - Fork 35
Home
Keegan Witt edited this page Jul 1, 2022
·
21 revisions
Welcome to the GMavenPlus wiki!
- Basic compilation instructions are on the Usage page (assumes a joint Groovy-Java project). If you're doing a pure Groovy project, check out this example.
- Script execution instructions can be found here.
- InvokeDynamic instructions can be found here.
- Android instructions can be found here.
- Looking for more examples of usage? Check out the Examples page.
- Maven site documentation is here.
- Want a release that isn't yet in Maven Central or a snapshot release? See the Repositories documentation.
- Need help? Ask in our Google group or Slack.
- Trying to decide if GMavenPlus is right for your project? Check out Choosing Your Build Tool.
- Migrating from GMaven? Check out GMaven Migration.
- Think you found a bug? Ask about it on our mailing list or open an issue and we'll look into it.
- Looking for project reports? Check out the Maven site.
- For those curious, there's some background on the project in the About page.
- Interested in Contributing?