This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-training.git.


    from 7ae1af6  Merge pull request #3 from opencore/TRAINING-6
     new 6ba22c8  - Added maven pom files to help IDEs with the new directory 
structure - Added Jenkinsfiles to allow building of sub-modules
     new 40aa67b  - Some random change to trigger a build
     new 7209867  - Trying to get things working (Might be a few of these 
commit messages)
     new 6e664ef  - Trying to get things working (Might be a few of these 
commit messages)
     new 5578db4  - Removed the Jenkinsfiles for testing another approach ...
     new 04d3b39  - Set the version of the site plugin to a more recent one.
     new 83f0032  - Updated the maven commands to run in the site sub-dir
     new 3ff95c2  - Get rid of some maven warnings related to our directory 
structure - Make the job deploy the site even if it's not develop (for testing 
... will change this back)
     new afdd52d  - Force a change in the website content.
     new 15c2c60  - Undid my latest change
     new 885af30  - Added my presentation framework as second build unit to 
test the separation of builds
     new 6604f13  - Tried to prevent all jobs from running on every commit
     new de0b1fa  - Tried to prevent all jobs from running on every commit
     new 3ac1940  - Configured an agent node type
     new f948547  - Some change to the template
     new 3af71bc  - Preparation for merging back to master.

The 26 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 NOTICE                                             |   8 +-
 site/.mvn/extensions.xml => pom.xml                |  36 +-
 site/Jenkinsfile                                   |  51 +-
 site/pom.xml                                       |   7 +-
 .../Jenkinsfile                                    |  76 +-
 tools/maven-revealjs-asciidoctor-templte/README.md |  66 ++
 .../install-deps.sh                                |  51 ++
 .../libs/docinfo-hack/document.html.slim           | 214 ++++++
 tools/maven-revealjs-asciidoctor-templte/pom.xml   | 288 ++++++++
 .../src/main/asciidoc/_settings.adoc               |  38 +-
 .../asciidoc/diagrams/mermaid-flowchart-test.mmd   |   5 +
 .../src/main/asciidoc/index.adoc                   | 764 +++++++++++++++++++++
 .../src/main/asciidoc/subdir/_b.adoc               |  26 +-
 .../src/main/asciidoc/subdir/_c.adoc               |  22 +-
 .../src/main/java/example/StringUtils.java         |  27 +
 .../src/main/resources/images/Yoda.png             | Bin 0 -> 305264 bytes
 .../src/main/resources/images/logo-apache.png      | Bin 0 -> 16185 bytes
 .../src/main/theme/apache.css                      | 349 ++++++++++
 site/.mvn/extensions.xml => tools/pom.xml          |  34 +-
 19 files changed, 1887 insertions(+), 175 deletions(-)
 copy site/.mvn/extensions.xml => pom.xml (55%)
 copy {site => tools/maven-revealjs-asciidoctor-templte}/Jenkinsfile (61%)
 create mode 100644 tools/maven-revealjs-asciidoctor-templte/README.md
 create mode 100755 tools/maven-revealjs-asciidoctor-templte/install-deps.sh
 create mode 100644 
tools/maven-revealjs-asciidoctor-templte/libs/docinfo-hack/document.html.slim
 create mode 100644 tools/maven-revealjs-asciidoctor-templte/pom.xml
 copy site/.mvn/extensions.xml => 
tools/maven-revealjs-asciidoctor-templte/src/main/asciidoc/_settings.adoc (51%)
 create mode 100644 
tools/maven-revealjs-asciidoctor-templte/src/main/asciidoc/diagrams/mermaid-flowchart-test.mmd
 create mode 100644 
tools/maven-revealjs-asciidoctor-templte/src/main/asciidoc/index.adoc
 copy site/.mvn/extensions.xml => 
tools/maven-revealjs-asciidoctor-templte/src/main/asciidoc/subdir/_b.adoc (51%)
 copy site/.mvn/extensions.xml => 
tools/maven-revealjs-asciidoctor-templte/src/main/asciidoc/subdir/_c.adoc (51%)
 create mode 100644 
tools/maven-revealjs-asciidoctor-templte/src/main/java/example/StringUtils.java
 create mode 100644 
tools/maven-revealjs-asciidoctor-templte/src/main/resources/images/Yoda.png
 create mode 100644 
tools/maven-revealjs-asciidoctor-templte/src/main/resources/images/logo-apache.png
 create mode 100644 
tools/maven-revealjs-asciidoctor-templte/src/main/theme/apache.css
 copy site/.mvn/extensions.xml => tools/pom.xml (55%)

Reply via email to