Great - I added some basic package-info.java files. I didn't do it as a pull request as these didn't exist/work - feel free to tweak further!
I had to massage the mycila license-plugin as the /* style license header in package-info.java was not recognized - it seems very picky - is ther any reason to keep both this and the rat plugin? (Raised as https://issues.apache.org/jira/browse/COMMONSRDF-18 ) I tried to deploy using mvn site-deploy. I got these errors: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-scm-publish-plugin:1.1:publish-scm (scm-publish) on project commons-rdf-api: Failed to check-in files to SCM: The svn command failed. svn: E155011: Commit failed (details follow): [ERROR] svn: E155011: Directory '/home/stain/src/commons-rdf/api/target/site-content/apidocs/org/apache/commons/rdf/simple' is out of date [ERROR] svn: E170004: Item '/websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/simple' is out of date .. probably because someone else deployed something somewhere while the build was running? (can't wait for that gitpub2pubsublub without svn..) So I try again, getting: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-scm-publish-plugin:1.1:publish-scm (scm-publish) on project commons-rdf-api: Failed to delete files from SCM: The svn command failed. svn: E200005: Use --force to override this restriction (local modifications may be lost) [ERROR] svn: E200005: '/home/stain/src/commons-rdf/api/target/site-content/source-repository.html.mine' is not under version control so it turns you have to do a few repeated runs of mvn clean site-deploy as random SVN files are spread about the file system. This seems to work, except it deleted everything except the simple/ javadocs! Sorry! -- is it because simple is the last module built? I fixed this manually with svn co and cp from target/site On 20 April 2015 at 18:45, Gary Gregory <[email protected]> wrote: > OK, I can see the Javadocs. cool. Can someone add package-level Javdocs? > That would help to get the difference between the API and whatever "simple" > is supposed to be. > > Gary > > On Mon, Apr 20, 2015 at 10:27 AM, Sergio Fernández <[email protected]> > wrote: > >> Hi Gary, >> >> On Mon, Apr 20, 2015 at 5:05 PM, Gary Gregory <[email protected]> >> wrote: >> >> > On Mon, Apr 20, 2015 at 1:47 AM, Sergio Fernández <[email protected]> >> > wrote: >> > >> > > Content online at: http://commonsrdf.incubator.apache.org/ :-) >> > > >> > >> > Nice start for this site! :-) >> > >> >> All the merits to infrastructure that the Commons project has put in place, >> with a nice skin and many required things already configured in the parent. >> >> The first thing I wanted to do though is browse the Javadocs, which is not >> > there. >> > >> >> Also the first on my list, already added there. >> >> >> > Please see any recent Apache Commons site and POM for what most Commons >> > project sites looks like, in particular the project reports section which >> > include Javdocs, for example: >> > http://commons.apache.org/proper/commons-lang/project-reports.html >> >> >> I'd need to take a look to those reports. Thanks for the pointer. >> >> For those who do not follow the Jira updates of COMMONSRDF-9, I'll try to >> summarize here the latest work on the site: Basically working on that issue >> I've realized that Commons project does not uses the CMS (see >> https://commons.apache.org/site-publish.html for further details), but >> they >> use the site plugin to publish the site (using site-deploy to be more >> precisely). So that means that the site could be moved to git, and that's >> already done. It also means that INFRA-9260 is not required anymore. I also >> included the SITE.md file with the most useful things to know to manage the >> site. We still have some minor issues to solve, but all those minor details >> be discussed on COMMONSRDF-9. >> >> Cheers, >> >> -- >> Sergio Fernández >> Partner Technology Manager >> Redlink GmbH >> m: +43 6602747925 >> e: [email protected] >> w: http://redlink.co >> > > > > -- > E-Mail: [email protected] | [email protected] > Java Persistence with Hibernate, Second Edition > <http://www.manning.com/bauer3/> > JUnit in Action, Second Edition <http://www.manning.com/tahchiev/> > Spring Batch in Action <http://www.manning.com/templier/> > Blog: http://garygregory.wordpress.com > Home: http://garygregory.com/ > Tweet! http://twitter.com/GaryGregory -- Stian Soiland-Reyes Apache Taverna (incubating), Apache Commons RDF (incubating) http://orcid.org/0000-0001-9842-9718
