Failed to run command: mvn.bat clean validate package
Command return code: 1
Command error output: Mrz 18, 2014 11:20:43 AM com.izforge.izpack.core.container.PlatformProvider provide
INFO: Detected platform: windows,version=6.1,arch=x86,symbolicName=WINDOWS_7,javaVersion=1.7.0_25
Mrz 18, 2014 11:20:44 AM com.izforge.izpack.compiler.CompilerConfig addInfo
INFO: Adding uninstaller
Exception in thread "main" java.lang.AssertionError: com.izforge.izpack.api.exception.CompilerException: D:\Quickbuild_Agent\workspace\root[...]\installer\target/staging/install.xml:28: Resource not found: D:\Quickbuild_Agent\workspace\root[...]\installer\target\staging\Licence.txt
D:\Quickbuild_Agent\workspace\root[...]\installer\target\staging\Licence.txt
at org.izpack.mojo.IzPackNewMojo.execute(IzPackNewMojo.java:184)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:106)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:20...
This is where the step was yellow forever. The installer maven usually finishes within seconds if there are no errors present. (=after I added the licence.txt)
The problem is why it would halt forever instead of aborting with the error as it should, because clearly "if all child steps are successeful" should be false by then.
So the topology of the steps is like this:
parallel -
- webserver
- sequential
- buildsomething
- installer (! fails but does not cause 'parallel' to fail, which I would expect)
- buildsomethingelse