Hi,
it would help if you could post your pom.xml with the assembly plugin configuration and
your assembly descriptor. Also you should describe how you expect the final assembly to
look like. Do you want to create just one jar file that contains your classes + the
classes of the dependencies (you can use the predefined 'jar-with-dependencies' descriptor
for that) or do you want (for example) all dependency jars in a 'lib' directory in the
assembly?
-Tim
nazim chakik schrieb:
Hello,
Already saw this link, but without success.
if somebody already assembled a complete project with all his
dependencies that it comes me to assistance,
that will make more than one week that I try to solve this problem.
thanks
Nazim
Alexandre Poitras a écrit :
Should help you :
http://maven.apache.org/plugins/maven-assembly-plugin/assembly.html
On 6/30/06, nazim chakik <[EMAIL PROTECTED]> wrote:
Hello,
I use the maven's assembly plugin and I have the following problem:
I have several projects which are modules of one main project
containing the pom root. Each module has its own dependencies ,
When I run the command: (mvn assembly:assembly) on the root pom, I
recover the sub projects's .jar but without dependences.
If you have a good documentation about assembly or an example, that
would help me .
thank you in advance
PS:I use -> <artifactId>maven-assembly-plugin</artifactId>
<version>2.2-SNAPSHOT</version>
Nazim
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]