Bonjour, 

> - if I connect the "attached" goal to the "package" phase (which seems to 
> come up quite often in the examples),
> nothing is never assembled by running package. I'm using the following 
> configuration:
>
>btw, is running package enough? From the command line I must use : "mvn 
>package assembly:assembly" because as I
> understand a package lifecycle is created.
> But I expected "mvn package" to do it automatically using my configuration. 
> What am I doing wrong? (I tried
> install and deploy too)

If you want the same behavior, you should have the "assembly" goal in your pom 
file. There, it is as if you where executing the command:
mvn package assembly:attached

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

Reply via email to