I am following through with the instructions in the Better Builds with Maven
book. In section 5.3.3 it instructs to install the maven-buildinfo-plugin with
a
mvn install
incantation. However it fails with the error
Missing:
----------
1) com.mergere.mvnbook.shared:buildinfo:jar:1.0-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file
-DgroupId=com.mergere.mvnbook.shared -DartifactId=buildinfo \
-Dversion=1.0-SNAPSHOT -Dpackaging=jar
-Dfile=/path/to/file
Path to dependency:
1)
com.mergere.mvnbook.plugins:maven-buildinfo-plugin:maven-plugin:1.0-SNAPSHOT
2) com.mergere.mvnbook.shared:buildinfo:jar:1.0-SNAPSHOT
I have checked "central" and indeed com.mergere.mvnbook.shared does not exist.
Where can I find it?
Sri
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]