Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit c15f2fc8 authored by Joze RIHTARSIC's avatar Joze RIHTARSIC
Browse files

Add maven deploy for spi + smp example

parent 2850be49
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,6 @@
<version>4.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>smp-examples</artifactId>
<name>smp-examples</name>
<packaging>pom</packaging>
......
......@@ -20,6 +20,9 @@
<version>4.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<properties>
<maven.deploy.skip>false</maven.deploy.skip>
</properties>
<artifactId>smp-spi-example</artifactId>
<name>smp-spi-example</name>
......
......@@ -20,6 +20,9 @@
<version>4.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<properties>
<maven.deploy.skip>false</maven.deploy.skip>
</properties>
<artifactId>smp-spi</artifactId>
<name>smp-spi</name>
<description>SMP Service provider interface (SPI). The SMP SPI is an application interface intended to be implemented or extended
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment