How to check the versions of BOM pom entries and the dependent artifact versions entries

2009-05-06 Thread Thejaswi Narayana

I am working on creation of a Bill of Materails (BOM) POM which would have
some of the common components used by other applications. Some of the
components in the BOM pom are interdependent. We are looking at a way to
find out that the versions in the component poms matches with the versions
in the BOM pom. Is there any plugin which would help us verify this.

Thanks
-- 
View this message in context: 
http://www.nabble.com/How-to-check-the-versions-of-BOM-pom-entries-and-the-dependent-artifact-versions-entries-tp23412330p23412330.html
Sent from the Maven - Users mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: resolve dependencyManagement dependencies from a bill of materials (bom) pom

2009-05-06 Thread Thejaswi Narayana

I guess the Maven dependency plugin goals do that. Do not remember which
ones. 


Jim Sellers wrote:
> 
> Hi all.
> 
> For the company that I work at we've got a "bill of materials" (bom) pom
> that contains dependencies that we know will work together.  Projects will
> use the import scope to pull this into their own projects.  However, there
> is a possibility of putting in an artifact that won't be resolved by our
> corp proxy (archiva).
> 
> Does anyone know of a plugin or way when running the a phase of the bom it
> will try and resolve and download these dependencies?  That way a mistake
> can be found at that stage that something is wrong.
> 
> eg. if the pom depends on org.hibernate:hibernate-core:999, you won't see
> any issue until the projects that use that pom are built.
> 
> Thanks for your time!
> Jim
> 
> 

-- 
View this message in context: 
http://www.nabble.com/resolve-dependencyManagement-dependencies-from-a-bill-of-materials--%28bom%29-pom-tp23164670p23411964.html
Sent from the Maven - Users mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org