enabled the DEV environment

This commit is contained in:
Francesco Mangiacrapa 2023-03-01 11:47:29 +01:00
parent c82f5a7ba9
commit eab6a27c76
1 changed files with 44 additions and 43 deletions

87
pom.xml
View File

@ -1,4 +1,5 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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"> 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> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
@ -22,16 +23,16 @@
<gitBaseUrl>https://code-repo.d4science.org/gCubeSystem</gitBaseUrl> <gitBaseUrl>https://code-repo.d4science.org/gCubeSystem</gitBaseUrl>
<!-- prod --> <!-- prod -->
<gcube-bom-version>2.0.2</gcube-bom-version> <!-- <gcube-bom-version>2.0.2</gcube-bom-version> -->
<gcube-smartgears-bom-version>2.1.1</gcube-smartgears-bom-version> <!-- <gcube-smartgears-bom-version>2.1.1</gcube-smartgears-bom-version> -->
<gcube-portal-bom-version>3.6.3</gcube-portal-bom-version> <!-- <gcube-portal-bom-version>3.6.3</gcube-portal-bom-version> -->
<storagehub-version-range>[1.0.0,2.0.0-SNAPSHOT)</storagehub-version-range> <!-- <storagehub-version-range>[1.0.0,2.0.0-SNAPSHOT)</storagehub-version-range> -->
<!--dev --> <!--dev -->
<!-- <gcube-bom-version>2.1.0-SNAPSHOT</gcube-bom-version> --> <gcube-bom-version>2.1.0-SNAPSHOT</gcube-bom-version>
<!-- <gcube-smartgears-bom-version>2.2.0-SNAPSHOT</gcube-smartgears-bom-version> --> <gcube-smartgears-bom-version>2.2.0-SNAPSHOT</gcube-smartgears-bom-version>
<!-- <gcube-portal-bom-version>3.7.0-SNAPSHOT</gcube-portal-bom-version> --> <gcube-portal-bom-version>3.7.0-SNAPSHOT</gcube-portal-bom-version>
<!-- <storagehub-version-range>[2.0.0-SNAPSHOT,3.0.0-SNAPSHOT)</storagehub-version-range> --> <!-- <storagehub-version-range>[2.0.0-SNAPSHOT,3.0.0-SNAPSHOT)</storagehub-version-range> -->
<plugin-framework-version>1.0.3</plugin-framework-version> <plugin-framework-version>1.0.3</plugin-framework-version>
@ -75,10 +76,10 @@
<!-- Utilities & tests --> <!-- Utilities & tests -->
<module>cms-test-commons</module> <module>cms-test-commons</module>
<module>use-cases</module> <module>use-cases</module>
</modules> </modules>
@ -164,7 +165,7 @@
</dependency> </dependency>
<!-- CUSTOM : CONCESSIONI--> <!-- CUSTOM : CONCESSIONI -->
<dependency> <dependency>
<groupId>org.gcube.application.cms</groupId> <groupId>org.gcube.application.cms</groupId>
@ -271,7 +272,7 @@
<dependency> <dependency>
<groupId>org.gcube.common</groupId> <groupId>org.gcube.common</groupId>
<artifactId>storagehub-client-library</artifactId> <artifactId>storagehub-client-library</artifactId>
<version>${storagehub-version-range}</version> <!-- <version>${storagehub-version-range}</version> -->
</dependency> </dependency>
@ -287,37 +288,37 @@
<build> <build>
<pluginManagement> <pluginManagement>
<plugins> <plugins>
<plugin> <plugin>
<groupId>org.eclipse.m2e</groupId> <groupId>org.eclipse.m2e</groupId>
<artifactId>lifecycle-mapping</artifactId> <artifactId>lifecycle-mapping</artifactId>
<version>1.0.0</version> <version>1.0.0</version>
<configuration> <configuration>
<lifecycleMappingMetadata> <lifecycleMappingMetadata>
<pluginExecutions> <pluginExecutions>
<pluginExecution> <pluginExecution>
<pluginExecutionFilter> <pluginExecutionFilter>
<groupId>org.codehaus.mojo</groupId> <groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId> <artifactId>flatten-maven-plugin</artifactId>
<versionRange>[1.0.0,)</versionRange> <versionRange>[1.0.0,)</versionRange>
<goals> <goals>
<goal>flatten</goal> <goal>flatten</goal>
</goals> </goals>
</pluginExecutionFilter> </pluginExecutionFilter>
<action> <action>
<execute> <execute>
<runOnIncremental>false</runOnIncremental> <runOnIncremental>false</runOnIncremental>
</execute> </execute>
</action> </action>
</pluginExecution> </pluginExecution>
</pluginExecutions> </pluginExecutions>
</lifecycleMappingMetadata> </lifecycleMappingMetadata>
</configuration> </configuration>
</plugin> </plugin>
</plugins> </plugins>
</pluginManagement> </pluginManagement>
<plugins> <plugins>
<plugin> <plugin>
<groupId>org.codehaus.mojo</groupId> <groupId>org.codehaus.mojo</groupId>