[jira] Commented: (MSITE-276) Links on Modules are completely broken on site:stage

2009-07-27 Thread Lukas Theussl (JIRA)

[ 
http://jira.codehaus.org/browse/MSITE-276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=185020#action_185020
 ] 

Lukas Theussl commented on MSITE-276:
-

This looks like a dupe of MSITE-404, but you didn't a attach a test project so 
I can't check. Please test with site-plugin-2.1-SNAPSHOT.

 Links on Modules are completely broken on site:stage
 

 Key: MSITE-276
 URL: http://jira.codehaus.org/browse/MSITE-276
 Project: Maven 2.x Site Plugin
  Issue Type: Bug
Affects Versions: 2.0-beta-6
Reporter: Jörg Hohwiller
Assignee: Lukas Theussl
 Fix For: 2.1


 The latest maven-site-plugin 2.0-beta-6 seems to to introduce a new bug that 
 was NOT present in 2.0-beta-5:
 Now all my modules point to the same url which is 
 ../../opt/project/build/development/projects/../dummyhost.de
 Something goes very wrong here:
 1. The link should not contain pathnames specific for the environment where 
 it was build (/opt/project/build/development/projects) nor the hostname and 
 path of the distributionManagement.
 2. The modulename itself is totally lost and all module-links in the menu 
 have the same href
 Whatever has happend here, made it a lot worse. The site is now totally 
 unuseable.
 It seems that only mvn site was tested before the 2.0-beta-6 was released. 
 Multimodule-Builds need to be tested with site:stage or site:deploy.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (MSITE-276) Links on Modules are completely broken on site:stage

2008-01-28 Thread John Allen (JIRA)

[ 
http://jira.codehaus.org/browse/MSITE-276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_121592
 ] 

John Allen commented on MSITE-276:
--

stage does seem to now have difficulties since beta-6

 Links on Modules are completely broken on site:stage
 

 Key: MSITE-276
 URL: http://jira.codehaus.org/browse/MSITE-276
 Project: Maven 2.x Site Plugin
  Issue Type: Bug
Affects Versions: 2.0-beta-6
Reporter: Jörg Hohwiller

 The latest maven-site-plugin 2.0-beta-6 seems to to introduce a new bug that 
 was NOT present in 2.0-beta-5:
 Now all my modules point to the same url which is 
 ../../opt/project/build/development/projects/../dummyhost.de
 Something goes very wrong here:
 1. The link should not contain pathnames specific for the environment where 
 it was build (/opt/project/build/development/projects) nor the hostname and 
 path of the distributionManagement.
 2. The modulename itself is totally lost and all module-links in the menu 
 have the same href
 Whatever has happend here, made it a lot worse. The site is now totally 
 unuseable.
 It seems that only mvn site was tested before the 2.0-beta-6 was released. 
 Multimodule-Builds need to be tested with site:stage or site:deploy.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (MSITE-276) Links on Modules are completely broken on site:stage

2008-01-11 Thread Eric Dalquist (JIRA)

[ 
http://jira.codehaus.org/browse/MSITE-276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_119608
 ] 

Eric Dalquist commented on MSITE-276:
-

I see this problem as well. Module links generated by site:stage and 
site-deploy are broken. Reverting to 2.0-beta-5 solves the issue:

Add the following plugin to the build in your root POM

plugin
groupIdorg.apache.maven.plugins/groupId
artifactIdmaven-site-plugin/artifactId
version2.0-beta-5/version
/plugin

 Links on Modules are completely broken on site:stage
 

 Key: MSITE-276
 URL: http://jira.codehaus.org/browse/MSITE-276
 Project: Maven 2.x Site Plugin
  Issue Type: Bug
Affects Versions: 2.0-beta-6
Reporter: Jörg Hohwiller

 The latest maven-site-plugin 2.0-beta-6 seems to to introduce a new bug that 
 was NOT present in 2.0-beta-5:
 Now all my modules point to the same url which is 
 ../../opt/project/build/development/projects/../dummyhost.de
 Something goes very wrong here:
 1. The link should not contain pathnames specific for the environment where 
 it was build (/opt/project/build/development/projects) nor the hostname and 
 path of the distributionManagement.
 2. The modulename itself is totally lost and all module-links in the menu 
 have the same href
 Whatever has happend here, made it a lot worse. The site is now totally 
 unuseable.
 It seems that only mvn site was tested before the 2.0-beta-6 was released. 
 Multimodule-Builds need to be tested with site:stage or site:deploy.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira