publish snap
This commit is contained in:
parent
c2c7e20411
commit
9398034fde
25
pom.xml
25
pom.xml
|
@ -55,6 +55,17 @@
|
|||
oidc-enrollment-hook,event-publisher-hook,VREFolder-hook,user-registration-hook</custom-plugins-artifactsid>
|
||||
<staging-plugins-artifactsid>portal-staging,portal-auth-library</staging-plugins-artifactsid>
|
||||
</properties>
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.gcube.distribution</groupId>
|
||||
<artifactId>maven-portal-bom</artifactId>
|
||||
<version>3.6.3-SNAPSHOT</version>
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
|
@ -240,20 +251,8 @@
|
|||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.gcube.distribution</groupId>
|
||||
<artifactId>maven-portal-bom</artifactId>
|
||||
<version>3.6.3-SNAPSHOT</version>
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
<dependencies>
|
||||
<!-- Transitives to be excluded -->
|
||||
|
||||
<dependencies>
|
||||
<!-- Portal Bundle Layout Distr -->
|
||||
<dependency>
|
||||
<groupId>org.gcube.distribution</groupId>
|
||||
|
|
Loading…
Reference in New Issue