WEBBPMNEXT-9188 change group and artifactId

This commit is contained in:
kochetkov 2024-08-01 15:27:07 +03:00
parent d414711dcd
commit a558ba831d
8 changed files with 31 additions and 31 deletions

View file

@ -3,11 +3,11 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>ervu_lkrp_ul</groupId> <groupId>ru.micord.ervu.lkrp</groupId>
<artifactId>ervu_lkrp_ul</artifactId> <artifactId>ul</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>1.0.0-SNAPSHOT</version>
</parent> </parent>
<groupId>ervu_lkrp_ul.ervu_lkrp_ul</groupId> <groupId>ru.micord.ervu.lkrp.ul</groupId>
<artifactId>backend</artifactId> <artifactId>backend</artifactId>
<packaging>war</packaging> <packaging>war</packaging>
<dependencies> <dependencies>
@ -25,7 +25,7 @@
<scope>runtime</scope> <scope>runtime</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>ervu_lkrp_ul.ervu_lkrp_ul</groupId> <groupId>ru.micord.ervu.lkrp.ul</groupId>
<artifactId>resources</artifactId> <artifactId>resources</artifactId>
<scope>runtime</scope> <scope>runtime</scope>
</dependency> </dependency>

View file

@ -41,4 +41,4 @@ RUN chmod -R +x patches && \
ENV SERVER_START=true ENV SERVER_START=true
COPY --chown=jboss *.ear $JBOSS_HOME/standalone/deployments/ COPY --chown=jboss *.ear $JBOSS_HOME/standalone/deployments/
HEALTHCHECK --timeout=3s --start-period=3600s CMD curl --fail 127.0.0.1:8080/ervu_lkrp_ul/version || exit 1 HEALTHCHECK --timeout=3s --start-period=3600s CMD curl --fail 127.0.0.1:8080/ul/version || exit 1

View file

@ -2,27 +2,27 @@
<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"> <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> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>ervu_lkrp_ul</groupId> <groupId>ru.micord.ervu.lkrp</groupId>
<artifactId>ervu_lkrp_ul</artifactId> <artifactId>ul</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>1.0.0-SNAPSHOT</version>
</parent> </parent>
<groupId>ervu_lkrp_ul.ervu_lkrp_ul</groupId> <groupId>ru.micord.ervu.lkrp.ul</groupId>
<artifactId>distribution</artifactId> <artifactId>distribution</artifactId>
<packaging>ear</packaging> <packaging>ear</packaging>
<properties> <properties>
<backendContext>/ervu_lkrp_ul</backendContext> <backendContext>/ul</backendContext>
</properties> </properties>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>ervu_lkrp_ul.ervu_lkrp_ul</groupId> <groupId>ru.micord.ervu.lkrp.ul</groupId>
<artifactId>backend</artifactId> <artifactId>backend</artifactId>
<type>war</type> <type>war</type>
</dependency> </dependency>
<dependency> <dependency>
<groupId>ervu_lkrp_ul.ervu_lkrp_ul</groupId> <groupId>ru.micord.ervu.lkrp.ul</groupId>
<artifactId>frontend</artifactId> <artifactId>frontend</artifactId>
<type>war</type> <type>war</type>
</dependency> </dependency>
@ -37,16 +37,16 @@
<configuration> <configuration>
<modules> <modules>
<webModule> <webModule>
<groupId>ervu_lkrp_ul.ervu_lkrp_ul</groupId> <groupId>ru.micord.ervu.lkrp.ul</groupId>
<artifactId>frontend</artifactId> <artifactId>frontend</artifactId>
<contextRoot>/</contextRoot> <contextRoot>/</contextRoot>
<bundleFileName>frontend.war</bundleFileName> <bundleFileName>frontend.war</bundleFileName>
</webModule> </webModule>
<webModule> <webModule>
<groupId>ervu_lkrp_ul.ervu_lkrp_ul</groupId> <groupId>ru.micord.ervu.lkrp.ul</groupId>
<artifactId>backend</artifactId> <artifactId>backend</artifactId>
<contextRoot>${backendContext}</contextRoot> <contextRoot>${backendContext}</contextRoot>
<bundleFileName>ervu_lkrp_ul.war</bundleFileName> <bundleFileName>ul.war</bundleFileName>
</webModule> </webModule>
</modules> </modules>
</configuration> </configuration>
@ -59,7 +59,7 @@
<profile> <profile>
<id>enable-version-in-url</id> <id>enable-version-in-url</id>
<properties> <properties>
<backendContext>/ervu_lkrp_ul-${project.version}</backendContext> <backendContext>/ul-${project.version}</backendContext>
</properties> </properties>
</profile> </profile>
</profiles> </profiles>

