saurabh
I'm new here

when trying to build the module using maven i get jar file but i need fsm file

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>

0 Kudos
2 Replies
marro
Crownpeak employee

Hello Saurabh

Maybe the following blog posting can be helpful: A simple Executable-Example

There you can find a link to an example project that uses maven to build a FirstSpirit module.

Best regards,

Donato Marro

0 Kudos

Hello Saurabh,   

do you need further help or did Donato's reply already help you? If so, it would be great if you marked

his reply as "correct answer". If you have already found a solution by yourself, it would be very kind of you, if you posted it here.   

Best regards 

Michaela

0 Kudos