Hello,

Running the assembly plugin as documented on

> http://maven.apache.org/plugins/maven-assembly-plugin/howto.html

results in an error,

$ mvn assembly:assembly -Dmaven.assembly.descriptorId=jar-with-dependencies

[ERROR] BUILD FAILURE
[INFO] -----------------------------------------------------------------
[INFO] You must specify descriptor or descriptorId


but if one uses an unqualified descriptorId property value

$ mvn assembly:assembly -DdescriptorId=jar-with-dependencies

[INFO] [assembly:assembly]
[INFO] Building jar: .../myproject-SNAPSHOT-jar-with-dependencies.jar
[INFO] -----------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] -----------------------------------------------------------------

it seems to work fine.  Is this an error with the assembly plugin or with
the docs?

   michael


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to