Open kirmiziorman opened 1 year ago
I've found a temporary solution in commenting out the following in the examples pom file:
<!--<dependency>
<groupId>com.packt.learnjava</groupId>
<artifactId>database</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>-->
And also removing the ch_10 folder completely. But I'll obviously want it back in when I get to that point in the book. So still hoping for a solution.
You should execute a mvn install
command inside the database folder to install the database
project on your local maven repository.
Hi, I've followed your instructions exactly, but when I get to page 22 and run
mvn clean package
I get the following error:I've don't know what's going on here and it's preventing me from progressing with the book. Do you know how I can fix this?
Thanks!