[teiid-dev] Missing maven artifacts

Steven Hawkins shawkins at redhat.com
Tue Sep 6 16:49:57 EDT 2011


Changing the settings.xml comes straight from the community recommendations: http://community.jboss.org/wiki/MavenGettingStarted-Developers

I can understand if you don't like it, but you should why those are the recommendations before altering Teiid.  Also all of the jars in question I believe are coming in via transitive dependencies in jboss integration.  You could also look using exclusions and possibly including better references at a provided scope if needed.

----- Original Message -----
> The resolution should be in the form of updating the pom.xml. If the
> project depends on deprecated libraries, then the project should
> reflect
> that. The user should not have to modify their Maven environment to
> satisfy the dependencies of the project. I recommend adding the
> deprecated repository to the poms that require the deprecated
> artifacts.
> 
> On Tue, 2011-09-06 at 07:13 -0500, Ramesh Reddy wrote:
> > try
> >
> > http://community.jboss.org/thread/169101?tstart=0
> >
> > Ramesh..
> >
> > On Fri, 2011-09-02 at 16:39 -0500, Larry O'Leary wrote:
> > > It was brought to my attention that using the information provided
> > > in
> > >
> > > http://community.jboss.org/wiki/TeiidEclipseDevEnvironmentSetUpAndBuildingRuntimeArtifacts
> > >
> > > ... along with the settings.xml file which is attached to the
> > > document,
> > > building of Teiid fails due to missing dependencies such as jaas
> > > and
> > > trove.
> > >
> > > So, I attempted to build from rev3413 and had no problems. I then
> > > removed my local maven repo and tried the build and sure enough,
> > > the
> > > build failed due a few missing artifacts such as jaas and trove.
> > >
> > > Upon further investigation, it appears that we are expecting to
> > > find
> > > some of these (if not all) artifacts on Nexus. For example:
> > >
> > > https://repository.jboss.org/nexus/content/groups/developer/javax/security/jaas/1.0.01/
> > >
> > > It appears the JAR is simply missing here. I also noticed this
> > > same
> > > thing in the apache maven repo. The JAR seems to be missing from
> > > many of
> > > the common repos.
> > >
> > > Was there a change we should have made to the maven settings.xml
> > > to find
> > > these artifacts?
> > >
> > >
> > > _______________________________________________
> > > teiid-dev mailing list
> > > teiid-dev at lists.jboss.org
> > > https://lists.jboss.org/mailman/listinfo/teiid-dev
> >
> >
> 
> 
> --
> 
> Larry O'Leary
> Middleware Support Engineering Group
> Global Support Services
> Red Hat, Inc.
> loleary at redhat.com
> 1.866.LINUX70 (+1.314.336.2990) xt 81-62909
> Office: +1.314.336.2909
> Mobile: +1.618.420.7623
> --
> Red Hat supports World Environment Day 2011.
> http://www.unep.org/wed
> 
> _______________________________________________
> teiid-dev mailing list
> teiid-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/teiid-dev


More information about the teiid-dev mailing list