Versions Compared

Key

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

...

To run a sip application from a maven project,

  1. you have to add it in your pomPOM file:
    Code Block
    xml
    xml
      <build>
        ...
        <plugins>  
          <plugin>
            <groupId>org.cipango</groupId>
            <artifactId>maven-cipango-plugin</artifactId>
         </plugin>
        </plugins>
      </build>
    
  2. execute start the commandplugin:
    No Format
    mvn cipango:run

...