You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 8, 2025. It is now read-only.
'[ERROR] Failed to execute goal org.codehaus.mojo:appassembler-maven-plugin:'+ projectVersion +':assemble (default) on project programNameDuplicate-test: The program id: program-01-test exists more than once! -> [Help 1]',
59
60
]);
60
61
} else {
62
+
//Maven 2.X output looks different...
61
63
t.checkExistenceAndContentOfAFile(buildLogFile, [
62
64
'org.apache.maven.BuildFailureException: The program id: program-01-test exists more than once!',
Copy file name to clipboardExpand all lines: appassembler-maven-plugin/src/main/java/org/codehaus/mojo/appassembler/daemon/script/DefaultScriptGenerator.java
0 commit comments