Coder Social home page Coder Social logo

custom-page-archetype's Introduction

#custom-page-archetype

##How to build the archetype

cd custom-page-archetype
mvn clean install -DskipTests

##How to use the archetype

mvn archetype:generate \
-DarchetypeGroupId=org.bonitasoft.web \ 
-DarchetypeArtifactId=custom-page-archetype \ 
-DarchetypeVersion=1.0.0-SNAPSHOT \
-DgroupId=org.company.api \
-DartifactId=myCustomPage \
-Dversion=0.0.1-SNAPSHOT

###Optionnal archetype parameters

Parameter Default value Description
-DbonitaVersion 7.0.1 You can choose the version of the dependent bonita artifacts. Minimum version is 7.0.1.
-DcustomPageName myCustomPage Set the name of your api extension. You must enter an url friendly name without blanks.
-DcustomPageDisplayName My Custom Page A display name for your api extension (displayed in the portal for the administrator)
-DcustomPageDesc My Custom Page description A short description of the purpose of your api extension (displayed in the portal for the administrator)
-DpathTemplate myCustomPageApi URL path template. Resulting url: ../API/extension/myRestExtApi
-DpermissionNames myCustomPagePermission Define permission list (comma separated value), specify permissions a user need to have in order access this REST API >extension
-DurlParameters ! (none) Define a list (comma separated value) of url parameters.

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.