Gradle nested multi-projects with project compile dependencies

A build can only have a single settings.gradle file. Assuming settings.gradle is in the root directory and includes projects like so: include “P1:PP1” You can add a compile dependency like so: dependencies { compile(project(“:P1:PP1″)) } For more information, see the “Multi-Project Builds” chapter in the Gradle User Guide.

How can I use Maven to get the latest Hibernate release?

JBoss have started synchronising their own repo with Maven central as posted on the JBoss community blog , therefore hibernate artifacts are now available without the need to add the JBoss repository to your pom.xml or repository manager. Search result for hibernate-core: To add the Hibernate Core 3.6.3 to your project, just add the following … Read more

Is there any way to retrieve a dependency tree from yum?

Per the RHEL5 manual pages: “repoquery is a program for querying information from YUM repositories similarly to rpm queries.” For your specific case of postgis: # repoquery –requires –recursive –resolve postgis postgresql-libs-0:8.1.23-6.el5_8.i386 geos-0:2.2.3-3.el5.i386 glibc-0:2.5-107.el5_9.5.i686 proj-0:4.5.0-3.el5.i386 You can drop the “.i386” and “.i686” off of the package names if your system is 64-bit. The output from … Read more

Package Manager vs Dependency Manager

TLTR: Package Manager is used for SYSTEM and Dependency Manager for PROJECT Package Manager – is used to configure system, ie to setup your development environment and with these settings you can build many projects. Dependency Manager – Is specific to project. You manage all dependencies for a single project and those dependencies are going … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)