Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AECORE-115 Assessment Merger #70

Merged
merged 3 commits into from
Aug 7, 2023

Conversation

YanWittmann
Copy link
Contributor

Added Assessment inventory merger that creates VMD contexts based on Asset information form multiple inventories.

<plugin>
    <groupId>org.metaeffekt.core</groupId>
    <artifactId>ae-inventory-maven-plugin</artifactId>
    <version>HEAD-SNAPSHOT</version>

    <executions>
        <execution>
            <id>data-mirror</id>
            <goals>
                <goal>merge-inventories-assessment</goal>
            </goals>
            <configuration>
                <sourceInventory>input-inventory.xls</sourceInventory>

                <sourceInventoryBaseDir>input-dir</sourceInventoryBaseDir>
                <sourceInventoryIncludes>**/*.xls</sourceInventoryIncludes>
                <sourceInventoryExcludes>**/*.yaml</sourceInventoryExcludes>

                <targetInventory>merged.xls</targetInventory>
            </configuration>
        </execution>
    </executions>
</plugin>

…Asset information form multiple inventories

Signed-off-by: ywittmann <[email protected]>
Fixed macro for generating assessment report.

Signed-off-by: ywittmann <[email protected]>
@YanWittmann
Copy link
Contributor Author

Screenshot 2023-08-07 at 12 25 59

Signed-off-by: ywittmann <[email protected]>
@karsten-klein karsten-klein merged commit 4a6ef94 into master Aug 7, 2023
4 checks passed
@karsten-klein karsten-klein deleted the AECORE-115-assessment-merger-overview branch November 29, 2023 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants