-->
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: Installing hibernate artifacts from source
PostPosted: Fri Dec 20, 2013 5:26 am 
Newbie

Joined: Fri Dec 20, 2013 5:24 am
Posts: 2
I want to install Hibernate maven artifacts from source into my local maven repository.
I've cloned the sources from https://github.com/hibernate/hibernate-orm.
They are building fine using ./gradlew clean build
I've tried:
Code:
./gradlew clean install

but the only artefact installed are:
Code:
hibernate-gradle-plugin-4.3.0-SNAPSHOT.jar
hibernate-maven-plugin-4.3.0-SNAPSHOT.jar

This is the output of ./gradlew clean install --info |grep Installing
Code:
[INFO] Installing /home/rzymek/devel/github/hibernate-orm/tooling/hibernate-gradle-plugin/target/libs/hibernate-gradle-plugin-4.3.0-SNAPSHOT.jar
      to /home/rzymek/.m2/repository/org/hibernate/hibernate-gradle-plugin/4.3.0-SNAPSHOT/hibernate-gradle-plugin-4.3.0-SNAPSHOT.jar
[INFO] Installing /home/rzymek/devel/github/hibernate-orm/tooling/hibernate-maven-plugin/target/libs/hibernate-maven-plugin-4.3.0-SNAPSHOT.jar
      to /home/rzymek/.m2/repository/org/hibernate/hibernate-maven-plugin/4.3.0-SNAPSHOT/hibernate-maven-plugin-4.3.0-SNAPSHOT.jar

Doing find /home/rzymek/.m2/repository/org/hibernate/ -name *4.3.0*jar yeld also only these two files.
The question is: How to install hibernate-core, hibernate-entitymanager artifacts?

Crossposted from http://stackoverflow.com/questions/20686540/installing-hibernate-artifacts-from-source


Top
 Profile  
 
 Post subject: Re: Installing hibernate artifacts from source
PostPosted: Fri Dec 20, 2013 5:56 am 
Newbie

Joined: Fri Dec 20, 2013 5:24 am
Posts: 2
Found it. The answer is:

Code:
./gradlew publishToMavenLocal


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.