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

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

add maven release plugin configuration

parent f80ec266
No related branches found
No related tags found
No related merge requests found
......@@ -28,3 +28,4 @@ addons/cipa-sml-migration/target/test-classes/global-truststore.jks
addons/cipa-sml-migration/target/classes/
addons/cipa-sml-migration/target/
addons/cipa-sml-migration/.idea/
.idea/
\ No newline at end of file
......@@ -51,6 +51,10 @@
<deployWarFolder>/home/edelivery/oracle/middleware/domains/bdmsl/autodeploy/</deployWarFolder>
</properties>
<scm>
<developerConnection>scm:git:https://ec.europa.eu/cefdigital/code/scm/edelivery/smp.git</developerConnection>
</scm>
<pluginRepositories>
<pluginRepository>
......@@ -211,6 +215,13 @@
<!-- latest version compatible with SonarQube 5.6 -->
<version>3.3.0.603</version>
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.3</version>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
</configuration>
</plugin>
</plugins>
</build>
......
......@@ -62,6 +62,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
<version>3.0.0</version>
<configuration>
<filesets>
<fileset>
......
......@@ -22,11 +22,6 @@
<name>smp-parent-pom</name>
<description>SMP - CEF eDelivery</description>
<!-- Minimum Maven version -->
<prerequisites>
<maven>3.0.4</maven>
</prerequisites>
<!-- Used licenses -->
<licenses>
<license>
......@@ -356,11 +351,6 @@
</dependency>
<!-- Support for Ehcache and others -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context-support</artifactId>
<version>${spring.security.version}</version>
</dependency>
<!-- dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
......@@ -571,11 +561,6 @@
<artifactId>spring-boot-starter-test</artifactId>
<version>${spring.boot.version}</version>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>${h2.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
......
......@@ -204,11 +204,6 @@
<artifactId>h2</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<scope>compile</scope>
</dependency>
</dependencies>
<build>
......
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