![]() |
|
|
Issue Type:
|
Bug
|
Assignee:
|
Larry Shatzer, Jr.
|
Attachments:
|
linked_artifacts.jpg |
Components:
|
maven-deployment-linker |
Created:
|
15/Dec/12 2:17 PM
|
Description:
|
if a build also deploys the generated site to a remote host, the 'maven-deployment-linker' plugin adds each page as a deployed artifact to the list.
But these artifacts are added in a wrong way, the list is created with html like this:
{{
<li>
<li><a href=""http://XXXXXXX:8081/nexus/content/sites/somepath/ABCED_Plugin/">http://XXXXXXX:8081/nexus/content/sites/somepath/ABCED_Plugin/"></a></li>
<li>
<li>
<a href=""http://XXXXXXX:8081/nexus/content/sites/site/somepath/maven-plugins/ABCD_Plugin/">http://XXXXXXX:8081/nexus/content/sites/site/somepath/maven-plugins/ABCD_Plugin/"></a>
</li>
}}
as you can see in the html and on the picture, there is no text added to the list items, only an anker tag.
I think the plugin should ignore the files generated by the site plugin at all.
|
Project:
|
Jenkins
|
Priority:
|
Major
|
Reporter:
|
domi
|
|
|
|
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
- [JIRA] (JENKINS-16141) 'site-deplpoy' adds empty e... d...@fortysix.ch (JIRA)
-