diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..2e2eeacf --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/nb-configuration.xml \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 00000000..b18329f9 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ + +#Plugin Workflow + +##Introduction +This plugin provides a workflow engine for other Lutece plugins. + +[Maven documentation and reports](http://dev.lutece.paris.fr/plugins/plugin-workflow/) + + + + *generated by [xdoc2md](https://github.com/lutece-platform/tools-maven-xdoc2md-plugin) - do not edit directly.* \ No newline at end of file diff --git a/pom.xml b/pom.xml index fe04e16d..089b1918 100644 --- a/pom.xml +++ b/pom.xml @@ -1,52 +1,54 @@ - - lutece-plugins-pom - fr.paris.lutece.plugins - 3.7 - + + lutece-global-pom + fr.paris.lutece.tools + 3.0 + - 4.0.0 - fr.paris.lutece.plugins - plugin-workflow - lutece-plugin - 4.1.2-SNAPSHOT - Lutece workflow plugin + 4.0.0 + fr.paris.lutece.plugins + plugin-workflow + lutece-plugin + 4.1.2-SNAPSHOT + Lutece workflow plugin - - - lutece - luteceRepository - http://dev.lutece.paris.fr/maven_repository - default - - - luteceSnapshot - luteceSnapshot - http://dev.lutece.paris.fr/snapshot_repository - - true - + + + lutece + luteceRepository + http://dev.lutece.paris.fr/maven_repository + default - + + luteceSnapshot + luteceSnapshot + http://dev.lutece.paris.fr/snapshot_repository + + true + + + - - - fr.paris.lutece - lutece-core - [4.1.1,) - lutece-core - - + + + fr.paris.lutece + lutece-core + [5.0.1,) + lutece-core + + - - workflow - WORKFLOW - 10202 - + + workflow + WORKFLOW + 10202 + + - scm:svn:http://dev.lutece.paris.fr/svn/lutece/portal/trunk/plugins/directory-form-workflow/plugin-workflow - scm:svn:https://dev.lutece.paris.fr/svn/lutece/portal/trunk/plugins/directory-form-workflow/plugin-workflow - http://dev.lutece.paris.fr/viewvc/lutece/portal/trunk/plugins/directory-form-workflow/plugin-workflow + scm:git:https://github.com/lutece-platform/lutece-wf-plugin-workflow.git + scm:git:https://github.com/lutece-platform/lutece-wf-plugin-workflow.git + https://github.com/lutece-platform/lutece-wf-plugin-workflow.git + diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index 8ab094b9..7e443ab1 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -1,12 +1,13 @@ - - Plugin - - -
- - -
- + + Plugin Workflow + + +
+ + This plugin provides a workflow engine for other Lutece plugins. + +
+
\ No newline at end of file