testmycode / tmc-netbeans

Test My Code NetBeans plugin
GNU General Public License v2.0
19 stars 18 forks source link

support maven project type #150

Closed homberghp closed 5 years ago

homberghp commented 5 years ago

Although ant has still the best experience for novices, maven is probably the way to go. Would like to see maven projects as first-class citizens in this pugin, so that the exercise projects can be distributed without tons of jars to make up the dependecies.

nygrenh commented 5 years ago

We already have support for Maven. You can find example exercises here: https://github.com/testmycode/tmc-testcourse. Our only limitation is that maven dependencies must be cached on our sandbox beforehand as there is no internet access.