On 6/25/07, Haim Ashkenazi <[EMAIL PROTECTED]> wrote:
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------ [INFO] Failed to create assembly: Artifact: org.babysnakes.jibuy:core:jar:0.2 (included by module) does not have an artifact with a file. Please ensure the package phase is run before the assembly is generated.
Try (as the messages suggests) 'mvn package assembly:assembly' rather than 'mvn assembly:assembly' This is a known problem: see the note a the bottom of http://maven.apache.org/plugins/maven-assembly-plugin/examples/multimodule/module-binary-inclusion-simple.html ksb
