-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add teiid-modeshape jar to pom (when available) #448
Comments
teiid-modeshape is already added to the build as dependencies. See https://github.com/Teiid-Designer/komodo/blob/master/pom.xml#L127 |
I've tried to compile Komodo today, not all the teiid-modeshape jars are published: Could not find artifact org.jboss.teiid.modeshape:teiid-modeshape-sequencer |
We are working on publishing teiid-modeshape, so afraid answer is yes you will need to compile it first. its actually a small project so does not take long (disable tests using -D skipTest to speed up further) |
Actually, I had to disable the tests altogether, some were failing, I didn't investigate. Back to the repositories hunting. |
After teiid-modeshape is versioned, add to the build.
The text was updated successfully, but these errors were encountered: