Details
-
Type:
Task
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: long-term
-
Fix Version/s: long-term
-
Component/s: Buildmeister, Documentation, Permissions, Web
-
Labels:None
-
Number of attachments :
Description
I have been getting myself acquainted with sysunit maven build process. I have noticed that maven provides the ability to generate a web site that contains different reports. I was trying to understand how this can be generated and deployed.
During this process, I realized that the sysunit web site was not generated by maven but was created in a wiki like style. I was wondering if there is a way to include maven generated reports and/or replace the web site with a maven generated web site? Doing the later, I would need access to the current web pages contained within the sysunit web site. Is their a process that can be used to get these pages?
I was wondering where we place the project beta/alpha and/or releases on a public web site for others to download? The sysunit web site contains a download/release section but it does not have a link to any type of release.
I was also trying to understand how I can create a release tag in jira but it seems like I do not have permission to create a release tag. Can I get permission to generate such a tag?
I was also wondering if there is a way for me to produce snapshot of sysunit for the public to download and play with. I would again like to include this as part of the download section of the sysunit web site.
thanks,
--Claudio
Activity
| Field | Original Value | New Value |
|---|---|---|
| Workflow | jira [ 49613 ] | Support workflow [ 136133 ] |
If you ssh into sysunit.codehaus.org, and cd to ~sysunit, you should see a public_html/ directory where the current web bits live. You'll notice it's pretty empty. This is because most content is punted off to Confluence (docs.codehaus.org).
Confluenza and Maven sites can live side-by-side. Typically folks will deploy the maven site into public_html/maven/ and just link to it.
If you wish to completely remove the confluence/confluenza stuff from the mix, comment out the appropriate lines in your .htaccess in that public_html/ I believe. A handful of RewriteRules, etc.
If you put things into ~sysunit/dist/... they will appear under dist.codehaus.org/sysunit/, our maven repository.
You can maven deploy-snapshot also, to get a snapshot jar into the repository. If you have problems, ping me personally (bob@codehaus.org) and I'll pitch in. Or find me on IM/IRC.