bobobear / lambdaj

Automatically exported from code.google.com/p/lambdaj
Apache License 2.0
0 stars 0 forks source link

Current pom does not integrate dependencies #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. run: mvn clean package

What is the expected output? What do you see instead?
Should build lambdaj with all dependencies included (optionally).
Currently, does only build lambdaj with external dependencies. We need both.

Conceptual: How can we support both in a maven'esce way?

Original issue reported on code.google.com by sebastian.jancke@googlemail.com on 20 Jul 2009 at 10:18

GoogleCodeExporter commented 9 years ago
Ok, my fault. It is already there but was not documented (we have _no_ build
documentation guys...).

It is possible with: mvn assembly:assembly

Original comment by sebastian.jancke@googlemail.com on 20 Jul 2009 at 10:20

GoogleCodeExporter commented 9 years ago
Closed and documented in wiki.

Original comment by sebastian.jancke@googlemail.com on 21 Jul 2009 at 11:06