Skip to content

Commit

Permalink
Merge pull request #8 from org-metaeffekt/feat/container-extractors-u…
Browse files Browse the repository at this point in the history
…pgrade-2023-06

update container-extractors pom to use overhauled container-extractors
  • Loading branch information
karsten-klein authored Oct 23, 2023
2 parents 8cd98bd + 98729ff commit 1d06c76
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions extractors/container-extractors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.0.1</version>
<version>3.6.0</version>
<executions>
<execution>
<id>unpack-container-scripts</id>
Expand All @@ -57,11 +57,17 @@
<artifactItems>
<artifactItem>
<groupId>org.metaeffekt.core</groupId>
<artifactId>ae-inventory-maven-plugin</artifactId>
<artifactId>ae-system-analysis-scripts</artifactId>
<version>${ae.core.version}</version>
<includes>ae-system-analysis-scripts-assembled/container-extractors/*.sh</includes>
<fileMappers>
<org.codehaus.plexus.components.io.filemappers.FlattenFileMapper/>
<org.codehaus.plexus.components.io.filemappers.PrefixFileMapper>
<prefix>container-extractors/</prefix>
</org.codehaus.plexus.components.io.filemappers.PrefixFileMapper>
</fileMappers>
</artifactItem>
</artifactItems>
<includes>container-extractors/*.sh</includes>
<overWriteSnapshots>true</overWriteSnapshots>
</configuration>
</execution>
Expand Down

0 comments on commit 1d06c76

Please sign in to comment.