HughP / simal

Automatically exported from code.google.com/p/simal
0 stars 0 forks source link

Generate Javadocs as part of release process #367

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We should publish our Javadocs as part of our relase process. At present we 
don't have a website for the project so I'm not sure where the best place to 
put them is. Perhaps just put them in SVN?

Once they are integrated with the process we should update 
http://code.google.com/p/simal/wiki/JavaDocs

Original issue reported on code.google.com by ross.gardler on 14 Jan 2011 at 3:42

GoogleCodeExporter commented 9 years ago
IMHO, no point putting generated files in the SVN. Just add a Maven target to 
build them (if this is possible - I'm not that familiar with it). Or maybe an 
Ant build.xml at the top level with just that target?

Original comment by Stevage on 16 Jan 2011 at 10:37

GoogleCodeExporter commented 9 years ago
My thinking about SVN is that they are then web accessible. It is a bit over 
the top to use SVN though. The problem is we don't have any web hosting for the 
project here (we did have a separate site but we weren't maintaining it).

You're right though, regardless of what we do we should start with a maven 
generated reporting site with Javadocs, test results etc. 

Original comment by ross.gardler on 17 Jan 2011 at 8:36