Details
Description
The MPIR now produces a list of modules. However, it assumes that the site for each module will be AGGREGATOR_URL/MODULENAME. The actual URL should be based on the published URL of the module, which is not necessarily a subdirectory of the aggregator project.
-
Hide
- MPIR-201.zip
- 08/Dec/10 4:27 AM
- 11 kB
- Lukas Theussl
-
- MPIR-201/pom.xml 1 kB
- MPIR-201/src/site/apt/format.apt 18 kB
- MPIR-201/src/site/apt/index.apt 0.2 kB
- MPIR-201/src/site/fml/faq.fml 1.0 kB
- MPIR-201/src/site/site.xml 0.3 kB
- MPIR-201/src/site/xdoc/xdoc.xml 0.5 kB
- MPIR-201/sub1/pom.xml 0.8 kB
- MPIR-201/sub1/src/main/.../ddd/sub1/App.java 0.2 kB
- MPIR-201/sub1/src/site/site.xml 0.2 kB
-
Hide
- SiteModulesTest.zip
- 25/Aug/10 11:47 AM
- 20 kB
- Mykel Alvis
-
- src/site/xdoc/xdoc.xml 0.5 kB
- src/site/fr/xdoc/xdoc.xml 0.5 kB
- src/site/fr/apt/index.apt 0.3 kB
- src/site/fr/apt/format.apt 18 kB
- src/site/fr/fml/faq.fml 1.0 kB
- src/site/site.xml 0.3 kB
- src/site/apt/index.apt 0.2 kB
- src/site/apt/format.apt 18 kB
- src/site/fml/faq.fml 1.0 kB
- src/site/site_fr.xml 1.0 kB
- src/site/site.xml.old 1.0 kB
- pom.xml 2 kB
- sub1/src/test/java/.../ddd/sub1/AppTest.java 0.6 kB
- sub1/src/site/site.xml 0.2 kB
- sub1/src/main/java/com/ddd/sub1/App.java 0.2 kB
- sub1/pom.xml 0.9 kB
Issue Links
- relates to
-
MPIR-209
Wrong links in modules overview page if module artifactId does not match directory structure
-
Activity
Hide
Mykel Alvis
added a comment -
I think the attached project will demonstrate the effect. If it's not clear, I can produce something more substantial.
Show
Mykel Alvis
added a comment - I think the attached project will demonstrate the effect. If it's not clear, I can produce something more substantial.
Hide
Lukas Theussl
added a comment -
Attaching a simplified version of the above test project. Run 'mvn clean site site:stage', the link in the module overview page is wrong. This is the same effect, but a different cause, as MPIR-209.
Show
Lukas Theussl
added a comment - Attaching a simplified version of the above test project. Run 'mvn clean site site:stage', the link in the module overview page is wrong. This is the same effect, but a different cause, as MPIR-209 .
Show
Lukas Theussl
added a comment - Fixed in r1044251
This sound like an issue for the Site Plugin, rather than MPIR. The "Modules" menu is handled by the Site Plugin.
Can you attach a small project that shows this issue in action?