-
Notifications
You must be signed in to change notification settings - Fork 80
Closed
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
As shown in this branch with the samples/commandlinerunner-agent project, when executing mvn -Pnative -Dagent=true -DskipNativeTests clean test package the execution fails because native-image-configure generate --output-dir=/home/seb/workspace/spring-native/samples/commandlinerunner-agent/target/native/agent-output/test do not provide inputs.
Related code is in MergeAgentFiles and related to AGENT_SESSION_SUBDIR.
I am wondering if we could just avoid doing this kind of processing and just pass the generated configs to native-image since we can provide multiple ones.
Tested on Maven only but could impact Gradle as well.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working