The artifact "timetracker-common" is a transitive dependency which some other
dependency brings to the project automatically and now this
"timetracker-common" dependency is missing from your project.

You need to find out which dependency brings this "timetracker-common" to
your project. If it's totally unneeded artifact, you can exclude it.

Try 
mvn -X compile >> file.txt  

This writes the dependency tree to file.txt-file. From there you should find
out which dependency brings this "timetracker-common" dependency to your
project. 

To exclude this dependency in your pom, use the "exclude" tag in your
pom.xml.

I hope this helps :)
-- 
View this message in context: 
http://www.nabble.com/Fatal-error-by-running-mvn-install-tf4108510s177.html#a11683511
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to