Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
System
Partition
Commits
cb97bbc0
Commit
cb97bbc0
authored
Nov 20, 2020
by
Riabokon Stanislav(EPAM)[GCP]
Committed by
Rostislav Dublin (EPAM)
Nov 20, 2020
Browse files
GONRG-1192
Updated poms.
parent
4f544383
Changes
9
Hide whitespace changes
Inline
Side-by-side
.mvn/community-maven.settings.xml
View file @
cb97bbc0
...
...
@@ -7,22 +7,38 @@
<activeByDefault>
true
</activeByDefault>
</activation>
<properties>
<gitlab-server>
community-maven-via-job-token
</gitlab-server>
<repo.releases.id>
community-maven-repo
</repo.releases.id>
<publish.snapshots.id>
community-maven-via-job-token
</publish.snapshots.id>
<publish.releases.id>
community-maven-via-job-token
</publish.releases.id>
<repo.releases.url>
https://community.opengroup.org/api/v4/groups/17/-/packages/maven
</repo.releases.url>
<publish.snapshots.url>
https://community.opengroup.org/api/v4/projects/221/packages/maven
</publish.snapshots.url>
<publish.releases.url>
https://community.opengroup.org/api/v4/projects/221/packages/maven
</publish.releases.url>
</properties>
</profile>
<profile>
<!-- This profile uses a personal token to authenticate, which is useful for local or manual runs. The
presence of the COMMUNITY_MAVEN_TOKEN variable triggers this and overrides the CI Token
based authentication -->
presence of the COMMUNITY_MAVEN_TOKEN variable triggers this and overrides the CI Token
based authentication -->
<id>
GitLab-Authenticate-With-Private-Token
</id>
<activation>
<property>
<name>
env.COMMUNITY_MAVEN_TOKEN
</name>
</property>
<property>
<name>
env.COMMUNITY_MAVEN_TOKEN
</name>
</property>
</activation>
<properties>
<gitlab-server>
community-maven-via-private-token
</gitlab-server>
<repo.releases.id>
community-maven-repo
</repo.releases.id>
<publish.snapshots.id>
community-maven-via-private-token
</publish.snapshots.id>
<publish.releases.id>
community-maven-via-private-token
</publish.releases.id>
<repo.releases.url>
https://community.opengroup.org/api/v4/groups/17/-/packages/maven
</repo.releases.url>
<publish.snapshots.url>
https://community.opengroup.org/api/v4/projects/221/packages/maven
</publish.snapshots.url>
<publish.releases.url>
https://community.opengroup.org/api/v4/projects/221/packages/maven
</publish.releases.url>
</properties>
</profile>
</profiles>
...
...
@@ -52,15 +68,16 @@
</configuration>
</server>
<server>
<id>
azure-auth
</id>
<configuration>
<tenant>
${env.AZURE_TENANT_ID}
</tenant>
<client>
${env.AZURE_CLIENT_ID}
</client>
<key>
${env.AZURE_CLIENT_SECRET}
</key>
<environment>
AZURE
</environment>
</configuration>
</server>
<server>
<id>
azure-auth
</id>
<configuration>
<tenant>
${env.AZURE_TENANT_ID}
</tenant>
<client>
${env.AZURE_CLIENT_ID}
</client>
<key>
${env.AZURE_CLIENT_SECRET}
</key>
<environment>
AZURE
</environment>
</configuration>
</server>
</servers>
</settings>
pom.xml
View file @
cb97bbc0
...
...
@@ -88,31 +88,12 @@
</pluginManagement>
</build>
<repositories>
<repository>
<id>
${gitlab-server}
</id>
<url>
https://community.opengroup.org/api/v4/groups/17/-/packages/maven
</url>
</repository>
</repositories>
<modules>
<module>
partition-core
</module>
<module>
provider/partition-azure
</module>
<module>
provider/partition-aws
</module>
</modules>
<distributionManagement>
<repository>
<id>
${gitlab-server}
</id>
<url>
https://community.opengroup.org/api/v4/projects/221/packages/maven
</url>
</repository>
<snapshotRepository>
<id>
${gitlab-server}
</id>
<url>
https://community.opengroup.org/api/v4/projects/221/packages/maven
</url>
</snapshotRepository>
</distributionManagement>
<profiles>
<profile>
<id>
partition-core
</id>
...
...
@@ -153,5 +134,39 @@
<module>
provider/partition-aws
</module>
</modules>
</profile>
<profile>
<id>
Default
</id>
<activation>
<property>
<name>
!repo.releases.id
</name>
</property>
</activation>
<properties>
<repo.releases.id>
community-maven-repo
</repo.releases.id>
<publish.snapshots.id>
community-maven-via-job-token
</publish.snapshots.id>
<publish.releases.id>
community-maven-via-job-token
</publish.releases.id>
<repo.releases.url>
https://community.opengroup.org/api/v4/groups/17/-/packages/maven
</repo.releases.url>
<publish.snapshots.url>
https://community.opengroup.org/api/v4/projects/221/packages/maven
</publish.snapshots.url>
<publish.releases.url>
https://community.opengroup.org/api/v4/projects/221/packages/maven
</publish.releases.url>
</properties>
</profile>
</profiles>
<repositories>
<repository>
<id>
${repo.releases.id}
</id>
<url>
${repo.releases.url}
</url>
</repository>
</repositories>
<distributionManagement>
<repository>
<id>
${publish.releases.id}
</id>
<url>
${publish.releases.url}
</url>
</repository>
<snapshotRepository>
<id>
${publish.snapshots.id}
</id>
<url>
${publish.snapshots.url}
</url>
</snapshotRepository>
</distributionManagement>
</project>
provider/partition-aws/pom.xml
View file @
cb97bbc0
...
...
@@ -22,7 +22,7 @@
<artifactId>
partition
</artifactId>
<groupId>
org.opengroup.osdu
</groupId>
<version>
1.0.0
</version>
<relativePath>
../../
</relativePath>
<relativePath>
../../
pom.xml
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
provider/partition-azure/pom.xml
View file @
cb97bbc0
...
...
@@ -6,7 +6,7 @@
<artifactId>
partition
</artifactId>
<groupId>
org.opengroup.osdu
</groupId>
<version>
1.0.0
</version>
<relativePath>
../../
</relativePath>
<relativePath>
../../
pom.xml
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
testing/.mvn/community-maven.settings.xml
View file @
cb97bbc0
...
...
@@ -7,22 +7,38 @@
<activeByDefault>
true
</activeByDefault>
</activation>
<properties>
<gitlab-server>
community-maven-via-job-token
</gitlab-server>
<repo.releases.id>
community-maven-repo
</repo.releases.id>
<publish.snapshots.id>
community-maven-via-job-token
</publish.snapshots.id>
<publish.releases.id>
community-maven-via-job-token
</publish.releases.id>
<repo.releases.url>
https://community.opengroup.org/api/v4/groups/17/-/packages/maven
</repo.releases.url>
<publish.snapshots.url>
https://community.opengroup.org/api/v4/projects/221/packages/maven
</publish.snapshots.url>
<publish.releases.url>
https://community.opengroup.org/api/v4/projects/221/packages/maven
</publish.releases.url>
</properties>
</profile>
<profile>
<!-- This profile uses a personal token to authenticate, which is useful for local or manual runs. The
presence of the COMMUNITY_MAVEN_TOKEN variable triggers this and overrides the CI Token
based authentication -->
presence of the COMMUNITY_MAVEN_TOKEN variable triggers this and overrides the CI Token
based authentication -->
<id>
GitLab-Authenticate-With-Private-Token
</id>
<activation>
<property>
<name>
env.COMMUNITY_MAVEN_TOKEN
</name>
</property>
<property>
<name>
env.COMMUNITY_MAVEN_TOKEN
</name>
</property>
</activation>
<properties>
<gitlab-server>
community-maven-via-private-token
</gitlab-server>
<repo.releases.id>
community-maven-repo
</repo.releases.id>
<publish.snapshots.id>
community-maven-via-private-token
</publish.snapshots.id>
<publish.releases.id>
community-maven-via-private-token
</publish.releases.id>
<repo.releases.url>
https://community.opengroup.org/api/v4/groups/17/-/packages/maven
</repo.releases.url>
<publish.snapshots.url>
https://community.opengroup.org/api/v4/projects/221/packages/maven
</publish.snapshots.url>
<publish.releases.url>
https://community.opengroup.org/api/v4/projects/221/packages/maven
</publish.releases.url>
</properties>
</profile>
</profiles>
...
...
@@ -52,15 +68,16 @@
</configuration>
</server>
<server>
<id>
azure-auth
</id>
<configuration>
<tenant>
${env.AZURE_TENANT_ID}
</tenant>
<client>
${env.AZURE_CLIENT_ID}
</client>
<key>
${env.AZURE_CLIENT_SECRET}
</key>
<environment>
AZURE
</environment>
</configuration>
</server>
<server>
<id>
azure-auth
</id>
<configuration>
<tenant>
${env.AZURE_TENANT_ID}
</tenant>
<client>
${env.AZURE_CLIENT_ID}
</client>
<key>
${env.AZURE_CLIENT_SECRET}
</key>
<environment>
AZURE
</environment>
</configuration>
</server>
</servers>
</settings>
testing/partition-test-aws/pom.xml
View file @
cb97bbc0
...
...
@@ -17,6 +17,14 @@
<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"
>
<parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-partition-testing
</artifactId>
<version>
0.0.5-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.opengroup.osdu.partition
</groupId>
<artifactId>
partition-test-aws
</artifactId>
...
...
@@ -87,22 +95,5 @@
</dependency>
</dependencies>
<repositories>
<repository>
<id>
${gitlab-server}
</id>
<url>
https://community.opengroup.org/api/v4/groups/17/-/packages/maven
</url>
</repository>
</repositories>
<distributionManagement>
<repository>
<id>
${gitlab-server}
</id>
<url>
https://community.opengroup.org/api/v4/projects/221/packages/maven
</url>
</repository>
<snapshotRepository>
<id>
${gitlab-server}
</id>
<url>
https://community.opengroup.org/api/v4/projects/221/packages/maven
</url>
</snapshotRepository>
</distributionManagement>
</project>
testing/partition-test-azure/pom.xml
View file @
cb97bbc0
...
...
@@ -18,6 +18,14 @@
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"
>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-partition-testing
</artifactId>
<version>
0.0.5-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<groupId>
org.opengroup.osdu.partition
</groupId>
<artifactId>
partition-test-azure
</artifactId>
<version>
0.0.1-SNAPSHOT
</version>
...
...
@@ -69,22 +77,4 @@
</dependency>
</dependencies>
<repositories>
<repository>
<id>
${gitlab-server}
</id>
<url>
https://community.opengroup.org/api/v4/groups/17/-/packages/maven
</url>
</repository>
</repositories>
<distributionManagement>
<repository>
<id>
${gitlab-server}
</id>
<url>
https://community.opengroup.org/api/v4/projects/221/packages/maven
</url>
</repository>
<snapshotRepository>
<id>
${gitlab-server}
</id>
<url>
https://community.opengroup.org/api/v4/projects/221/packages/maven
</url>
</snapshotRepository>
</distributionManagement>
</project>
testing/partition-test-core/pom.xml
View file @
cb97bbc0
...
...
@@ -18,6 +18,14 @@
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"
>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-partition-testing
</artifactId>
<version>
0.0.5-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<groupId>
org.opengroup.osdu.partition
</groupId>
<artifactId>
partition-test-core
</artifactId>
<version>
0.0.1-SNAPSHOT
</version>
...
...
@@ -63,22 +71,5 @@
</dependency>
</dependencies>
<repositories>
<repository>
<id>
${gitlab-server}
</id>
<url>
https://community.opengroup.org/api/v4/groups/17/-/packages/maven
</url>
</repository>
</repositories>
<distributionManagement>
<repository>
<id>
${gitlab-server}
</id>
<url>
https://community.opengroup.org/api/v4/projects/221/packages/maven
</url>
</repository>
<snapshotRepository>
<id>
${gitlab-server}
</id>
<url>
https://community.opengroup.org/api/v4/projects/221/packages/maven
</url>
</snapshotRepository>
</distributionManagement>
</project>
testing/pom.xml
View file @
cb97bbc0
...
...
@@ -39,20 +39,38 @@
<repositories>
<repository>
<id>
${
gitlab-server
}
</id>
<url>
https://community.opengroup.org/api/v4/groups/17/-/packages/maven
</url>
<id>
${
repo.releases.id
}
</id>
<url>
${repo.releases.url}
</url>
</repository>
</repositories>
<distributionManagement>
<repository>
<id>
${
gitlab-server
}
</id>
<url>
https://community.opengroup.org/api/v4/projects/221/packages/maven
</url>
<id>
${
publish.releases.id
}
</id>
<url>
${publish.releases.url}
</url>
</repository>
<snapshotRepository>
<id>
${
gitlab-server
}
</id>
<url>
https://community.opengroup.org/api/v4/projects/221/packages/maven
</url>
<id>
${
publish.snapshots.id
}
</id>
<url>
${publish.snapshots.url}
</url>
</snapshotRepository>
</distributionManagement>
<profiles>
<profile>
<id>
Default
</id>
<activation>
<property>
<name>
!repo.releases.id
</name>
</property>
</activation>
<properties>
<repo.releases.id>
community-maven-repo
</repo.releases.id>
<publish.snapshots.id>
community-maven-via-job-token
</publish.snapshots.id>
<publish.releases.id>
community-maven-via-job-token
</publish.releases.id>
<repo.releases.url>
https://community.opengroup.org/api/v4/groups/17/-/packages/maven
</repo.releases.url>
<publish.snapshots.url>
https://community.opengroup.org/api/v4/projects/221/packages/maven
</publish.snapshots.url>
<publish.releases.url>
https://community.opengroup.org/api/v4/projects/221/packages/maven
</publish.releases.url>
</properties>
</profile>
</profiles>
</project>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment