wisdom-raml

Wisdom RAML projects reactor pom.

License

License

GroupId

GroupId

org.wisdom-framework
ArtifactId

ArtifactId

wisdom-raml
Last Version

Last Version

0.10.0
Release Date

Release Date

Type

Type

pom
Description

Description

wisdom-raml
Wisdom RAML projects reactor pom.
Project Organization

Project Organization

Wisdom Framework

Download wisdom-raml

Filename Size
wisdom-raml-0.10.0.pom 3 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/org.wisdom-framework/wisdom-raml/ -->
<dependency>
    <groupId>org.wisdom-framework</groupId>
    <artifactId>wisdom-raml</artifactId>
    <version>0.10.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wisdom-framework/wisdom-raml/
implementation 'org.wisdom-framework:wisdom-raml:0.10.0'
// https://jarcasting.com/artifacts/org.wisdom-framework/wisdom-raml/
implementation ("org.wisdom-framework:wisdom-raml:0.10.0")
'org.wisdom-framework:wisdom-raml:pom:0.10.0'
<dependency org="org.wisdom-framework" name="wisdom-raml" rev="0.10.0">
  <artifact name="wisdom-raml" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wisdom-framework', module='wisdom-raml', version='0.10.0')
)
libraryDependencies += "org.wisdom-framework" % "wisdom-raml" % "0.10.0"
[org.wisdom-framework/wisdom-raml "0.10.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • wisdom-source-watcher
  • wisdom-raml-maven-plugin
  • wisdom-raml-monitor-console

Wisdom-Framework ~ Web Is Dynamic and Modular

Main documentation is available at wisdom-framework.org

Project structure

  • core -> core modules building the base-runtime, it also contains the wisdom-maven-plugin.
  • framework -> contains all technical services composing the wisdom-runtime.
  • extensions -> contains Wisdom extensions used in this project. For example the asciidoc support is provided to generate the documentation.
  • documentation -> contains the documentation, samples and tutorials

Building Wisdom

Building Wisdom is a two steps process. There are two reasons for that. First, Wisdom is built on Wisdom. Then, Maven has a (big) limitation when having a reactor building an extension (a plugin extending the lifecycle) used by other modules.

So to build Wisdom:

  1. Gets the code using git clone https://github.com/wisdom-framework/wisdom.git (replace the url if you are using a fork)
  2. Build Wisdom Core
mvn clean install -Pcore,\!framework,\!extensions,\!documentation
  1. Build the rest of the framework
mvn clean install -P\!core,framework,extensions,documentation

That's it.

IMPORTANT: Wisdom requires JDK 7+ to be built.

Skipping tests

Launch Maven with: -DskipTests.

org.wisdom-framework

Wisdom Framework

Versions

Version
0.10.0
0.9.1
0.9.0