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
Schema
Commits
ba160941
Commit
ba160941
authored
Nov 13, 2020
by
Riabokon Stanislav(EPAM)[GCP]
Browse files
GONRG-1107
Updated poms.
parent
d7b63676
Changes
6
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
ba160941
...
...
@@ -45,6 +45,7 @@
<module>
provider/schema-ibm
</module>
<module>
provider/schema-azure
</module>
</modules>
<repositories>
<repository>
<id>
${repo.releases.id}
</id>
...
...
@@ -63,4 +64,23 @@
</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/26/packages/maven
</publish.snapshots.url>
<publish.releases.url>
https://community.opengroup.org/api/v4/projects/26/packages/maven
</publish.releases.url>
</properties>
</profile>
</profiles>
</project>
provider/schema-aws/pom.xml
View file @
ba160941
...
...
@@ -21,8 +21,9 @@
<artifactId>
os-schema
</artifactId>
<groupId>
org.opengroup.osdu
</groupId>
<version>
0.0.1
</version>
<relativePath>
../../
</relativePath>
<relativePath>
../../
pom.xml
</relativePath>
</parent>
<artifactId>
os-schema-aws
</artifactId>
<description>
AWS implementation of the OSDU Schema Service
</description>
<packaging>
jar
</packaging>
...
...
@@ -112,23 +113,4 @@
</plugin>
</plugins>
</build>
<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/26/packages/maven
</url>
</repository>
<snapshotRepository>
<id>
${gitlab-server}
</id>
<url>
https://community.opengroup.org/api/v4/projects/26/packages/maven
</url>
</snapshotRepository>
</distributionManagement>
</project>
provider/schema-gcp/pom.xml
View file @
ba160941
...
...
@@ -6,8 +6,9 @@
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-schema
</artifactId>
<version>
0.0.1
</version>
<relativePath>
../../
</relativePath>
<relativePath>
../../
pom.xml
</relativePath>
</parent>
<artifactId>
os-schema-gcp
</artifactId>
<description>
Google cloud related implementation staff.
</description>
<packaging>
jar
</packaging>
...
...
provider/schema-ibm/pom.xml
View file @
ba160941
...
...
@@ -6,7 +6,7 @@
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-schema
</artifactId>
<version>
0.0.1
</version>
<relativePath>
../../
</relativePath>
<relativePath>
../../
pom.xml
</relativePath>
</parent>
<artifactId>
os-schema-ibm
</artifactId>
<description>
IBM cloud related implementation staff.
</description>
...
...
@@ -14,7 +14,7 @@
<properties>
<start-class>
org.opengroup.osdu.schema.provider.ibm.app.SchemaIBMApplication
</start-class>
<os-core-lib-ibm.version>
0.
0.19
-SNAPSHOT
</os-core-lib-ibm.version>
<os-core-lib-ibm.version>
0.
3.8
-SNAPSHOT
</os-core-lib-ibm.version>
</properties>
...
...
@@ -58,28 +58,8 @@
<version>
5.4.0
</version>
<scope>
test
</scope>
</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/26/packages/maven
</url>
</repository>
<snapshotRepository>
<id>
${gitlab-server}
</id>
<url>
https://community.opengroup.org/api/v4/projects/26/packages/maven
</url>
</snapshotRepository>
</distributionManagement>
<build>
<plugins>
<plugin>
...
...
testing/pom.xml
View file @
ba160941
...
...
@@ -40,4 +40,23 @@
<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/26/packages/maven
</publish.snapshots.url>
<publish.releases.url>
https://community.opengroup.org/api/v4/projects/26/packages/maven
</publish.releases.url>
</properties>
</profile>
</profiles>
</project>
\ No newline at end of file
testing/schema-test-core/pom.xml
View file @
ba160941
...
...
@@ -13,6 +13,9 @@
<artifactId>
schema-test-core
</artifactId>
<properties>
<os-core-lib-ibm.version>
0.3.6-SNAPSHOT
</os-core-lib-ibm.version>
<maven.compiler.target>
1.8
</maven.compiler.target>
<maven.compiler.source>
1.8
</maven.compiler.source>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
</properties>
<dependencies>
...
...
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