View file

@ -2,12 +2,12 @@
<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"> <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> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>ervu_lkrp_ul</groupId> <groupId>ru.micord.ervu.lkrp</groupId>
<artifactId>ervu_lkrp_ul</artifactId> <artifactId>ul</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>1.0.0-SNAPSHOT</version>
</parent> </parent>
<groupId>ervu_lkrp_ul.ervu_lkrp_ul</groupId> <groupId>ru.micord.ervu.lkrp.ul</groupId>
<artifactId>frontend</artifactId> <artifactId>frontend</artifactId>
<packaging>war</packaging> <packaging>war</packaging>

View file

@ -5,7 +5,7 @@
"filter_cleanup_check_period_minutes": 30, "filter_cleanup_check_period_minutes": 30,
"auth_method": "form", "auth_method": "form",
"enable.version.in.url": "%enable.version.in.url%", "enable.version.in.url": "%enable.version.in.url%",
"backend.context": "ervu_lkrp_ul", "backend.context": "ul",
"guard.confirm_exit": false, "guard.confirm_exit": false,
"message_service_error_timeout": "", "message_service_error_timeout": "",
"message_service_warning_timeout": "", "message_service_warning_timeout": "",

12
pom.xml
View file

@ -2,8 +2,8 @@
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>ervu_lkrp_ul</groupId> <groupId>ru.micord.ervu.lkrp</groupId>
<artifactId>ervu_lkrp_ul</artifactId> <artifactId>ul</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<modules> <modules>
@ -34,7 +34,7 @@
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>ervu_lkrp_ul.ervu_lkrp_ul</groupId> <groupId>ru.micord.ervu.lkrp.ul</groupId>
<artifactId>backend</artifactId> <artifactId>backend</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
<type>war</type> <type>war</type>
@ -103,19 +103,19 @@
</exclusions> </exclusions>
</dependency> </dependency>
<dependency> <dependency>
<groupId>ervu_lkrp_ul.ervu_lkrp_ul</groupId> <groupId>ru.micord.ervu.lkrp.ul</groupId>
<artifactId>backend</artifactId> <artifactId>backend</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
<classifier>classes</classifier> <classifier>classes</classifier>
</dependency> </dependency>
<dependency> <dependency>
<groupId>ervu_lkrp_ul.ervu_lkrp_ul</groupId> <groupId>ru.micord.ervu.lkrp.ul</groupId>
<artifactId>frontend</artifactId> <artifactId>frontend</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
<type>war</type> <type>war</type>
</dependency> </dependency>
<dependency> <dependency>
<groupId>ervu_lkrp_ul.ervu_lkrp_ul</groupId> <groupId>ru.micord.ervu.lkrp.ul</groupId>
<artifactId>resources</artifactId> <artifactId>resources</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
</dependency> </dependency>

View file

@ -2,12 +2,12 @@
<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"> <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> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>ervu_lkrp_ul</groupId> <groupId>ru.micord.ervu.lkrp</groupId>
<artifactId>ervu_lkrp_ul</artifactId> <artifactId>ul</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>1.0.0-SNAPSHOT</version>
</parent> </parent>
<groupId>ervu_lkrp_ul.ervu_lkrp_ul</groupId> <groupId>ru.micord.ervu.lkrp.ul</groupId>
<artifactId>resources</artifactId> <artifactId>resources</artifactId>
<dependencies> <dependencies>

View file

@ -3,12 +3,12 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 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> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>ervu_lkrp_ul</groupId> <groupId>ru.micord.ervu.lkrp</groupId>
<artifactId>ervu_lkrp_ul</artifactId> <artifactId>ul</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>1.0.0-SNAPSHOT</version>
</parent> </parent>
<groupId>ervu_lkrp_ul.ervu_lkrp_ul</groupId> <groupId>ru.micord.ervu.lkrp.ul</groupId>
<artifactId>test</artifactId> <artifactId>test</artifactId>
<properties> <properties>