Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sudhakar Chundu
Indexer
Commits
cfc1d52b
Commit
cfc1d52b
authored
Mar 19, 2020
by
David Diederich
Browse files
Remove profile-based builds
parent
fb563f23
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
cfc1d52b
...
...
@@ -51,53 +51,11 @@
</repository>
</distributionManagement>
<profiles>
<profile>
<id>
indexer-core
</id>
<activation>
<!-- this profile is active by default -->
<activeByDefault>
true
</activeByDefault>
</activation>
<modules>
<module>
indexer-core
</module>
</modules>
</profile>
<profile>
<id>
indexer-aws
</id>
<activation>
<property>
<name>
provider
</name>
<value>
indexer-aws
</value>
</property>
</activation>
<modules>
<module>
provider/indexer-aws
</module>
</modules>
</profile>
<profile>
<id>
indexer-azure
</id>
<activation>
<property>
<name>
provider
</name>
<value>
indexer-azure
</value>
</property>
</activation>
<modules>
<module>
provider/indexer-azure
</module>
</modules>
</profile>
<profile>
<id>
indexer-gcp
</id>
<activation>
<property>
<name>
provider
</name>
<value>
indexer-gcp
</value>
</property>
</activation>
<modules>
<module>
provider/indexer-gcp
</module>
</modules>
</profile>
</profiles>
<modules>
<module>
indexer-core
</module>
<module>
provider/indexer-aws
</module>
<module>
provider/indexer-azure
</module>
<module>
provider/indexer-gcp
</module>
</modules>
</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