Enabled maven profile
This commit is contained in:
parent
01075df11f
commit
bd6705efcd
33
pom.xml
33
pom.xml
|
@ -55,11 +55,30 @@
|
|||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
<!-- <profiles> <profile> <id>workspace-release-profile</id> <activation>
|
||||
<property> <name>Release</name> </property> </activation> <properties> <gcube-portal-bom-version>3.7.0</gcube-portal-bom-version>
|
||||
</properties> </profile> <profile> <id>workspace-snapshot-profile</id> <activation>
|
||||
<property> <name>!Release</name> </property> </activation> <properties> <gcube-portal-bom-version>3.8.0-SNAPSHOT</gcube-portal-bom-version>
|
||||
</properties> </profile> </profiles> -->
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>workspace-release-profile</id>
|
||||
<activation>
|
||||
<property>
|
||||
<name>Release</name>
|
||||
</property>
|
||||
</activation>
|
||||
<properties>
|
||||
<gcube-portal-bom-version>3.7.0</gcube-portal-bom-version>
|
||||
</properties>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>workspace-snapshot-profile</id>
|
||||
<activation>
|
||||
<property>
|
||||
<name>!Release</name>
|
||||
</property>
|
||||
</activation>
|
||||
<properties>
|
||||
<gcube-portal-bom-version>3.8.0-SNAPSHOT</gcube-portal-bom-version>
|
||||
</properties>
|
||||
</profile>
|
||||
</profiles>
|
||||
|
||||
|
||||
<dependencies>
|
||||
|
@ -131,8 +150,8 @@
|
|||
<dependency>
|
||||
<groupId>org.gcube.contentmanagement</groupId>
|
||||
<artifactId>storage-manager-wrapper</artifactId>
|
||||
<!-- Resolving conflict (NoSuchMethodError stax2/ri/EmptyIterator) with version stax2-api:jar:4.1
|
||||
see https://support.d4science.org/issues/26825#note-5 -->
|
||||
<!-- Resolving conflict (NoSuchMethodError stax2/ri/EmptyIterator) with
|
||||
version stax2-api:jar:4.1 see https://support.d4science.org/issues/26825#note-5 -->
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>org.codehaus.woodstox</groupId>
|
||||
|
|
Loading…
Reference in New Issue