diff options
Diffstat (limited to 'RGens/pom.xml')
| -rwxr-xr-x | RGens/pom.xml | 88 |
1 files changed, 0 insertions, 88 deletions
diff --git a/RGens/pom.xml b/RGens/pom.xml deleted file mode 100755 index 1bb647e..0000000 --- a/RGens/pom.xml +++ /dev/null @@ -1,88 +0,0 @@ -<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>bjc</groupId> - <artifactId>RGens</artifactId> - <version>0.0.1-SNAPSHOT</version> - <packaging>jar</packaging> - - <name>RGens</name> - <url>http://maven.apache.org</url> - - <properties> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - </properties> - - <distributionManagement> - <snapshotRepository> - <id>ossrh</id> - <url>https://oss.sonatype.org/content/repositories/snapshots</url> - </snapshotRepository> - <repository> - <id>ossrh</id> - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> - </repository> - </distributionManagement> - - <build> - <plugins> - <plugin> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <source>1.8</source> - <target>1.8</target> - </configuration> - </plugin> - - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>exec-maven-plugin</artifactId> - <version>1.2.1</version> - - <configuration> - <mainClass>bjc.rgens.parser.RGrammarTest</mainClass> - <arguments> - </arguments> - </configuration> - </plugin> - </plugins> - - <resources> - <resource> - <directory>data/</directory> - - <includes> - <include>**/*.gram</include> - <include>**/*.cfg</include> - </includes> - </resource> - </resources> - </build> - - <dependencies> - <dependency> - <groupId>bjc</groupId> - <artifactId>BJC-Utils2</artifactId> - <version>1.0.0</version> - </dependency> - - <dependency> - <groupId>com.github.mifmif</groupId> - <artifactId>generex</artifactId> - <version>1.0.2</version> - </dependency> - - <dependency> - <groupId>edu.gatech.gtri.bk-tree</groupId> - <artifactId>bk-tree</artifactId> - <version>1.0</version> - </dependency> - - <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-text</artifactId> - <version>1.0</version> - </dependency> - </dependencies> -</project> |
