mmhh.. in another project we used the maven assembly plugin to create a nice
flat view of (nested) maven dependencies.
Once this was the way it should be (using filters, fixing scopes and all
that), you can easily pick them up with scanDir(..).
So in that way, you resolve all maven stuff upfront, and use Exam's
provisioning api (and not the  maven-exam-plugin) to just pick up files.

Isn't that something you may want to use ?

Toni


On Tue, Mar 30, 2010 at 6:24 PM, Randall Alexander <
[email protected]> wrote:

> I have a project in which the pom.xml depends on another project.
> This project has many dependencies and subdependencies.  I noticed
> that these projects are not being loaded automatically.  I tried
> adding:
>                        <plugin>
>
>  <groupId>org.apache.servicemix.tooling</groupId>
>
>  <artifactId>depends-maven-plugin</artifactId>
>                                <executions>
>                                        <execution>
>
>  <id>generate-depends-file</id>
>                                                <goals>
>
>  <goal>generate-depends-file</goal>
>                                                </goals>
>                                        </execution>
>                                </executions>
>                        </plugin>
> but that seems to only be useful to use .version( asInProject() ).  I
> would think this file should be able to be loaded similar to the
> scanFile feature.  I tried loading it directly using the scanFile but
> that obviously did not load since it does not appear to conform to the
> proper layout.  Is there a way to do this or is there an automatic
> scan and dependency resolution feature?
>
> --
> Randy
>
> _______________________________________________
> general mailing list
> [email protected]
> http://lists.ops4j.org/mailman/listinfo/general
>



-- 
Toni Menzel
Independent Software Developer
Professional Profile: http://okidokiteam.com
[email protected]
http://www.ops4j.org     - New Energy for OSS Communities - Open
Participation Software.
_______________________________________________
general mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/general

Reply via email to