adding modules
git-svn-id: https://russianmorphology.googlecode.com/svn/trunk@49 d817d54c-26ab-11de-abc9-2f7d1455ff7a
This commit is contained in:
26
pom.xml
26
pom.xml
@ -1,16 +1,19 @@
|
||||
<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/maven-v4_0_0.xsd">
|
||||
<?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/maven-v4_0_0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.apache.lucene</groupId>
|
||||
<artifactId>russian-morpholgy</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<groupId>org.apache.lucene.morpholgy</groupId>
|
||||
<artifactId>morpholgy</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>0.7-SNAPSHOT</version>
|
||||
<name>russian-morpholgy</name>
|
||||
<name>morpholgy</name>
|
||||
<url>http://maven.apache.org</url>
|
||||
|
||||
|
||||
<scm>
|
||||
<connection>scm:svn:http://russianmorphology.googlecode.com/svn/tags/russian-morpholgy-0.6</connection>
|
||||
<developerConnection>scm:svn:https://russianmorphology.googlecode.com/svn/tags/russian-morpholgy-0.6</developerConnection>
|
||||
<connection>scm:svn:http://russianmorphology.googlecode.com/svn/tags/russian-morpholgy-0.7</connection>
|
||||
<developerConnection>scm:svn:https://russianmorphology.googlecode.com/svn/tags/russian-morpholgy-0.7
|
||||
</developerConnection>
|
||||
</scm>
|
||||
|
||||
|
||||
@ -108,10 +111,10 @@
|
||||
<header>etc/header.txt</header>
|
||||
<excludes>
|
||||
<exclude>**/*.txt</exclude>
|
||||
<exclude>**/pom.xml</exclude>
|
||||
</excludes>
|
||||
<includes>
|
||||
<include>**/src/**</include>
|
||||
<include>**/pom.xml</include>
|
||||
</includes>
|
||||
</configuration>
|
||||
|
||||
@ -127,4 +130,9 @@
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
</project>
|
||||
<modules>
|
||||
<module>morph</module>
|
||||
<module>dictionary-reader</module>
|
||||
<module>russian</module>
|
||||
</modules>
|
||||
</project>
|
Reference in New Issue
Block a user