Open TDI-tenderholt opened 6 years ago
I'm seeing the following error when trying to install a JAR with jip:
... jip [Skipped] Pom file not found at http://repo1.maven.org/maven2/junit/junit-dep/[4.9,)/junit-dep-[4.9,).pom jip [Error] Artifact not found: junit:junit-dep:[4.9,)
If you visit http://repo1.maven.org/maven2/junit/junit-dep/, version 4.9 as well as 4.10 and 4.11 should be found.
Are version ranges (https://maven.apache.org/enforcer/enforcer-rules/versionRanges.html) supported? If not, is there a hack to overcome this?
Hi @TDI-tenderholt , version range is not supported in jip. Pull request is welcomed for it 😀
I'm seeing the following error when trying to install a JAR with jip:
If you visit http://repo1.maven.org/maven2/junit/junit-dep/, version 4.9 as well as 4.10 and 4.11 should be found.
Are version ranges (https://maven.apache.org/enforcer/enforcer-rules/versionRanges.html) supported? If not, is there a hack to overcome this?