Well, you now, this mail was for the maven mailing list. As you see, I am starting to test maven so I will be helpful in case of a 'mavenization'.
Regards, Bruno 2005/11/18, Bruno Aranda <[EMAIL PROTECTED]>: > Hi all, > > I've checked out the maven sources following the instructions on the > web site and now I am trying to build everything, using the 'mvn > assembly:assembly' command. I keep getting this build failure: > > [INFO] [jar:jar] > [INFO] Building jar: > /data/src/maven/temp/maven-site/maven-script/maven-script-beanshell/target/maven-script-beanshell-2.0.1-SNAPSHOT.jar > [INFO] [assembly:assembly] > [INFO] > ---------------------------------------------------------------------------- > [ERROR] BUILD FAILURE > [INFO] > ---------------------------------------------------------------------------- > [INFO] You must specify descriptor or descriptorId > [INFO] > ---------------------------------------------------------------------------- > [INFO] Trace > org.apache.maven.BuildFailureException: You must specify descriptor or > descriptorId > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:540) > ... > > I am not sure what is the reason for this exception as I don't still > have enough experience with maven. Any help? > > BTW, are there any maven 2 nightly builds that I can download? I don't > find them... sorry :-) > > Regards, > > Bruno >

