Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
System
Partition
Commits
2a91a8f1
Commit
2a91a8f1
authored
Oct 07, 2021
by
Krishna Nikhil Vedurumudi
Browse files
Merge branch 'remove-redundant-profiles' into 'master'
Update pom.xml See merge request
!99
parents
9cb6c9df
e2b0669e
Pipeline
#70525
failed with stages
in 31 minutes and 10 seconds
Changes
2
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
NOTICE
View file @
2a91a8f1
This diff is collapsed.
Click to expand it.
pom.xml
View file @
2a91a8f1
...
...
@@ -132,57 +132,6 @@
</modules>
<profiles>
<profile>
<id>
partition-core
</id>
<activation>
<!-- this profile is active by default -->
<activeByDefault>
true
</activeByDefault>
<!-- activate if system properties 'env=partition-core' -->
<property>
<name>
env
</name>
<value>
partition-core
</value>
</property>
</activation>
<modules>
<module>
partition-core
</module>
</modules>
</profile>
<profile>
<id>
partition-azure
</id>
<activation>
<property>
<name>
env
</name>
<value>
partition-azure
</value>
</property>
</activation>
<modules>
<module>
provider/partition-azure
</module>
</modules>
</profile>
<profile>
<id>
partition-aws
</id>
<activation>
<property>
<name>
env
</name>
<value>
partition-aws
</value>
</property>
</activation>
<modules>
<module>
provider/partition-aws
</module>
</modules>
</profile>
<profile>
<id>
partition-ibm
</id>
<activation>
<property>
<name>
env
</name>
<value>
partition-ibm
</value>
</property>
</activation>
<modules>
<module>
provider/partition-ibm
</module>
</modules>
</profile>
<profile>
<id>
Default
</id>
<activation>
...
...
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