release version 1.10.0
This commit is contained in:
@ -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"><feature\s.*name="entaxy-underlying-replacements"[^>]*>.*</feature></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>-->
|
||||
<!-- <!– -->
|
||||
<!-- 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"><feature\s.*name="entaxy-underlying-replacements"[^>]*>.*</feature></property>-->
|
||||
<!-- <replaceregexp file="src/main/features/replacements.xml" match="${replacePattern}" replace="${replacementsContent}" flags="gs" byline="false" />-->
|
||||
<!-- </target>-->
|
||||
<!-- </configuration>-->
|
||||
<!-- </execution>-->
|
||||
<!-- </executions>-->
|
||||
<!-- </plugin> -->
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
|
Reference in New Issue
Block a user