Skip to content

Commit

Permalink
Add description to pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
avandeursen committed Oct 7, 2020
1 parent c0e2622 commit 5d5ce61
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,29 @@

<groupId>org.sigsoft</groupId>
<artifactId>submission-checker</artifactId>
<version>0.4.0</version>
<version>0.4.1</version>
<packaging>jar</packaging>

<description>
The SIGSOFT Submission Checker (SSC) is a simple tool to check paper submissions to
conferences for conformance to formatting (in ACM and IEEE styles) and author
identity hiding policies.

The tool can be used by program chairs to check all submissions in bulk,
as well as by individual authors to check papers they intend to submit themselves.

The tool builds on Apache PDFBox to extract pages and text from a pdf,
and then applies simple regular expression matching to find suspicious patterns.
</description>

<contributors>
<contributor>
<name>Arie van Deursen</name>
<organization>Delft University of Technology, The Netherlands</organization>
<url>https://avandeursen.com</url>
</contributor>
</contributors>

<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
Expand Down

0 comments on commit 5d5ce61

Please sign in to comment.