You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 18, 2021. It is now read-only.
When building master, which is currently at 0.1.7-SNAPSHOT, a maven-wrapper.jar is magically installed in target/maven-wrapper-0.1.7-SNAPSHOT/.mvn/wrapper/maven-wrapper.jar. DEBUG logging doesn't indicate anything useful. The contents are always stale with a timestamp of 4/3/2015 1:07 AM.
This jar is added to target/maven-wrapper-0.1.7-SNAPSHOT.tar.gz which is later installed in the local repository. I've found that target/maven-wrapper-0.1.7-SNAPSHOT.jar and target/maven-wrapper-0.1.7-SNAPSHOT-sources.jar are not stale. The other 3 files in target/maven-wrapper-0.1.7-SNAPSHOT.tar.gz (mvnw, mvnw.cmd and maven-wrapper.properties) are not stale.
Incidentally, all versions since 0.1.2 (i.e. 0.1.4, 0.1.5 and 0.1.6) in Maven Central contain this stale jar.
When building
master, which is currently at0.1.7-SNAPSHOT, amaven-wrapper.jaris magically installed intarget/maven-wrapper-0.1.7-SNAPSHOT/.mvn/wrapper/maven-wrapper.jar. DEBUG logging doesn't indicate anything useful. The contents are always stale with a timestamp of4/3/2015 1:07 AM.META-INF/MANIFEST.MF:
This jar is added to
target/maven-wrapper-0.1.7-SNAPSHOT.tar.gzwhich is later installed in the local repository. I've found thattarget/maven-wrapper-0.1.7-SNAPSHOT.jarandtarget/maven-wrapper-0.1.7-SNAPSHOT-sources.jarare not stale. The other 3 files intarget/maven-wrapper-0.1.7-SNAPSHOT.tar.gz(mvnw,mvnw.cmdandmaven-wrapper.properties) are not stale.Incidentally, all versions since 0.1.2 (i.e. 0.1.4, 0.1.5 and 0.1.6) in Maven Central contain this stale jar.