Git Product home page Git Product logo

testpluginreactor's Introduction

TestPluginReactor

blueprinter-maven-plugin:print goal generates a blueprinter directory containg .html and puml files.

blueprinter-maven-plugin module contains:

  1. the sources of the plugin itself
  2. unit tests
  3. integration tests (under src/it folder) fired by invoker plugin, that verifies correctness of generated html/puml files

blueprinter-test module is configured to use the blueprinter-maven-plugin to generate html/puml files

On first issue of

mvn clean install
  1. .m2 repository does not contain the plugin
  2. maven reactor build, install, and execute integration tests of the blueprinter-maven-plugin module
  3. maven reactor build and install blueprinter-test module, using the blueprinter-maven-plugin just installed to create the TestPluginReactor/blueprinter

On subsequent issues of

mvn clean install
  1. .m2 repository contain the previous build of the plugin
  2. maven reactor build, install, and execute integration tests of the blueprinter-maven-plugin module
  3. maven reactor build and install blueprinter-test module, using the newly created blueprinter-maven-plugin just installed to create the TestPluginReactor/blueprinter

To verify that, look at

TestPluginReactor/blueprinter/index.html title tag should contain "index".

Then, modify HTMLWriter.getBodyElement titleElement.textContent

val titleElement = toReturn.createElement("title")
titleElement.textContent = "modified content"

and issue again

mvn clean install

Now,

TestPluginReactor/blueprinter/index.html title tag should contain "modified content".

testpluginreactor's People

Contributors

gitgabrio avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.