how I can get rid of these messages?
[INFO] --- maven-dependency-plugin:2.3:unpack-dependencies (jetty-classpath) @ scmapi --- isMarkerOlder: artifact1 = .../.m2/repository/org/eclipse/jetty/jetty-io/9.1.1.v20140108/jetty-io-9.1.1.v20140108.jar marker = .../src/maven-intermediate/scmapi/dependency-maven-plugin-markers/org.eclipse.jetty-jetty-io-jar-9.1.1.v20140108.marker artifact1 lastModified: 1398992691000 marker lastModified: 1398992691000 < false = marker older than artifact? isMarkerOlder: artifact1 = .../.m2/repository/org/eclipse/jetty/jetty-webapp/9.1.1.v20140108/jetty-webapp-9.1.1.v20140108.jar marker = .../src/maven-intermediate/scmapi/dependency-maven-plugin-markers/org.eclipse.jetty-jetty-webapp-jar-9.1.1.v20140108.marker artifact1 lastModified: 1398992692000 marker lastModified: 1398992692000 < false = marker older than artifact?
Note that the artifact1 lastModified: 1398992692000
value and the marker lastModified: 1398992692000
are exactly the same. Which contradicts the error message marker older than artifact
.
Note also that if you google: "marker older than artifact" you could find that a lot of people have the same "[info]"
messages reported in their builds.