-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: Strange dependency org.jipijapa in wildfly8
PostPosted: Mon Dec 01, 2014 1:16 pm 
Newbie

Joined: Sun Nov 30, 2014 1:43 pm
Posts: 8
I ran into another error trying to build the OGM project. There is an unknown dependency in the wildfly8 module currently in master:

Code:
<dependency>
            <groupId>org.jipijapa</groupId>
            <artifactId>jipijapa-hibernate4-3</artifactId>
            <optional>true</optional>
</dependency>


Top
 Profile  
 
 Post subject: Re: Strange dependency org.jipijapa in wildfly8
PostPosted: Tue Dec 02, 2014 8:59 am 
Hibernate Team
Hibernate Team

Joined: Sat Jan 24, 2009 12:46 pm
Posts: 388
Do you have the JBoss Maven repository added to your Maven settings.xml (see https://developer.jboss.org/wiki/MavenRepository)? JipiJapa is in there. Easiest is to use the settings.xml from the root dir of Hibernate OGM:

Code:
mvn clean install -s settings-example.xml


Also take a look at readme.md which provides information about some more knobs and switches of the build.

Hth,

--Gunnar

_________________
Visit my blog at http://musingsofaprogrammingaddict.blogspot.com/


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.