Hi,
I created one module in eclipse, and i am using maven, when i build the module i got the jar file in target folder, since i want to deploy in First spirit server , but there i can deploy only fsm file not jar or war, so what changes reqired in pom.xml or module.xml so i can get fsm file after building the module using maven.
my pom.xml file having these content
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.bosch.bip</groupId>
<artifactId>PackageDescription</artifactId>
<version>0.0.1-SNAPSHOT</version>
</project>