Skip to content

Commit

Permalink
WORKFLOW-95 : Moved to Github - SCM Infos and POM updated for GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrelevy committed May 22, 2015
1 parent bbdf845 commit 1c77149
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 51 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/nb-configuration.xml
11 changes: 11 additions & 0 deletions README.md
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.*
86 changes: 44 additions & 42 deletions pom.xml
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>
19 changes: 10 additions & 9 deletions src/site/xdoc/index.xml
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>

0 comments on commit 1c77149

Please sign in to comment.