Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate on the possibilities of creating an sbt plugin for student commands #100

Open
robinraju opened this issue Jul 2, 2020 · 2 comments

Comments

@robinraju
Copy link
Contributor

The studentified version of a course repo ships a number of source files along the project directory which are not relevant to the actual course.

eg:

Man.scala
Zip.scala
Navigation.scala
StudentCommandsPlugin.scala
...

It would be nice if we could create an sbt plugin containing all student commands and just add it inside plugins.sbt of the studentified artifact.

@eamelink
Copy link

Once #151 is done, this will be feasible.

@eloots
Copy link
Collaborator

eloots commented May 30, 2022

Note that, with CMT 2.0, once we publish the jars to Maven central, an sbt plugin (for courses that utilise sbt as build tool), such a plugin should be straightforward to implement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants