Jump to content
We've recently updated our Privacy Statement, available here ×

arosenblum

Members
  • Posts

    1
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Security Advisories

Downloads

Posts posted by arosenblum

  1. I was able to finally get around the cobertura-maven-plugin/2.5-Jaspersoft/ issue by adding the following to my maven_settings_repo.xml file:

           <pluginRepository>
              <id>cobertura-maven-jaspersoft</id>
              <snapshots>
                <enabled>true</enabled>
              </snapshots>
              <releases>
                <enabled>true</enabled>
              </releases>
            </pluginRepository>
     
    That's the only place online I could find the pom/jar.  
     
    But now I'm failing on:  teiid-admin/teiid-engine and teiid-runtime (8.1.0 Final).  Trying to install manually now....

     

×
×
  • Create New...