|
|
@@ -1,368 +1,367 @@
|
|
|
-<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
- <modelVersion>4.0.0</modelVersion>
|
|
|
- <groupId>de.jplag</groupId>
|
|
|
- <artifactId>aggregator</artifactId>
|
|
|
- <version>3.1.0-SNAPSHOT</version>
|
|
|
- <packaging>pom</packaging>
|
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
+ <modelVersion>4.0.0</modelVersion>
|
|
|
+ <groupId>de.jplag</groupId>
|
|
|
+ <artifactId>aggregator</artifactId>
|
|
|
+ <version>3.1.0-SNAPSHOT</version>
|
|
|
+ <packaging>pom</packaging>
|
|
|
|
|
|
- <name>JPlag Plagiarism Detector</name>
|
|
|
- <description>JPlag is a system that finds similarities among multiple sets of source code files. This way it can detect software plagiarism and collusion in software development.</description>
|
|
|
- <url>http://jplag.de</url>
|
|
|
- <licenses>
|
|
|
- <license>
|
|
|
- <name>GNU General Public License v3.0</name>
|
|
|
- <url>https://www.gnu.org/licenses/gpl-3.0.txt</url>
|
|
|
- </license>
|
|
|
- </licenses>
|
|
|
- <scm>
|
|
|
- <connection>scm:git:git://github.com/jplag/JPlag.git</connection>
|
|
|
- <developerConnection>scm:git:ssh://github.com:jplag/JPlag.git</developerConnection>
|
|
|
- <url>http://github.com/jplag/JPlag/tree/master</url>
|
|
|
- </scm>
|
|
|
+ <name>JPlag Plagiarism Detector</name>
|
|
|
+ <description>JPlag is a system that finds similarities among multiple sets of source code files. This way it can detect software plagiarism and collusion in software development.</description>
|
|
|
+ <url>http://jplag.de</url>
|
|
|
+ <organization>
|
|
|
+ <name>Karlsruhe Institute of Technology (KIT), KASTEL – Institute of Information Security and Dependability</name>
|
|
|
+ <url>http://www.ipd.kit.edu</url>
|
|
|
+ </organization>
|
|
|
+ <licenses>
|
|
|
+ <license>
|
|
|
+ <name>GNU General Public License v3.0</name>
|
|
|
+ <url>https://www.gnu.org/licenses/gpl-3.0.txt</url>
|
|
|
+ </license>
|
|
|
+ </licenses>
|
|
|
|
|
|
- <issueManagement>
|
|
|
- <system>GitHub</system>
|
|
|
- <url>https://github.com/jplag/jplag</url>
|
|
|
- </issueManagement>
|
|
|
- <ciManagement>
|
|
|
- <system>GitHub Actions</system>
|
|
|
- <url>https://github.com/jplag/jplag/actions</url>
|
|
|
- </ciManagement>
|
|
|
- <distributionManagement>
|
|
|
- <snapshotRepository>
|
|
|
- <id>ossrh</id>
|
|
|
- <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
|
|
|
- </snapshotRepository>
|
|
|
- <repository>
|
|
|
- <id>ossrh</id>
|
|
|
- <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
|
|
|
- </repository>
|
|
|
- </distributionManagement>
|
|
|
- <organization>
|
|
|
- <name>Karlsruhe Institute of Technology (KIT), KASTEL – Institute of Information Security and Dependability</name>
|
|
|
- <url>http://www.ipd.kit.edu</url>
|
|
|
- </organization>
|
|
|
+ <developers>
|
|
|
+ <developer>
|
|
|
+ <id>sebinside</id>
|
|
|
+ <name>Sebastian Hahner</name>
|
|
|
+ <email>hahner@kit.edu</email>
|
|
|
+ <url>https://sdq.ipd.kit.edu/people/sebastian-hahner/</url>
|
|
|
+ <organization>KASTEL</organization>
|
|
|
+ <organizationUrl>https://dsis.kastel.kit.edu/</organizationUrl>
|
|
|
+ <timezone>GMT+1</timezone>
|
|
|
+ </developer>
|
|
|
+ <developer>
|
|
|
+ <id>tsaglam</id>
|
|
|
+ <name>Timur Sağlam</name>
|
|
|
+ <email>saglam@kit.edu</email>
|
|
|
+ <url>https://sdq.ipd.kit.edu/people/timur-saglam/</url>
|
|
|
+ <organization>KASTEL</organization>
|
|
|
+ <organizationUrl>https://dsis.kastel.kit.edu/</organizationUrl>
|
|
|
+ <timezone>GMT+1</timezone>
|
|
|
+ </developer>
|
|
|
+ </developers>
|
|
|
|
|
|
- <developers>
|
|
|
- <developer>
|
|
|
- <id>sebinside</id>
|
|
|
- <name>Sebastian Hahner</name>
|
|
|
- <email>hahner@kit.edu</email>
|
|
|
- <url>https://sdq.ipd.kit.edu/people/sebastian-hahner/</url>
|
|
|
- <organization>KASTEL</organization>
|
|
|
- <organizationUrl>https://dsis.kastel.kit.edu/</organizationUrl>
|
|
|
- <timezone>GMT+1</timezone>
|
|
|
- </developer>
|
|
|
- <developer>
|
|
|
- <id>tsaglam</id>
|
|
|
- <name>Timur Sağlam</name>
|
|
|
- <email>saglam@kit.edu</email>
|
|
|
- <url>https://sdq.ipd.kit.edu/people/timur-saglam/</url>
|
|
|
- <organization>KASTEL</organization>
|
|
|
- <organizationUrl>https://dsis.kastel.kit.edu/</organizationUrl>
|
|
|
- <timezone>GMT+1</timezone>
|
|
|
- </developer>
|
|
|
- </developers>
|
|
|
+ <modules>
|
|
|
+ <module>jplag.frontend-utils</module>
|
|
|
+ <module>jplag.frontend.chars</module>
|
|
|
+ <module>jplag.frontend.cpp</module>
|
|
|
+ <module>jplag.frontend.csharp-1.2</module>
|
|
|
+ <module>jplag.frontend.java</module>
|
|
|
+ <module>jplag.frontend.python-3</module>
|
|
|
+ <module>jplag.frontend.scheme</module>
|
|
|
+ <module>jplag.frontend.text</module>
|
|
|
+ <module>jplag</module>
|
|
|
+ </modules>
|
|
|
+ <scm>
|
|
|
+ <connection>scm:git:git://github.com/jplag/JPlag.git</connection>
|
|
|
+ <developerConnection>scm:git:ssh://github.com:jplag/JPlag.git</developerConnection>
|
|
|
+ <url>http://github.com/jplag/JPlag/tree/master</url>
|
|
|
+ </scm>
|
|
|
|
|
|
- <properties>
|
|
|
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
- <maven.compiler.source>14</maven.compiler.source>
|
|
|
- <maven.compiler.target>14</maven.compiler.target>
|
|
|
- <spotless.version>2.20.0</spotless.version>
|
|
|
- </properties>
|
|
|
+ <issueManagement>
|
|
|
+ <system>GitHub</system>
|
|
|
+ <url>https://github.com/jplag/jplag</url>
|
|
|
+ </issueManagement>
|
|
|
+ <ciManagement>
|
|
|
+ <system>GitHub Actions</system>
|
|
|
+ <url>https://github.com/jplag/jplag/actions</url>
|
|
|
+ </ciManagement>
|
|
|
+ <distributionManagement>
|
|
|
+ <repository>
|
|
|
+ <id>ossrh</id>
|
|
|
+ <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
|
|
|
+ </repository>
|
|
|
+ <snapshotRepository>
|
|
|
+ <id>ossrh</id>
|
|
|
+ <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
|
|
|
+ </snapshotRepository>
|
|
|
+ </distributionManagement>
|
|
|
|
|
|
- <build>
|
|
|
- <plugins>
|
|
|
- <plugin>
|
|
|
- <groupId>org.codehaus.mojo</groupId>
|
|
|
- <artifactId>build-helper-maven-plugin</artifactId>
|
|
|
- <executions>
|
|
|
- <execution>
|
|
|
- <id>add-source</id>
|
|
|
- <phase>generate-sources</phase>
|
|
|
- <goals>
|
|
|
- <goal>add-source</goal>
|
|
|
- </goals>
|
|
|
- <configuration>
|
|
|
- <sources>
|
|
|
- <source>${project.build.directory}/generated-sources/javacc/</source>
|
|
|
- <source>${project.build.directory}/generated-sources/antlr/</source>
|
|
|
- </sources>
|
|
|
- </configuration>
|
|
|
- </execution>
|
|
|
- </executions>
|
|
|
- </plugin>
|
|
|
- <plugin>
|
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
|
- <artifactId>maven-javadoc-plugin</artifactId>
|
|
|
- <executions>
|
|
|
- <execution>
|
|
|
- <id>attach-javadocs</id>
|
|
|
- <goals>
|
|
|
- <goal>jar</goal>
|
|
|
- </goals>
|
|
|
- </execution>
|
|
|
- </executions>
|
|
|
- </plugin>
|
|
|
- <plugin>
|
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
|
- <artifactId>maven-source-plugin</artifactId>
|
|
|
- <executions>
|
|
|
- <execution>
|
|
|
- <id>attach-sources</id>
|
|
|
- <goals>
|
|
|
- <goal>jar</goal>
|
|
|
- </goals>
|
|
|
- </execution>
|
|
|
- </executions>
|
|
|
- </plugin>
|
|
|
- <plugin>
|
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
|
- <artifactId>maven-gpg-plugin</artifactId>
|
|
|
- <executions>
|
|
|
- <execution>
|
|
|
- <id>sign-artifacts</id>
|
|
|
- <phase>verify</phase>
|
|
|
- <goals>
|
|
|
- <goal>sign</goal>
|
|
|
- </goals>
|
|
|
- <configuration>
|
|
|
- <keyname>0xC6E9DAC2</keyname>
|
|
|
- <passphrase>${env.GPG_PASSPHRASE}</passphrase>
|
|
|
- </configuration>
|
|
|
- </execution>
|
|
|
- </executions>
|
|
|
- </plugin>
|
|
|
- <plugin>
|
|
|
- <groupId>org.sonatype.plugins</groupId>
|
|
|
- <artifactId>nexus-staging-maven-plugin</artifactId>
|
|
|
- <version>1.6.8</version>
|
|
|
- <extensions>true</extensions>
|
|
|
- <configuration>
|
|
|
- <serverId>ossrh</serverId>
|
|
|
- <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
|
|
|
- <autoReleaseAfterClose>true</autoReleaseAfterClose>
|
|
|
- </configuration>
|
|
|
- </plugin>
|
|
|
- <plugin>
|
|
|
- <groupId>com.diffplug.spotless</groupId>
|
|
|
- <artifactId>spotless-maven-plugin</artifactId>
|
|
|
- <version>${spotless.version}</version>
|
|
|
- <configuration>
|
|
|
- <java>
|
|
|
- <toggleOffOn />
|
|
|
- <eclipse>
|
|
|
- <file>${maven.multiModuleProjectDirectory}/formatter.xml</file>
|
|
|
- </eclipse>
|
|
|
+ <properties>
|
|
|
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
+ <maven.compiler.source>14</maven.compiler.source>
|
|
|
+ <maven.compiler.target>14</maven.compiler.target>
|
|
|
+ <spotless.version>2.20.0</spotless.version>
|
|
|
+ </properties>
|
|
|
+ <dependencyManagement>
|
|
|
+ <dependencies>
|
|
|
+ <!-- ANTLR -->
|
|
|
+ <dependency>
|
|
|
+ <groupId>antlr</groupId>
|
|
|
+ <artifactId>antlr</artifactId>
|
|
|
+ <version>2.7.7</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.antlr</groupId>
|
|
|
+ <artifactId>antlr4-runtime</artifactId>
|
|
|
+ <version>4.9.3</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.antlr</groupId>
|
|
|
+ <artifactId>antlr4</artifactId>
|
|
|
+ <version>4.9.3</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.antlr</groupId>
|
|
|
+ <artifactId>antlr3</artifactId>
|
|
|
+ <version>3.5</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.antlr</groupId>
|
|
|
+ <artifactId>antlr3-runtime</artifactId>
|
|
|
+ <version>3.5</version>
|
|
|
+ </dependency>
|
|
|
|
|
|
- <importOrder>
|
|
|
- <file>spotless.importorder</file>
|
|
|
- </importOrder>
|
|
|
- <removeUnusedImports></removeUnusedImports>
|
|
|
- </java>
|
|
|
- <pom>
|
|
|
- <sortPom>
|
|
|
- <encoding>UTF-8</encoding>
|
|
|
- <keepBlankLines>true</keepBlankLines>
|
|
|
- <indentBlankLines>false</indentBlankLines>
|
|
|
- <nrOfIndentSpace>4</nrOfIndentSpace>
|
|
|
- </sortPom>
|
|
|
- </pom>
|
|
|
- </configuration>
|
|
|
- </plugin>
|
|
|
- </plugins>
|
|
|
- <pluginManagement>
|
|
|
- <plugins>
|
|
|
- <plugin>
|
|
|
- <groupId>com.helger.maven</groupId>
|
|
|
- <artifactId>ph-javacc-maven-plugin</artifactId>
|
|
|
- <version>4.1.5</version>
|
|
|
- </plugin>
|
|
|
+ <dependency>
|
|
|
+ <groupId>net.sourceforge.argparse4j</groupId>
|
|
|
+ <artifactId>argparse4j</artifactId>
|
|
|
+ <version>0.9.0</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.github.stefanbirkner</groupId>
|
|
|
+ <artifactId>system-rules</artifactId>
|
|
|
+ <version>1.19.0</version>
|
|
|
+ <scope>test</scope>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>junit</groupId>
|
|
|
+ <artifactId>junit</artifactId>
|
|
|
+ <version>4.13.2</version>
|
|
|
+ <scope>test</scope>
|
|
|
+ </dependency>
|
|
|
|
|
|
- <plugin>
|
|
|
- <groupId>org.codehaus.mojo</groupId>
|
|
|
- <artifactId>build-helper-maven-plugin</artifactId>
|
|
|
- <version>3.3.0</version>
|
|
|
- </plugin>
|
|
|
- <plugin>
|
|
|
- <groupId>org.codehaus.mojo</groupId>
|
|
|
- <artifactId>antlr-maven-plugin</artifactId>
|
|
|
- <version>2.1</version>
|
|
|
- </plugin>
|
|
|
- <plugin>
|
|
|
- <groupId>org.antlr</groupId>
|
|
|
- <artifactId>antlr4-maven-plugin</artifactId>
|
|
|
- <version>4.9.3</version>
|
|
|
- </plugin>
|
|
|
-
|
|
|
- <plugin>
|
|
|
- <artifactId>maven-jar-plugin</artifactId>
|
|
|
- <version>3.2.2</version>
|
|
|
- <configuration>
|
|
|
- <archive>
|
|
|
- <manifest>
|
|
|
- <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
|
|
|
- <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
|
|
|
- </manifest>
|
|
|
- </archive>
|
|
|
- </configuration>
|
|
|
- </plugin>
|
|
|
- <plugin>
|
|
|
- <artifactId>maven-assembly-plugin</artifactId>
|
|
|
- <version>3.3.0</version>
|
|
|
- <configuration>
|
|
|
- <descriptorRefs>
|
|
|
- <descriptorRef>jar-with-dependencies</descriptorRef>
|
|
|
- </descriptorRefs>
|
|
|
- <archive>
|
|
|
- <manifest>
|
|
|
- <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
|
|
|
- <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
|
|
|
- </manifest>
|
|
|
- </archive>
|
|
|
- </configuration>
|
|
|
- </plugin>
|
|
|
- <plugin>
|
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
|
- <artifactId>maven-javadoc-plugin</artifactId>
|
|
|
- <executions>
|
|
|
- <execution>
|
|
|
- <id>attach-javadocs</id>
|
|
|
- <goals>
|
|
|
- <goal>jar</goal>
|
|
|
- </goals>
|
|
|
- </execution>
|
|
|
- </executions>
|
|
|
- </plugin>
|
|
|
- <plugin>
|
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
|
- <artifactId>maven-source-plugin</artifactId>
|
|
|
- <executions>
|
|
|
- <execution>
|
|
|
- <id>attach-sources</id>
|
|
|
- <goals>
|
|
|
- <goal>jar</goal>
|
|
|
- </goals>
|
|
|
- </execution>
|
|
|
- </executions>
|
|
|
- </plugin>
|
|
|
- </plugins>
|
|
|
- </pluginManagement>
|
|
|
- </build>
|
|
|
- <dependencies>
|
|
|
- <dependency>
|
|
|
- <groupId>junit</groupId>
|
|
|
- <artifactId>junit</artifactId>
|
|
|
- <scope>test</scope>
|
|
|
- </dependency>
|
|
|
- </dependencies>
|
|
|
- <dependencyManagement>
|
|
|
+ <!-- JPLAG -->
|
|
|
+ <dependency>
|
|
|
+ <groupId>${project.groupId}</groupId>
|
|
|
+ <artifactId>text</artifactId>
|
|
|
+ <version>${project.version}</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>${project.groupId}</groupId>
|
|
|
+ <artifactId>java</artifactId>
|
|
|
+ <version>${project.version}</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>${project.groupId}</groupId>
|
|
|
+ <artifactId>python-3</artifactId>
|
|
|
+ <version>${project.version}</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>${project.groupId}</groupId>
|
|
|
+ <artifactId>csharp-1.2</artifactId>
|
|
|
+ <version>${project.version}</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>${project.groupId}</groupId>
|
|
|
+ <artifactId>cpp</artifactId>
|
|
|
+ <version>${project.version}</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>${project.groupId}</groupId>
|
|
|
+ <artifactId>scheme</artifactId>
|
|
|
+ <version>${project.version}</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>${project.groupId}</groupId>
|
|
|
+ <artifactId>chars</artifactId>
|
|
|
+ <version>${project.version}</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>${project.groupId}</groupId>
|
|
|
+ <artifactId>frontend-utils</artifactId>
|
|
|
+ <version>${project.version}</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>${project.groupId}</groupId>
|
|
|
+ <artifactId>jplag</artifactId>
|
|
|
+ <version>${project.version}</version>
|
|
|
+ </dependency>
|
|
|
+ </dependencies>
|
|
|
+ </dependencyManagement>
|
|
|
<dependencies>
|
|
|
- <!-- ANTLR -->
|
|
|
- <dependency>
|
|
|
- <groupId>antlr</groupId>
|
|
|
- <artifactId>antlr</artifactId>
|
|
|
- <version>2.7.7</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.antlr</groupId>
|
|
|
- <artifactId>antlr4-runtime</artifactId>
|
|
|
- <version>4.9.3</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.antlr</groupId>
|
|
|
- <artifactId>antlr4</artifactId>
|
|
|
- <version>4.9.3</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.antlr</groupId>
|
|
|
- <artifactId>antlr3</artifactId>
|
|
|
- <version>3.5</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.antlr</groupId>
|
|
|
- <artifactId>antlr3-runtime</artifactId>
|
|
|
- <version>3.5</version>
|
|
|
- </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>junit</groupId>
|
|
|
+ <artifactId>junit</artifactId>
|
|
|
+ <scope>test</scope>
|
|
|
+ </dependency>
|
|
|
+ </dependencies>
|
|
|
|
|
|
- <dependency>
|
|
|
- <groupId>net.sourceforge.argparse4j</groupId>
|
|
|
- <artifactId>argparse4j</artifactId>
|
|
|
- <version>0.9.0</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>com.github.stefanbirkner</groupId>
|
|
|
- <artifactId>system-rules</artifactId>
|
|
|
- <scope>test</scope>
|
|
|
- <version>1.19.0</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>junit</groupId>
|
|
|
- <artifactId>junit</artifactId>
|
|
|
- <scope>test</scope>
|
|
|
- <version>4.13.2</version>
|
|
|
- </dependency>
|
|
|
+ <build>
|
|
|
+ <pluginManagement>
|
|
|
+ <plugins>
|
|
|
+ <plugin>
|
|
|
+ <groupId>com.helger.maven</groupId>
|
|
|
+ <artifactId>ph-javacc-maven-plugin</artifactId>
|
|
|
+ <version>4.1.5</version>
|
|
|
+ </plugin>
|
|
|
|
|
|
- <!-- JPLAG -->
|
|
|
- <dependency>
|
|
|
- <groupId>${project.groupId}</groupId>
|
|
|
- <artifactId>text</artifactId>
|
|
|
- <version>${project.version}</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>${project.groupId}</groupId>
|
|
|
- <artifactId>java</artifactId>
|
|
|
- <version>${project.version}</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>${project.groupId}</groupId>
|
|
|
- <artifactId>python-3</artifactId>
|
|
|
- <version>${project.version}</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>${project.groupId}</groupId>
|
|
|
- <artifactId>csharp-1.2</artifactId>
|
|
|
- <version>${project.version}</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>${project.groupId}</groupId>
|
|
|
- <artifactId>cpp</artifactId>
|
|
|
- <version>${project.version}</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>${project.groupId}</groupId>
|
|
|
- <artifactId>scheme</artifactId>
|
|
|
- <version>${project.version}</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>${project.groupId}</groupId>
|
|
|
- <artifactId>chars</artifactId>
|
|
|
- <version>${project.version}</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>${project.groupId}</groupId>
|
|
|
- <artifactId>frontend-utils</artifactId>
|
|
|
- <version>${project.version}</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>${project.groupId}</groupId>
|
|
|
- <artifactId>jplag</artifactId>
|
|
|
- <version>${project.version}</version>
|
|
|
- </dependency>
|
|
|
- </dependencies>
|
|
|
- </dependencyManagement>
|
|
|
+ <plugin>
|
|
|
+ <groupId>org.codehaus.mojo</groupId>
|
|
|
+ <artifactId>build-helper-maven-plugin</artifactId>
|
|
|
+ <version>3.3.0</version>
|
|
|
+ </plugin>
|
|
|
+ <plugin>
|
|
|
+ <groupId>org.codehaus.mojo</groupId>
|
|
|
+ <artifactId>antlr-maven-plugin</artifactId>
|
|
|
+ <version>2.1</version>
|
|
|
+ </plugin>
|
|
|
+ <plugin>
|
|
|
+ <groupId>org.antlr</groupId>
|
|
|
+ <artifactId>antlr4-maven-plugin</artifactId>
|
|
|
+ <version>4.9.3</version>
|
|
|
+ </plugin>
|
|
|
+
|
|
|
+ <plugin>
|
|
|
+ <artifactId>maven-jar-plugin</artifactId>
|
|
|
+ <version>3.2.2</version>
|
|
|
+ <configuration>
|
|
|
+ <archive>
|
|
|
+ <manifest>
|
|
|
+ <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
|
|
|
+ <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
|
|
|
+ </manifest>
|
|
|
+ </archive>
|
|
|
+ </configuration>
|
|
|
+ </plugin>
|
|
|
+ <plugin>
|
|
|
+ <artifactId>maven-assembly-plugin</artifactId>
|
|
|
+ <version>3.3.0</version>
|
|
|
+ <configuration>
|
|
|
+ <descriptorRefs>
|
|
|
+ <descriptorRef>jar-with-dependencies</descriptorRef>
|
|
|
+ </descriptorRefs>
|
|
|
+ <archive>
|
|
|
+ <manifest>
|
|
|
+ <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
|
|
|
+ <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
|
|
|
+ </manifest>
|
|
|
+ </archive>
|
|
|
+ </configuration>
|
|
|
+ </plugin>
|
|
|
+ <plugin>
|
|
|
+ <groupId>org.apache.maven.plugins</groupId>
|
|
|
+ <artifactId>maven-javadoc-plugin</artifactId>
|
|
|
+ <executions>
|
|
|
+ <execution>
|
|
|
+ <id>attach-javadocs</id>
|
|
|
+ <goals>
|
|
|
+ <goal>jar</goal>
|
|
|
+ </goals>
|
|
|
+ </execution>
|
|
|
+ </executions>
|
|
|
+ </plugin>
|
|
|
+ <plugin>
|
|
|
+ <groupId>org.apache.maven.plugins</groupId>
|
|
|
+ <artifactId>maven-source-plugin</artifactId>
|
|
|
+ <executions>
|
|
|
+ <execution>
|
|
|
+ <id>attach-sources</id>
|
|
|
+ <goals>
|
|
|
+ <goal>jar</goal>
|
|
|
+ </goals>
|
|
|
+ </execution>
|
|
|
+ </executions>
|
|
|
+ </plugin>
|
|
|
+ </plugins>
|
|
|
+ </pluginManagement>
|
|
|
+ <plugins>
|
|
|
+ <plugin>
|
|
|
+ <groupId>org.codehaus.mojo</groupId>
|
|
|
+ <artifactId>build-helper-maven-plugin</artifactId>
|
|
|
+ <executions>
|
|
|
+ <execution>
|
|
|
+ <id>add-source</id>
|
|
|
+ <goals>
|
|
|
+ <goal>add-source</goal>
|
|
|
+ </goals>
|
|
|
+ <phase>generate-sources</phase>
|
|
|
+ <configuration>
|
|
|
+ <sources>
|
|
|
+ <source>${project.build.directory}/generated-sources/javacc/</source>
|
|
|
+ <source>${project.build.directory}/generated-sources/antlr/</source>
|
|
|
+ </sources>
|
|
|
+ </configuration>
|
|
|
+ </execution>
|
|
|
+ </executions>
|
|
|
+ </plugin>
|
|
|
+ <plugin>
|
|
|
+ <groupId>org.apache.maven.plugins</groupId>
|
|
|
+ <artifactId>maven-javadoc-plugin</artifactId>
|
|
|
+ <executions>
|
|
|
+ <execution>
|
|
|
+ <id>attach-javadocs</id>
|
|
|
+ <goals>
|
|
|
+ <goal>jar</goal>
|
|
|
+ </goals>
|
|
|
+ </execution>
|
|
|
+ </executions>
|
|
|
+ </plugin>
|
|
|
+ <plugin>
|
|
|
+ <groupId>org.apache.maven.plugins</groupId>
|
|
|
+ <artifactId>maven-source-plugin</artifactId>
|
|
|
+ <executions>
|
|
|
+ <execution>
|
|
|
+ <id>attach-sources</id>
|
|
|
+ <goals>
|
|
|
+ <goal>jar</goal>
|
|
|
+ </goals>
|
|
|
+ </execution>
|
|
|
+ </executions>
|
|
|
+ </plugin>
|
|
|
+ <plugin>
|
|
|
+ <groupId>org.apache.maven.plugins</groupId>
|
|
|
+ <artifactId>maven-gpg-plugin</artifactId>
|
|
|
+ <executions>
|
|
|
+ <execution>
|
|
|
+ <id>sign-artifacts</id>
|
|
|
+ <goals>
|
|
|
+ <goal>sign</goal>
|
|
|
+ </goals>
|
|
|
+ <phase>verify</phase>
|
|
|
+ <configuration>
|
|
|
+ <keyname>0xC6E9DAC2</keyname>
|
|
|
+ <passphrase>${env.GPG_PASSPHRASE}</passphrase>
|
|
|
+ </configuration>
|
|
|
+ </execution>
|
|
|
+ </executions>
|
|
|
+ </plugin>
|
|
|
+ <plugin>
|
|
|
+ <groupId>org.sonatype.plugins</groupId>
|
|
|
+ <artifactId>nexus-staging-maven-plugin</artifactId>
|
|
|
+ <version>1.6.8</version>
|
|
|
+ <extensions>true</extensions>
|
|
|
+ <configuration>
|
|
|
+ <serverId>ossrh</serverId>
|
|
|
+ <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
|
|
|
+ <autoReleaseAfterClose>true</autoReleaseAfterClose>
|
|
|
+ </configuration>
|
|
|
+ </plugin>
|
|
|
+ <plugin>
|
|
|
+ <groupId>com.diffplug.spotless</groupId>
|
|
|
+ <artifactId>spotless-maven-plugin</artifactId>
|
|
|
+ <version>${spotless.version}</version>
|
|
|
+ <configuration>
|
|
|
+ <java>
|
|
|
+ <toggleOffOn></toggleOffOn>
|
|
|
+ <eclipse>
|
|
|
+ <file>${maven.multiModuleProjectDirectory}/formatter.xml</file>
|
|
|
+ </eclipse>
|
|
|
|
|
|
- <modules>
|
|
|
- <module>jplag.frontend-utils</module>
|
|
|
- <module>jplag.frontend.chars</module>
|
|
|
- <module>jplag.frontend.cpp</module>
|
|
|
- <module>jplag.frontend.csharp-1.2</module>
|
|
|
- <module>jplag.frontend.java</module>
|
|
|
- <module>jplag.frontend.python-3</module>
|
|
|
- <module>jplag.frontend.scheme</module>
|
|
|
- <module>jplag.frontend.text</module>
|
|
|
- <module>jplag</module>
|
|
|
- </modules>
|
|
|
+ <importOrder>
|
|
|
+ <file>spotless.importorder</file>
|
|
|
+ </importOrder>
|
|
|
+ <removeUnusedImports></removeUnusedImports>
|
|
|
+ </java>
|
|
|
+ <pom>
|
|
|
+ <sortPom>
|
|
|
+ <encoding>UTF-8</encoding>
|
|
|
+ <keepBlankLines>true</keepBlankLines>
|
|
|
+ <indentBlankLines>false</indentBlankLines>
|
|
|
+ <nrOfIndentSpace>4</nrOfIndentSpace>
|
|
|
+ </sortPom>
|
|
|
+ </pom>
|
|
|
+ </configuration>
|
|
|
+ </plugin>
|
|
|
+ </plugins>
|
|
|
+ </build>
|
|
|
</project>
|