Skip to content

Commit

Permalink
Update java-mvn links for ReadTheDocs
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahima committed Aug 20, 2018
1 parent f1b47f3 commit c5066c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions java-mvn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ project structure were generated using the command

# Files

## [setup.sh](setup.sh)
## [setup.sh](https://github.com/gradescope/autograder_samples/blob/master/java-mvn/11setup.sh)

Sets up JDK 8 and maven. There's a workaround for a ca-certificates
issue to make sure you can install things from Maven.

## [run_autograder](run_autograder)
## [run_autograder](https://github.com/gradescope/autograder_samples/blob/master/java-mvn/run_autograder)

mvn compile is a built in maven goal to compile the project. -q makes
it quiet (i.e. not spam a bunch of debugging output).
Expand All @@ -39,7 +39,7 @@ specify a main class to execute (see pom.xml). This lets you avoid
having to figure out the proper java command to run and classpath
arguments and the like.

## [pom.xml](pom.xml)
## [pom.xml](https://github.com/gradescope/autograder_samples/blob/master/java-mvn/pom.xml)

This is a maven project file. Briefly, it describes the project, its
dependencies/plugins, Java compiler version, and main class.
Expand Down

0 comments on commit c5066c7

Please sign in to comment.