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