-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WORKFLOW-95 : Moved to Github - SCM Infos and POM updated for GitHub
- Loading branch information
1 parent
bbdf845
commit 1c77149
Showing
4 changed files
with
66 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/nb-configuration.xml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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.* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,52 +1,54 @@ | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | ||
|
||
<parent> | ||
<artifactId>lutece-plugins-pom</artifactId> | ||
<groupId>fr.paris.lutece.plugins</groupId> | ||
<version>3.7</version> | ||
</parent> | ||
<parent> | ||
<artifactId>lutece-global-pom</artifactId> | ||
<groupId>fr.paris.lutece.tools</groupId> | ||
<version>3.0</version> | ||
</parent> | ||
|
||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>fr.paris.lutece.plugins</groupId> | ||
<artifactId>plugin-workflow</artifactId> | ||
<packaging>lutece-plugin</packaging> | ||
<version>4.1.2-SNAPSHOT</version> | ||
<name>Lutece workflow plugin</name> | ||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>fr.paris.lutece.plugins</groupId> | ||
<artifactId>plugin-workflow</artifactId> | ||
<packaging>lutece-plugin</packaging> | ||
<version>4.1.2-SNAPSHOT</version> | ||
<name>Lutece workflow plugin</name> | ||
|
||
<repositories> | ||
<repository> | ||
<id>lutece</id> | ||
<name>luteceRepository</name> | ||
<url>http://dev.lutece.paris.fr/maven_repository</url> | ||
<layout>default</layout> | ||
</repository> | ||
<repository> | ||
<id>luteceSnapshot</id> | ||
<name>luteceSnapshot</name> | ||
<url>http://dev.lutece.paris.fr/snapshot_repository</url> | ||
<snapshots> | ||
<enabled>true</enabled> | ||
</snapshots> | ||
<repositories> | ||
<repository> | ||
<id>lutece</id> | ||
<name>luteceRepository</name> | ||
<url>http://dev.lutece.paris.fr/maven_repository</url> | ||
<layout>default</layout> | ||
</repository> | ||
</repositories> | ||
<repository> | ||
<id>luteceSnapshot</id> | ||
<name>luteceSnapshot</name> | ||
<url>http://dev.lutece.paris.fr/snapshot_repository</url> | ||
<snapshots> | ||
<enabled>true</enabled> | ||
</snapshots> | ||
</repository> | ||
</repositories> | ||
|
||
<dependencies> | ||
<dependency> | ||
<groupId>fr.paris.lutece</groupId> | ||
<artifactId>lutece-core</artifactId> | ||
<version>[4.1.1,)</version> | ||
<type>lutece-core</type> | ||
</dependency> | ||
</dependencies> | ||
<dependencies> | ||
<dependency> | ||
<groupId>fr.paris.lutece</groupId> | ||
<artifactId>lutece-core</artifactId> | ||
<version>[5.0.1,)</version> | ||
<type>lutece-core</type> | ||
</dependency> | ||
</dependencies> | ||
|
||
<properties> | ||
<componentName>workflow</componentName> | ||
<jiraProjectName>WORKFLOW</jiraProjectName> | ||
<jiraComponentId>10202</jiraComponentId> | ||
</properties> | ||
<properties> | ||
<componentName>workflow</componentName> | ||
<jiraProjectName>WORKFLOW</jiraProjectName> | ||
<jiraComponentId>10202</jiraComponentId> | ||
</properties> | ||
|
||
<scm> | ||
<connection>scm:svn:http://dev.lutece.paris.fr/svn/lutece/portal/trunk/plugins/directory-form-workflow/plugin-workflow</connection> | ||
<developerConnection>scm:svn:https://dev.lutece.paris.fr/svn/lutece/portal/trunk/plugins/directory-form-workflow/plugin-workflow</developerConnection> | ||
<url>http://dev.lutece.paris.fr/viewvc/lutece/portal/trunk/plugins/directory-form-workflow/plugin-workflow</url> | ||
<connection>scm:git:https://github.com/lutece-platform/lutece-wf-plugin-workflow.git</connection> | ||
<developerConnection>scm:git:https://github.com/lutece-platform/lutece-wf-plugin-workflow.git</developerConnection> | ||
<url>https://github.com/lutece-platform/lutece-wf-plugin-workflow.git</url> | ||
</scm> | ||
|
||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<document> | ||
<properties> | ||
<title>Plugin</title> | ||
</properties> | ||
<body> | ||
<section name="Plugin"> | ||
<subsection name="Introduction"> | ||
</subsection> | ||
</section> | ||
</body> | ||
<properties> | ||
<title>Plugin Workflow</title> | ||
</properties> | ||
<body> | ||
<section name="Plugin Workflow"> | ||
<subsection name="Introduction"> | ||
This plugin provides a workflow engine for other Lutece plugins. | ||
</subsection> | ||
</section> | ||
</body> | ||
</document> |