release version 1.10.0

This commit is contained in:
2024-10-07 18:42:55 +03:00
parent 2034182607
commit a5088587f7
1501 changed files with 28818 additions and 59966 deletions

View File

@ -3,7 +3,7 @@
<parent>
<groupId>ru.entaxy.esb</groupId>
<artifactId>underlying</artifactId>
<version>1.9.0</version>
<version>1.10.0</version>
</parent>
<groupId>ru.entaxy.esb.underlying</groupId>
<artifactId>entaxy-underlying-features</artifactId>
@ -71,33 +71,36 @@
<version>8.7</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<!--
combine resulting org.apache.karaf.features.repos.cfg
from fragments in ${project.build.directory}/temp/org.apache.karaf.features.repos
-->
<execution>
<id>put-feature-content</id>
<phase>generate-resources</phase>
<goals>
<goal>run</goal>
</goals>
<configuration>
<target>
<loadfile property="replacementsContent" srcFile="${project.build.directory}/support-generated/org.apache.karaf.features.xml" />
<echo>${replacementsContent}</echo>
<property name="replacePattern">&lt;feature\s.*name="entaxy-underlying-replacements"[^&gt;]*&gt;.*&lt;/feature&gt;</property>
<replaceregexp file="src/main/features/replacements.xml" match="${replacePattern}" replace="${replacementsContent}" flags="gs" byline="false" />
</target>
</configuration>
</execution>
</executions>
</plugin>
</plugin>
<!-- The following task is disabled because an error occurred during the build:
[ERROR] [replaceregexp] The following file is missing: 'entaxy-framework/underlying/entaxy-underlying-features/src/main/features/replacements.xml'
and no one remembers what this task is for -->
<!-- <plugin>-->
<!-- <groupId>org.apache.maven.plugins</groupId>-->
<!-- <artifactId>maven-antrun-plugin</artifactId>-->
<!-- <executions>-->
<!-- &lt;!&ndash; -->
<!-- combine resulting org.apache.karaf.features.repos.cfg-->
<!-- from fragments in ${project.build.directory}/temp/org.apache.karaf.features.repos -->
<!-- &ndash;&gt;-->
<!-- -->
<!-- <execution>-->
<!-- <id>put-feature-content</id>-->
<!-- <phase>generate-resources</phase>-->
<!-- <goals>-->
<!-- <goal>run</goal>-->
<!-- </goals>-->
<!-- <configuration>-->
<!-- <target>-->
<!-- <loadfile property="replacementsContent" srcFile="${project.build.directory}/support-generated/org.apache.karaf.features.xml" />-->
<!-- <echo>${replacementsContent}</echo> -->
<!-- <property name="replacePattern">&lt;feature\s.*name="entaxy-underlying-replacements"[^&gt;]*&gt;.*&lt;/feature&gt;</property>-->
<!-- <replaceregexp file="src/main/features/replacements.xml" match="${replacePattern}" replace="${replacementsContent}" flags="gs" byline="false" />-->
<!-- </target>-->
<!-- </configuration>-->
<!-- </execution>-->
<!-- </executions>-->
<!-- </plugin> -->
</plugins>
</build>