your pom looks ok so far... The imports * is not taken into account (not sure y) but the
easiest solution is to
1) put your blueprint into deploy
2) get all imported packages
3) explicitly add those packages as imports (do not use *) (e.g. use
XXXX.karaf.config and XXX.karaf.config.impl, ...).
This should do the trick
kind regards,
andreas
On Tue, Dec 28, 2010 at 10:12:49AM -0200, Rafael Marins wrote:
> Hi Andreas,
>
> Sure, check it out here: [1]http://pastebin.com/fx9JF873
> Best regards,
> --
> Rafael Marins
> On Dec 28, 2010, at 9:43 AM, Andreas Pieber wrote:
>
> Can you upload the effective pom for
> org.neociclo.accord.server.server-core [1]?
> kind regards,
> andreas
> [1] [2]http://maven.apache.org/plugins/maven-help-plugin/effective-p
> om-mojo.html
>
> References
>
> 1. http://pastebin.com/fx9JF873
> 2. http://maven.apache.org/plugins/maven-help-plugin/effective-pom-mojo.html
|