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

Reply via email to