Skip to content

Commit

Permalink
add description & url for all submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
Feuermagier committed Feb 4, 2024
1 parent b304608 commit bd06e29
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions autograder-agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@
<groupId>de.firemage.autograder</groupId>
<version>0.5.28.6</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>autograder-agent</artifactId>
<description>Test runtime of the Autograder</description>
<url>https://github.com/Feuermagier/autograder/autograder-agent</url>

<dependencies>
<!-- Internal -->
Expand Down
2 changes: 2 additions & 0 deletions autograder-cmd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>autograder-cmd</artifactId>
<description>CLI for the Autograder</description>
<url>https://github.com/Feuermagier/autograder/autograder-cmd</url>

<properties>
<picocli.version>4.7.5</picocli.version>
Expand Down
2 changes: 2 additions & 0 deletions autograder-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@

<artifactId>autograder-core</artifactId>
<name>autograder-core</name>
<description>Core checking code of the Autograder</description>
<url>https://github.com/Feuermagier/autograder/autograder-core</url>

<properties>
<spoon.version>10.4.2</spoon.version>
Expand Down
2 changes: 2 additions & 0 deletions autograder-event/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>autograder-event</artifactId>
<description>Event tracing for the Autograder</description>
<url>https://github.com/Feuermagier/autograder/autograder-event</url>
</project>
2 changes: 2 additions & 0 deletions autograder-executor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>autograder-executor</artifactId>
<description>Safe execution of untrusted Java code as part of the Autograder</description>
<url>https://github.com/Feuermagier/autograder/autograder-executor</url>

<dependencies>
<!-- Internal -->
Expand Down
2 changes: 2 additions & 0 deletions autograder-span/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@

<artifactId>autograder-span</artifactId>
<name>autograder-span</name>
<description>Rendering of code with annotations as part of the Autograder</description>
<url>https://github.com/Feuermagier/autograder/autograder-span</url>

<dependencies>
<!-- Commons -->
Expand Down
2 changes: 2 additions & 0 deletions autograder-treeg/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>autograder-treeg</artifactId>
<description>Regex Parsing for the Autograder</description>
<url>https://github.com/Feuermagier/autograder/autograder-treeg</url>
</project>

0 comments on commit bd06e29

Please sign in to comment.