Skip to content

Conversion of gh-pages content into AsciiDoc#160

Merged
chrisbennight merged 1 commit intomasterfrom
GEOWAVE-147-AsciiDoc
Jan 5, 2015
Merged

Conversion of gh-pages content into AsciiDoc#160
chrisbennight merged 1 commit intomasterfrom
GEOWAVE-147-AsciiDoc

Conversation

@spohnan
Copy link
Copy Markdown
Contributor

@spohnan spohnan commented Dec 31, 2014

This patch does the following:

  • The content from the gh-pages branch is converted to AsciiDoc and copied to the docs directory in master
  • A new profile is added to the parent pom to build the documentation. This profile is not executed during the normal build and has to be explicitly reqeusted
  • It does not alter the current project web site content, it just stages the content needed to do so at some point in the future
  • This is intended to get everything staged so we can test the creation of docs and website content before actually pushing it out to the public site

Code to create docs in geowave/target/site

# Build javadocs
mvn clean install javadoc:aggregate -DskipITs=true -DskipTests=true

# Build docs
mvn -P docs -pl docs clean install

@rfecher
Copy link
Copy Markdown
Contributor

rfecher commented Jan 2, 2015

I'm going to just leave the doc changes for Chris to merge, considering he did nearly all of the first iteration of it

@chrisbennight chrisbennight merged commit 7ce9b17 into master Jan 5, 2015
@spohnan spohnan deleted the GEOWAVE-147-AsciiDoc branch January 5, 2015 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants