-
Improvement
-
Resolution: Unresolved
-
Major
-
None
-
Platform: All, OS: All
For maven2 projects having a permalink is very nice, but sometimes what's needed
is not only permalink to lastSuccessfulBuild, but also to current artifact.
Scenario: I'd like to fetch last successfully built artifact, and I don't care
which version it is. Currently it's not possible, as you get:
What would be nice to have is following permalink in addition (so that maven
project version is not in the URL):
http://hudson/job/my-project/lastSuccessfulBuild/com.company$my-project/artifact/com.company/my-project/artifactId/my-project-dev.war
From Kohsuke: if we modify MavenArtifactRecord a bit to expose artifacts in a
real permalink, this should be possible.