Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

W celu instalacji modułu w systemie PlusWorkflow należy do głównego pom.xml w sekcji dependencies dodać następujący wpis:

Code Block
languagexml
titlepom.xml
<dependency>
	<groupId>com.suncode.plugin</groupId>
 	<artifactId>pzmodule-api</artifactId>
	<version>1.0.0-SNAPSHOT</version>               
</dependency>

...

Następnie dodajemy wpis także w pom.xml w sekcji dependencies w projekcie plusworkflow-web:

Code Block
languagexml
titlepom.xml
<dependency>
	<groupId>com.suncode.plugin</groupId>                
	<artifactId>pzmodule-api</artifactId>            
</dependency>