readme
This commit is contained in:
parent
714b6ab7ef
commit
217a18dbb4
@ -50,4 +50,5 @@ Unit можно найти в [этом репозитории](https://github.c
|
||||
|
||||
1. Существует возможность задать юнит, который будет возвращаться при отсутствии юнита, удвлетворяющего сообщению
|
||||
пользователя (без ключевых слов, и т.п.). Для этого у объекта `AutoResponder` вызывается метод `setDefaultUnit`.
|
||||
|
||||
2. Последний юнит сценария не сохраняется в `UnitPointerService`, вместо этого происходит удаление данных о позиции
|
||||
пользователя в сценарии, и следующие сообщение пользователя будет сново асоциироваться с начальным множеством юнитов.
|
||||
|
38
pom.xml
38
pom.xml
@ -20,19 +20,11 @@
|
||||
</license>
|
||||
</licenses>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>3.8.0</version>
|
||||
<configuration>
|
||||
<source>8</source>
|
||||
<target>8</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
<scm>
|
||||
<connection>scm:git:https://github.com/uPagge/autoresponder.git</connection>
|
||||
<url>https://github.com/uPagge/autoresponder</url>
|
||||
<developerConnection>scm:git:https://github.com/uPagge/autoresponder.git</developerConnection>
|
||||
</scm>
|
||||
|
||||
<distributionManagement>
|
||||
<snapshotRepository>
|
||||
@ -67,12 +59,6 @@
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<scm>
|
||||
<connection>scm:git:https://github.com/uPagge/autoresponder.git</connection>
|
||||
<url>https://github.com/uPagge/autoresponder</url>
|
||||
<developerConnection>scm:git:https://github.com/uPagge/autoresponder.git</developerConnection>
|
||||
</scm>
|
||||
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>release</id>
|
||||
@ -145,6 +131,20 @@
|
||||
</profile>
|
||||
</profiles>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>3.8.0</version>
|
||||
<configuration>
|
||||
<source>8</source>
|
||||
<target>8</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
<developers>
|
||||
<developer>
|
||||
<id>uPagge</id>
|
||||
|
Loading…
Reference in New Issue
Block a user